ASP.NET-Core-Template icon indicating copy to clipboard operation
ASP.NET-Core-Template copied to clipboard

A ready-to-use template for ASP.NET Core with repositories, services, models mapping, DI and StyleCop warnings fixed.

Results 10 ASP.NET-Core-Template issues
Sort by recently updated
recently updated
newest added

We register custom mappings more then one time in GetCustomMappings. When we use ```from i in t.GetTypeInfo().GetInterfaces()``` we get all interfaces IMapFrom, IMapTo and IHaveCustomMappings => we will register 3...

In asynchronous programming there is a very useful async method: ToListAsync(); However, it comes from EntityFramework. So basically if we use the template here and call .All(); method in the...

Hi Niki, Despite doing exactly as in the lecture about the AudiCars and the custom mapped property "YearAndMonth", I get a rare error which I can't even solve from SOF...

Hello there, i had just downloaded this great template for Web project, but it seems i am getting errors concerning about the SDK version i am currently using. So i...

@NikolayIT, I found out that when using Migrations for the first time the **AspNetCoreTemplate.Web** project does not have reference to Microsoft.EntityFrameworkCore.Design so that an error is thrown in the PM...

Hello, can you leave a fork with ASP identity scaffolded views for managing users, claims and roles. 1. ASP identity views 2. Seed Users/Roles option during startup if not exist....

When I scaffold any of the identity pages I get error with model of the page

hello can you add option for user/roles management