Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.32 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.32 KB

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