info on C#..urgent

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Are C# and C#.net different? what is the current version of C#?

Also, suggest few good sites for learning C#?



regs
avl
 
C# is the language. C#.NET is the tool that you use to build .NET
applications in C# (or Visual Studio .NET). As far as learning, the Microsoft
MSDN site (http://msdn.microsoft.com) has plenty of good articles. For
ASP.NET development, try www.asp.net. You can also look at the samples that
install with the Framework, as they cover a great deal of the common issues
you will encounter.

There are a few others, like C# Station, etc., that also cover C#
application development.


---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
Back
Top