Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi,

Is there any articles about .net 2.0 that points out important things about it that everyone should know about?

 

I have my apps in .net 1.1 but I'm moving them to 2.0 and I just wanted to know if there is anything I should really know about the 2.0 framework.

Posted

This link will probably give you more informaiton that you ever wanted to know on the subject. http://msdn.microsoft.com/netframework/programming/breakingchanges/default.aspx

 

The biggest problems I've had with VB winforms has been an exception that gets thrown when I try to change the value of controls that are owned by another thread (something I shouldn't have been doing anyway) and if you want the new visual styles, you have to use the new controls. StatusStrip versus StatusBar etc... Also, a few files, such as AssemblyInfo.vb were moved around and won't be seen in the new project so you'll have to take care of that. Overall porting the project I'm on right now wasn't that bad at all.

 

Everything went very smoothly in my C# code. I've had little or no problems at all.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...