Music Store Core based on repo https://github.com/FanHuaRan/Musicstore-ASP.NET-MVC5
-
VS2017/VS2019
-
dotnet core
-
ASP.NET MVC Core
-
EntityFramework Core (code first with fluent)
-
Bootstrap 4
-
Bootstrap 4
-
Localization (based on Resource files, StringLocalizar, HtmlString localizer)
-
Entity Framework Core
-
SiteMap, a beginners implementation... in the future will be better
-
Top menu based on SiteMap
-
Areas
-
ViewComponents
-
Partial Views
-
MVC Url Parameter Transformer
-
Session Provider
-
Claims Principal Provider
-
Authentication and Authorization based on Policies
-
Repository Pattern
- MIT
var authors = [{
nickName : "Ricardo Mauro",
email : "ricardo.demauro@gmail.com",
twitter: "https://twitter.com/RicardoDeMauro"
},
{
nickName : "RanRanDemo",
email : "ranrandemo@gmail.com"
}]