Beginning ASP.NET and C#
I guess the title gives most of my question away, I have a university project in which I must design and create a website in php or asp.net I have chosen the asp.net path since I am pretty familiar in php and I prefer C# to php.. 开发者_开发技巧Could someone please reference some good online places to visit to do some further learning, and recommend some books would appreciate it thanks.
Here are several questions from StackOverflow that may help:
- Best way to learn C#
- How can I learn ASP.NET?
- What’s the best way to learn C# quickly?
- Quickest approach to learn C# programming
-MSDN Library
-Book: CLR via C#, Apress Pro ASP.NET MVC (for ASP.NET MVC), and Pro ASP.NET 3.5 (Webform)
I think the Wrox Problem-Design-Solution books are always good if you like tutorial style books.
ASP.NET 3.5 Website Programming: Problem - Design - Solution
If you're looking at MVC, Microsoft has the excellent Nerddinner tutorial
Nerddinner
MVC is overkill for a basic university project site. Get a basic site similar to what you need (Website or Web Application project), perhaps from the free community projects on the ASP.NET home site, and then follow the video tutorials there using the freely downloaded site as a starting point :-)
精彩评论