vote up 1 vote down star
4

I am looking for projects that walk you through from start to finish, specifically in .NET.

What are some that have especially increased your knowledge as a developer?

Any .NET topic is fine as long as it is a start to finish project. As far as language is concerned, c# and asp.net are preferred.

flag

67% accept rate
Please be specific about the topics, we will be glad to help u out – Perpetualcoder Dec 30 '08 at 18:07

4 Answers

vote up 3 vote down

Bill Steele, a Microsoft Developer Evangelist (I think that's his title) has done several "Soup To Nuts" webcast series. The three that I can recall (because I watched them) were C#, ASP.NET, and WPF. You should be able to Google them or find them by searching Microsoft events.

link|flag
vote up 3 vote down

Scott Gu's MVC Framework Tutorial was particularly good and easy to follow.

Part 1

Part 2

Part 3

Part 4

link|flag
vote up 2 vote down

Rocky Lhotka, the creator of CSLA has a bunch of demo projects using his framework that demonstrate pretty much every .NET interface possible, WCF, webservices, ASP .NET, Silverlight, Windows Forms, WPF, etc...

There isn't a lot of hand holding for the projects but it's always interesting to poke through and learn new ways to do things.

Lhotka.net

link|flag
vote up 2 vote down

Rob Conery's MVC Storefront series is excellent. Currently at 25 parts, it walks through aspects of design, testing, and development an ecommerce application with ASP.NET MVC with C# as the backing language.

All of my developers have stayed current with the series, and have thoroughly enjoyed the content and the knowledge that Rob imparts.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.