C#

Moderators: None (Apply to moderate this forum)
Number of threads: 2722
Number of posts: 5749

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
C# Versioning? Posted by preeti on 3 Sept 2001 at 4:06 AM
What does it mean when we say that "C# is versionable"?

Could someone please explain this concept.
Thanks very much.

Report
Re: C# Versioning? Posted by WEBMASTER on 10 Sept 2001 at 2:07 PM
I think it is that you can have different versions of the same component at the same time and your applications will know which version to use and what vesions not to use.

In the past you had a "DLL HELL" where when you upgraded a DLL older software stopped working due to new features or rewritten code. Now with .NET you will have less problem with this.


/WEBMASTER


Report
Re: C# Versioning? Posted by rukidingme on 18 Nov 2001 at 10:20 AM
You're absolutely right. To be more precise, it is the .Net framework that handles the versioning (so VB.NET code is versionable also). Basically, when you push out a new build, old code will still pick up the previous versions of your dll's while your new code will use the new dll's. This happens automatically, seamlessly, and (so far) perfectly.




: I think it is that you can have different versions of the same component at the same time and your applications will know which version to use and what vesions not to use.
:
: In the past you had a "DLL HELL" where when you upgraded a DLL older software stopped working due to new features or rewritten code. Now with .NET you will have less problem with this.
:
:
: /WEBMASTER
:
:


Report
Re: C# Versioning? Posted by romancinglife on 27 Sept 2001 at 12:12 AM
I HAVE DONE THE WHOLE OF C SHARP AND THERE IS NOTHING LIKE THIS I HAVE COME ACCROSS.

CAN U TELLME AS TO WHERE U READ THIS FROM !?

: What does it mean when we say that "C# is versionable"?
:
: Could someone please explain this concept.
: Thanks very much.
:


Report
Re: C# Versioning? Posted by WEBMASTER on 27 Sept 2001 at 12:19 AM
Take a look at the documentation about assembly and there you will find info about versioning.


/WEBMASTER





 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.