Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Start to Finish Advanced Project Tutorials [closed]

Tags:

c#

.net

asp.net

Can anyone recommend some start to finish project tutorials that really emphasize good design principles and best practices. I am looking for things that demonstrate and emphasize any or all of these:

  • Domain Driven Design
  • Unit Testing
  • Inversion of Control
  • Separation of Concerns
  • Use of interfaces
  • Object Relational Mapping
  • Preferably ASP.NET MVC

I am currently watching the Autumn of Agile series, which demonstrates many of these principles. I would like to find more of these tutorials/demos.

like image 633
Ronnie Overby Avatar asked Jun 01 '10 14:06

Ronnie Overby


People also ask

Can I use MS Project for free?

Contrary to most of the project management tools in the market which offer free plans to users, Microsoft Project does not have any free features for its users. All the plans are paid and begin from $7 per user/month.

Is MS Project part of Office 365?

And because Project is part of the Microsoft 365 family, project teams can save time and do more with built-in connections to familiar apps like Microsoft Teams and Office.

What is start to finish in MS Project?

Start-to-finish (SF) Indicates that the start date of the predecessor task determines the finish date of the successor task. For example, the time when the editing lab becomes available for use determines when the pre-editing task must be complete.


2 Answers

While not a project tutorial, I would suggest you take a look at JP Boodhoo's Nothing but .NET training. I'm pretty sure it touches on everything you're interested in (plus a lot more).

http://www.jpboodhoo.com/training.oo

like image 157
Rob Windsor Avatar answered Oct 06 '22 00:10

Rob Windsor


Jason Dentler's Using the N* stack tutorial is quite comprehensive using a number of technologies (NHibernate, Ninject, jQuery) with ASP MVC.

like image 38
statenjason Avatar answered Oct 06 '22 00:10

statenjason