Assemblies: the best versioning model?

  • Thread starter Thread starter mapctyblazer
  • Start date Start date
M

mapctyblazer

Is there any competing model at all?

I've read a few articles about Assemblies and it seems great
conceptually. Is it widely used in the real-world software development?
Are there any known problems before I jump into it?

Thx!

C.
 
Is there any competing model at all?

It is the only model in .NET, if thats what you mean.
I've read a few articles about Assemblies and it seems great
conceptually. Is it widely used in the real-world software development?
Are there any known problems before I jump into it?
Assemblies are pretty well used, yes. It's pretty much impossible to use the
..NET framework without using any.
 
Back
Top