views:

85

answers:

4

Does anybody knows good, short and slim tutorials, which describe actual/modern web-application architectures / patterns (especially for ASP.NET based (classic and MVC) applications (maybe also with embedded Silverlight components) ? How would you you design today an ASP.NET application which uses different datasources (databases, services,...) ? Background: I has been away a couple of years writing web applications, and I want to start now again. So at the moment I am a little bit unsure, how to take off and find the right starting point.

+2  A: 

If you're interested in MVC I'd suggest starting out with the offical MS tutorials:

http://www.asp.net/mvc/tutorials

Longball27
+2  A: 

There happens to be an upcoming free online conference on ASP .NET MVC that may interest you: http://mvcconf.com/

David
+1  A: 

Check out Sharp Architecture: http://wiki.sharparchitecture.net

there are some articles that describe how & why it's architected the way it is that might help you with your project.

dave thieben
+1  A: 

You can take reference of following -

http://mvcmusicstore.codeplex.com/

http://nerddinner.codeplex.com/

Deependra Solanky