- Notifications
You must be signed in to change notification settings - Fork1
ASP.NET | MVC | WEB APPLICATION
License
PranamBhat/AspDotNetMVC
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
SampleMvcWebApp is a ASP.NET MVC5 web site designed to show number of useful methods for building enterprisegrade web applications using ASP.NET MVC5 and Entity Framework 6.
This code is available as alive web site which includes explanationsof the code - see an example of this on thePosts code explanation page.
GenericServices is now available on NuGet.SeeNuGet Package Page for more details.
An additinal, more complex example is now available.VisitComplex.SampleMvcWebApp to see more.
The specific features in the code in this example are:
Database accesses are normally a big part of enterprise systems build with APS.NET MVC.However, my experience is that creating these services in a robust and comprehensive form can lead toa lot of repetative code that does the same thing, but for different data.My aim has been to produce a generic framework that handles most of the cases, and iseasily extensible when special handling is required.
The GenericService framework is designed specifically to work with Dependency Injection (DI).DI is used throughout this web site, but specific examples are:
- Inserting the required services into a controller by action parameter injection.
- DI is also used for creating the GenericService etc. See Code Explanation for more information.
Note that the SampleMvcWebApp uses AutoFac dependency injection framework,but the framework allows you to replace AutoFac with your own favourite DI tool.
About
ASP.NET | MVC | WEB APPLICATION
Resources
License
Uh oh!
There was an error while loading.Please reload this page.