Reputation: 459
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
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
Reputation: 115538
Microsoft is a good place to start:
http://www.asp.net/
http://msdn.microsoft.com/en-us/vcsharp/aa336766.aspx
http://www.asp.net/aspnet-4/videos
W3 schools http://www.w3schools.com/aspnet/default.asp
http://www.fincher.org/tips/Languages/csharp.shtml
Upvotes: 3