I need to verify that asp.net and c#.net web forms are different or same. I am looking to be a c#.net developer in WinForm And WebForm too. Also What do get learn or share some interesting website from which I can able to learn the c#.net.
Thanks in Advance.
There’s no such thing as “C#.NET web forms”. In fact, there’s no such thing as “C#.NET”.
It’s important that you understand the difference between:
As for the best resource to learn C# – I suggest you get hold of a good beginner’s book. The second edition of Head-First C# is good if you like that style, or Essential C# and C# 4 in a Nutshell are both good if you’re happy with more traditional books. Of course, there are plenty of other books out there.
(Disclaimer: I’m the author of a C# book myself, but I don’t think it would be appropriate for you at this point; it’s not a beginner’s book.)