run-aspnetcore
A starter kit for your next ASP.NET Core web application. Boilerplate for ASP.NET Core reference application, demonstrating a layered application architecture with applying Clean Architecture and DDD best practices. Download 100+ page eBook PDF from here ->
파일 탐색기
최종 버전 다운로드 (.zip)- FUNDING.yml
- ApplicationException.cs
- ICategoryService.cs
- IProductService.cs
- ObjectMapper.cs
- BaseModel.cs
- CategoryModel.cs
- ProductModel.cs
- CategoryService.cs
- ProductService.cs
- AspnetRun.Application.csproj
- AspnetRunSettings.cs
- Entity.cs
- EntityBase.cs
- IEntityBase.cs
- Category.cs
- Product.cs
- CoreException.cs
- IAppLogger.cs
- IRepository.cs
- ICategoryRepository.cs
- IProductRepository.cs
- BaseSpecification.cs
- ISpecification.cs
- CategoryWithproductsSpecification.cs
- ProductWithCategorySpecification.cs
- ValueObject.cs
- AspnetRun.Core.csproj
- AspnetRunContext.cs
- AspnetRunContextSeed.cs
- InfrastructureException.cs
- LoggerAdapter.cs
- 20190321052921_Initial.cs
- 20190321052921_Initial.Designer.cs
- AspnetRunContextModelSnapshot.cs
- Repository.cs
- SpecificationEvaluator.cs
- CategoryRepository.cs
- ProductRepository.cs
- EmailSender.cs
- AspnetRun.Infrastructure.csproj
- EmailSenderExtensions.cs
- IndexPageHealthCheck.cs
- ICategoryPageService.cs
- IIndexPageService.cs
- IProductPageService.cs
- AspnetRunProfile.cs
- Index.cshtml
- Index.cshtml.cs
- Create.cshtml
- Create.cshtml.cs
- Delete.cshtml
- Delete.cshtml.cs
- Details.cshtml
- Details.cshtml.cs
- Edit.cshtml
- Edit.cshtml.cs
- Index.cshtml
- Index.cshtml.cs
- NotFound.cshtml
- _CookieConsentPartial.cshtml
- _Layout.cshtml
- _ValidationScriptsPartial.cshtml
- _ViewImports.cshtml
- _ViewStart.cshtml
- Error.cshtml
- Error.cshtml.cs
- Index.cshtml
- Index.cshtml.cs
- Privacy.cshtml
- Privacy.cshtml.cs
- CategoryPageService.cs
- IndexPageService.cs
- ProductPageService.cs
- BaseViewModel.cs
- CategoryViewModel.cs
- ProductViewModel.cs
- site.css
- site.js
- bootstrap-grid.css
- bootstrap-grid.css.map
- bootstrap-grid.min.css
- bootstrap-grid.min.css.map
- bootstrap-reboot.css
- bootstrap-reboot.css.map
- bootstrap-reboot.min.css
- bootstrap-reboot.min.css.map
- bootstrap.css
- bootstrap.css.map
- bootstrap.min.css
- bootstrap.min.css.map
- bootstrap.bundle.js
- bootstrap.bundle.js.map
- bootstrap.bundle.min.js
- bootstrap.bundle.min.js.map
- bootstrap.js
- bootstrap.js.map
- bootstrap.min.js
- bootstrap.min.js.map
- LICENSE
- jquery.js
- jquery.min.js
- jquery.min.map
- LICENSE.txt
- additional-methods.js
- additional-methods.min.js
- jquery.validate.js
- jquery.validate.min.js
- LICENSE.md
- jquery.validate.unobtrusive.js
- jquery.validate.unobtrusive.min.js
- LICENSE.txt
- favicon.ico
- appsettings.Development.json
- appsettings.json
- AspnetRun.Web.csproj
- Program.cs
- Startup.cs
- ProductBuilder.cs
- ProductTests.cs
- AspnetRun.Application.Tests.csproj
- ProductBuilder.cs
- CategoryTests.cs
- ProductTests.cs
- ProductSpecificationTests.cs
- AspnetRun.Core.Tests.csproj
- CategoryBuilder.cs
- ProductBuilder.cs
- ProductTests.cs
- AspnetRun.Infrastructure.Tests.csproj
- IndexPageTest.cs
- ProductPageTests.cs
- AspnetRun.Web.Tests.csproj
- CustomWebApplicationFactory.cs
- .gitignore
- AspnetRun.sln
- LICENSE
- README.md
// repository documentation
Was this content helpful?
(0 ratings)
