Best .NET framework / modular product approach?

Look for tips on the basics and approach for building a modular web application.

The main goal is to minimize the need for redistribution, but redistribution would be in order.

OSGI for Java seems like the right idea, but I need a .NET implementation.

http://www.osgi.org/Main/HomePage Modular Web Applications

What about ASP.NET MVC + ???

+3
source share
4 answers

I would use ASP.NET MVC + MEF , you can get pretty modular with this.

See this example .

+2
source

, , - .

ASP.MVC MVC .NET, Microsoft:)...

0

.NET, ASP.NET MVC . , . , , , , ASP.NET MVC ( ...).

, (?) (?) , , , .

ASP.NET MVC, , , - (200 !)

0

. .

- . , . , url cookie, cookie .

Another is to create each sub-site through user controls (think DNN). This requires a lot of thought and planning on how your main application provides overall functionality.

Other ideas are usually based on one of them.

0
source

Source: https://habr.com/ru/post/1708432/


All Articles