This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
nebolcontroller_books_netcore [2020/02/23 13:51] – external edit 127.0.0.1 | nebolcontroller_books_netcore [2021/08/07 02:29] (current) – nebol | ||
---|---|---|---|
Line 3: | Line 3: | ||
This is a step-by-step example of building a ASP.NET Core Web application using NebolController 1.0.0.30 | This is a step-by-step example of building a ASP.NET Core Web application using NebolController 1.0.0.30 | ||
+ | ==== NOT DONE! WORK IN PROGRESS! ==== | ||
Create a new project using the " | Create a new project using the " | ||
Line 20: | Line 21: | ||
Install-Package NebolController | Install-Package NebolController | ||
Install-Package SharpRepository.Ioc.Microsoft.DependencyInjection | Install-Package SharpRepository.Ioc.Microsoft.DependencyInjection | ||
- | Install-Package AutoMapper.Extensions.Microsoft.DependencyInjection 6.1.1 | + | Install-Package AutoMapper.Extensions.Microsoft.DependencyInjection |
Install-Package SharpRepository.InMemoryRepository | Install-Package SharpRepository.InMemoryRepository | ||
</ | </ | ||
Line 28: | Line 29: | ||
< | < | ||
Install-Package Autofac.Extensions.DependencyInjection -version 5.0.1 | Install-Package Autofac.Extensions.DependencyInjection -version 5.0.1 | ||
- | Install-Package SharpRepository.Ioc.Autofac | + | Install-Package SharpRepository.Ioc.Autofac |
</ | </ | ||
Line 86: | Line 87: | ||
<code csharp> | <code csharp> | ||
- | Install-Package | + | Install-Package |
</ | </ | ||
Line 93: | Line 94: | ||
services.AddSwaggerGen(c => | services.AddSwaggerGen(c => | ||
{ | { | ||
- | c.SwaggerDoc(" | + | c.SwaggerDoc(" |
}); | }); | ||
</ | </ |