.NET Best Practices Web Development

Are there other examples of projects, such as the Northwind Starters kit, which shows you the "best practices" (levels, unit tests, bullying data, o / r mapping tools, ...) in the ASP.NET development architecture?

Or links to good and clear resources or documentation? (MSDN is a good recommendation, but not suitable as a tutorial)

  • Are there any sample projects for addressing Visual Studio2008 and / or the AdventureWorks database?

thanks Lieven Cardoen

+5
source share
5 answers

Check out this sample app: DinnerNow.Net

DinnerNow - . , , Microsoft.

: IIS7, ASP.NET Ajax , LINQ, Windows , Windows Workflow Foundation, Windows , Windows PowerShell .NET Compact Framework.


, Asp.Net -.


, :

+11

Microsoft ASP.NET, ASP.NET :

DotNetNuke

BlogEngine.NET

Microsoft Patterns'n Practices .NET: . .NET.

+1

Microsoft , .., . ASP.NET, , , MS Best Practices. , , , .

, , Agile , #. Robert Martin " " , , , , "" .

, , Good Unit Testing " " . " " .

!

+1

I would recommend the book Creating a Web 2.0 Portal with ASP.NET 3.5 by Omar Al Zabir.
His blog on ASP.NET Ajax and .NET 3.5 is also very valuable.

+1
source

If you have an existing project, you can try FxCop . This is a static code analyzer (meaning that you provide it with compiled assemblies), and it checks for a lot of Microsoft Design Guidelines rules and errors.

+1
source

All Articles