Link to home
Start Free TrialLog in
Avatar of Murray Brown
Murray BrownFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Coding in C# for a VB.net developer

Hi

I have been coding in VB.net for a few years now and have been given a possible 4 month project to re-engineer an ASP.net site written in C#.
I need to get up and running in C# as quickly as possible. Could someone please refer me to
a resource or two for getting to know C# for a VB.net developer and maybe a place to convert the code. Thanks
ASKER CERTIFIED SOLUTION
Avatar of Navneet Hegde
Navneet Hegde
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
implicit conversions/casts
I should have expanded that a bit. VB, if you let it, allows a good bit of implicit conversion. In C#, you have to explicitly cast unless you override an implicit operator on your class (you can't override the operator for Framework classes).
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Murray Brown

ASKER

I appeciate the help. Pity I can't award more points to you each