Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Most popular architecture used with dotnet

What are the most popular architecture with dotnet? Right now i am using ASP.NET MVC, but i want to increase my work area with more architecture.Please provide me detail and links.

like image 557
Pankaj Avatar asked Feb 27 '23 10:02

Pankaj


2 Answers

Onion architecture.
Sharp architecture. (it's a framework actually)

Lately - there's buzz about CQRS.

I would like to add Domain Driven Design but it's not an architecture either (despite that it seriously influences it). Because it's popularity increases.

like image 171
Arnis Lapsa Avatar answered Mar 12 '23 08:03

Arnis Lapsa


Depends of your needs, you need to discover your requisites and later design the architecture. Look at: Do you have any good examples of "architecture for architecture's sake"?

I suppose SOA or n-tier (witout the UI) are the most popular for back-end. And for clients: asp.net (with mvp pattern), silverlight (with mvvm pattern) or heavy client with any pseudoMVC.

like image 27
Pablo Castilla Avatar answered Mar 12 '23 10:03

Pablo Castilla