Neel Desai
Neel Desai

Reputation: 459

Need a reference site for asp.net in c#

i need a any site in which i can get a basic information of asp.net and how it is work with c#.

Upvotes: 1

Views: 293

Answers (2)

hyprsleepy
hyprsleepy

Reputation: 1810

4GuysFromRolla is a really good ASP.NET site. It has better tutorials and examples than Microsoft. No matter what you are trying to do they've probably got an example of how to do it.

Microsoft's MSDN site is the best one to go to for reference and definitions of either ASP.NET or C#.

w3schools while not very in depth or advanced is easy to understand and will give you the basics. They only delve into ASP.NET 2.0 though so if you are looking for 4.0 resources I would look at the other sites.

Upvotes: 2

Related Questions