tags:

views:

69

answers:

4

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.

+1  A: 

Here are several questions from StackOverflow that may help:

heavyd
A: 

-MSDN Library
-Book: CLR via C#, Apress Pro ASP.NET MVC (for ASP.NET MVC), and Pro ASP.NET 3.5 (Webform)

Anton Setiawan
A: 

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

Wil
A: 

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 :-)

IrishChieftain