Tagged Questions
0
votes
2answers
34 views
ASP.NET MVC control similar to forms
first let me say, I have started my first ASP.NET MVC (4) application. Before that, I was a forms developer. I love the MVC concept, even though I have not yet fully understood.
In ASP forms times, ...
0
votes
2answers
801 views
ASP.net MVC and modularity
I'm trying to find out if there is a way to use ASP.Net MVC to design a modular web application.
By modular, I mean that I should be able to drop a "package" (which could be made of a bunch of files, ...
6
votes
1answer
669 views
Modular applications with Entity Framework Code Only and ASP.NET MVC
By modular applications I mean applications in which base functionality and data model can be extended without modifying core application code.
It's a popular approach with eg. open source CRMs like ...
1
vote
2answers
1k views
ASP.NET Completely modular design - how?
Technology: ASP.NET 4.0, C#, forms/mvc
I am a .NET web designer and I wish to create a modular based website for people, similar to what DNN does (but I want to create my own cut down version).
The ...
1
vote
1answer
309 views
Wordpress-like Plug-in model in ASP.NET MVC
This is kind of based off of this question.
I'm currently looking at rebuilding our company intranet from the ground up (I'll be honest, our existing one is an absolute mess), but one of the core ...
0
votes
3answers
126 views
How to manage multiple (different) view layers
I have a website (ASP.NET MVC) which I would like to extend to another similar topic (like stackoverflow-serverfault-superuser).
Database layer and controllers layer are the same for both websites. ...
0
votes
4answers
1k views
Creating a separate module in MVC like you can do in DotNetNuke
I've newly started to open my eyes for ASP.Net MVC, but on the site we are currently working on we use DotNetNuke, and I actually like the way you can create new "Modules" and just plug them in to ...
3
votes
4answers
1k views
Best .NET framework/approach for modular product?
Looking for advice on framework and approach for building a modular web application.
Primary goal is to minimize need for redeployment, but redeployment would be fine on occasion.
OSGI for Java ...