Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Great example of development architecture

I am looking for a sample application which shows off good to great use of architectual patterns, so far I found

  • TailSpin
  • DinnerNow

The problem with the above is that the requirements to get this up, make it a nightmare to work with.

My requirements list is it should be simple to get up and running, covers the basics and does need to be in a .NET language.

like image 926
Robert MacLean Avatar asked Jan 18 '10 22:01

Robert MacLean


People also ask

What is development architecture?

Your development architecture might provide an overall testing process that is applicable to general projects, but which allows some customization of the processes based on the specific solution being developed. There are also many ways that applications can be developed.

What is an example of famous architecture?

1) La Sagrada Familia, Barcelona, Spain Originally designed by diocesan architect Francisco de Paula del Villar, the design and building of the temple was taken over by world-famous architect Antoni Gaudi.

Which is an example of sustainable architecture building?

The One Angel Square in Manchester, ParkRoyal on Pickering in Singapore, and even the Jawaharlal Nehru Bhavan in New Delhi are a few examples of Sustainable architecture in today's world.


2 Answers

May not meet your need for simple to get going but take a look at

  • Who Can Help Me
  • Orchard project.

Just reading about their architecture is a good start.

Grab a copy of Eric Evans DDD book for reading material as well.

like image 166
Jafin Avatar answered Sep 18 '22 19:09

Jafin


How about Nerd Dinner for ASP.NET MVC?

like image 24
John Asbeck Avatar answered Sep 18 '22 19:09

John Asbeck