Skip to content

It aims to provide better Asp.Net Core Mvc Starter template

License

Notifications You must be signed in to change notification settings

mehmetilker/aspnetcore-mvc-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aspnetcore-mvc-starter

Created with Visual Studio 2017 RC Standart MVC Core 1.0 Template

Still in development. Further explanations will be provided after some technical problems will be solved. Problems are mostly based on missing technical documentation and half baked solutions in context of .Net Core Framework + MVC Core library.

Standart Visual Studio Mvc project template creates confusion especially on the subjects "Dependency Injection" and Model.

Solution template aims providing better approach / how it could be rather than how it should be, while making easy understanding and comprehension of developing loosly coupled solution.

Standart template creates confusion on the using of;

*Membership/Identity library: Developed on Asp.net namespace and it looks inseperable from web project.
*Validation (both client and server)
*Data Context
*Model and Entity concepts
*Tight coupled models (dependency on Identity Entities)
*Dependecy Injection : Gives examples only on Message service.
*Single resposibility (Especially on controller usage)
*Testing

What to extend with to provide base for real life scenarios;

*Unit testing
*Integration testing
*Api for mobile app integratin
*Identity for Api


Alternative: https://github.com/dotnet/eShopOnWeb

About

It aims to provide better Asp.Net Core Mvc Starter template

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published