| Author: RamarajSundaram 20 Apr 2007 | Member Level: Diamond | Rating: Points: 2 |
refer this,
http://www.dotnetspider.com/qa/Question75536.aspx
|
| Author: M.Sathiskumar 20 Apr 2007 | Member Level: Silver | Rating: Points: 2 |
Following Link for Coding wise Difference:
http://www.harding.edu/USER/fmccown/WWW/vbnet_csharp_comparison.html ------------------------------------------------------- Following Link for IL wise Difference:
http://dotnetjunkies.com/WebLog/mikaels/archive/2005/10/02/133032.aspx
-------------------------------------------------------
|
| Author: Sridhar R 13 Aug 2008 | Member Level: Diamond | Rating: Points: 5 |
VB.NET.. 1.Its a windows based application 2.There is no XML Documentation 3.There is no Operator Overloading 4.There is no Pointer Type variables
C#.NET.. 1.Its a console based application 2.XML Documentation is available in C#.NET 3.Operator Overloading is there 4.It supports Pointer Variables using unsafe keyword
For More Details.. http://www.codeguru.com/forum/showthread.php?t=347260 http://support.microsoft.com/kb/308470
|