Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Web Development .NET Best Practices

Tags:

asp.net

Are there other example projects like the Northwind Starters kit around that show you 'best practices' (layers, unit tests, mocking data, o/r mapping tools, ...) in architecture of ASP.NET development?

Or links to good and clear resources or documentation? (MSDN is a good reference but no good as tutorial)

  • are there example projects around addressing Visual Studio2008 and/or the AdventureWorks database?

thx, Lieven Cardoen

like image 385
Lieven Cardoen Avatar asked Feb 28 '09 12:02

Lieven Cardoen


1 Answers

Check out this Sample Application: DinnerNow.Net

DinnerNow is a fictitious marketplace where customers can order food from local restaurants for delivery to their home or office. This sample is designed to demonstrate how you can develop a connected application using several new Microsoft technologies.

The demo utilizes several technologies including: IIS7, ASP.NET Ajax Extensions, LINQ, Windows Communication Foundation, Windows Workflow Foundation, Windows Presentation Foundation, Windows PowerShell, and the .NET Compact Framework.


Here is also a link to multiple Sample Projects and Starter Kits that utilize Asp.Net and related Web Development technologies


Here are also some links to get you reading:

  • Top 10 Best Practices for Production ASP.NET Applications
  • ASP.NET Best Practices for High Performance Applications
  • ASP.NET Best Practices (PPT Presentation)
  • Best Practice Resources For ASP.NET
like image 66
Andreas Grech Avatar answered Nov 02 '22 22:11

Andreas Grech