Skip to content

Latest commit

 

History

History
62 lines (37 loc) · 994 Bytes

README.md

File metadata and controls

62 lines (37 loc) · 994 Bytes

Musicstore-ASP.NET-MVC5

Music Store Core based on repo https://github.com/FanHuaRan/Musicstore-ASP.NET-MVC5

Tools

  • VS2017/VS2019

  • dotnet core

Framework

  • ASP.NET MVC Core

  • EntityFramework Core (code first with fluent)

  • Bootstrap 4

Cool features

  • 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

licence

  • MIT

About author

  var authors = [{
    nickName  : "Ricardo Mauro",
    email : "ricardo.demauro@gmail.com",
    twitter: "https://twitter.com/RicardoDeMauro"
  },
  {
    nickName  : "RanRanDemo",
    email : "ranrandemo@gmail.com"
  }]