[ CourseHulu Com ] PluralSight - ASP NET Core 6 Clean Architecture
File List
| File | Size |
|---|---|
| Get Bonus Downloads Here.url | 180 B |
| ~Get Your Files Here !/02/course-introduction-slides.pdf | 25.34 MB |
| ~Get Your Files Here !/03/understanding-foundational-architectural-principles-slides.pdf | 11.88 MB |
| ~Get Your Files Here !/04. Setting up the Application Core/01. Module Introduction.mp4 | 3.66 MB |
| ~Get Your Files Here !/04. Setting up the Application Core/01. Module Introduction.vtt | 3.26 KB |
| ~Get Your Files Here !/04. Setting up the Application Core/02. Understanding the Business Requirements.mp4 | 8.09 MB |
| ~Get Your Files Here !/04. Setting up the Application Core/02. Understanding the Business Requirements.vtt | 5.97 KB |
| ~Get Your Files Here !/04. Setting up the Application Core/03. Setting up the Application Architecture.mp4 | 3.11 MB |
| ~Get Your Files Here !/04. Setting up the Application Core/03. Setting up the Application Architecture.vtt | 2.65 KB |
| ~Get Your Files Here !/04. Setting up the Application Core/04. Demo - Creating the Visual Studio Solution.mp4 | 2.59 MB |
| ~Get Your Files Here !/04. Setting up the Application Core/04. Demo - Creating the Visual Studio Solution.vtt | 2.04 KB |
| ~Get Your Files Here !/04. Setting up the Application Core/05. Creating the Domain Project.mp4 | 771.21 KB |
| ~Get Your Files Here !/04. Setting up the Application Core/05. Creating the Domain Project.vtt | 777 B |
| ~Get Your Files Here !/04. Setting up the Application Core/06. Demo - Creating the Domain Project.mp4 | 6.72 MB |
| ~Get Your Files Here !/04. Setting up the Application Core/06. Demo - Creating the Domain Project.vtt | 3.42 KB |
| ~Get Your Files Here !/04. Setting up the Application Core/07. Designing the Application Project.mp4 | 5.31 MB |
| ~Get Your Files Here !/04. Setting up the Application Core/07. Designing the Application Project.vtt | 5.18 KB |
| ~Get Your Files Here !/04. Setting up the Application Core/08. Demo - Creating the Application Project.mp4 | 9.59 MB |
| ~Get Your Files Here !/04. Setting up the Application Core/08. Demo - Creating the Application Project.vtt | 5.45 KB |
| ~Get Your Files Here !/04. Setting up the Application Core/09. Using MediatR and AutoMapper.mp4 | 9.14 MB |
| ~Get Your Files Here !/04. Setting up the Application Core/09. Using MediatR and AutoMapper.vtt | 9.48 KB |
| ~Get Your Files Here !/04. Setting up the Application Core/10. Demo - Writing the Application Logic in the Request Handler.mp4 | 39.59 MB |
| ~Get Your Files Here !/04. Setting up the Application Core/10. Demo - Writing the Application Logic in the Request Handler.vtt | 17.79 KB |
| ~Get Your Files Here !/04. Setting up the Application Core/11. Introducing CQRS into the Architecture.mp4 | 6.25 MB |
| ~Get Your Files Here !/04. Setting up the Application Core/11. Introducing CQRS into the Architecture.vtt | 5.94 KB |
| ~Get Your Files Here !/04. Setting up the Application Core/12. Demo - Adding CQRS into the Application Architecture.mp4 | 7.8 MB |
| ~Get Your Files Here !/04. Setting up the Application Core/12. Demo - Adding CQRS into the Application Architecture.vtt | 3.66 KB |
| ~Get Your Files Here !/04. Setting up the Application Core/13. Understanding Features.mp4 | 1.95 MB |
| ~Get Your Files Here !/04. Setting up the Application Core/13. Understanding Features.vtt | 1.68 KB |
| ~Get Your Files Here !/04. Setting up the Application Core/14. Demo - Organizing the Code Using Features.mp4 | 17.55 MB |
| ~Get Your Files Here !/04. Setting up the Application Core/14. Demo - Organizing the Code Using Features.vtt | 6.8 KB |
| ~Get Your Files Here !/04. Setting up the Application Core/15. Demo - Using Commands to Create a New Entity.mp4 | 16.35 MB |
| ~Get Your Files Here !/04. Setting up the Application Core/15. Demo - Using Commands to Create a New Entity.vtt | 7.32 KB |
| ~Get Your Files Here !/04. Setting up the Application Core/16. Adding Validation Using Fluent Validation.mp4 | 6.88 MB |
| ~Get Your Files Here !/04. Setting up the Application Core/16. Adding Validation Using Fluent Validation.vtt | 5.88 KB |
| ~Get Your Files Here !/04. Setting up the Application Core/17. Demo - Adding Validation and Custom Exceptions.mp4 | 34.41 MB |
| ~Get Your Files Here !/04. Setting up the Application Core/17. Demo - Adding Validation and Custom Exceptions.vtt | 13.11 KB |
| ~Get Your Files Here !/04. Setting up the Application Core/18. Summary.mp4 | 1.92 MB |
| ~Get Your Files Here !/04. Setting up the Application Core/18. Summary.vtt | 1.76 KB |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/ApplicationServiceRegistration.cs | 530 B |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Contracts/Persistence/IAsyncRepository.cs | 429 B |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Contracts/Persistence/ICategoryRepository.cs | 370 B |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Contracts/Persistence/IEventRepository.cs | 342 B |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Contracts/Persistence/IOrderRepository.cs | 307 B |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Exceptions/BadRequestException.cs | 226 B |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Exceptions/NotFoundException.cs | 267 B |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Exceptions/ValidationException.cs | 546 B |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Categories/Commands/CreateCateogry/CreateCategoryCommand.cs | 276 B |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Categories/Commands/CreateCateogry/CreateCategoryCommandHandler.cs | 1.89 KB |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Categories/Commands/CreateCateogry/CreateCategoryCommandResponse.cs | 391 B |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Categories/Commands/CreateCateogry/CreateCategoryCommandValidator.cs | 540 B |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Categories/Commands/CreateCateogry/CreateCategoryDto.cs | 259 B |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Categories/Queries/GetCategoriesList/CategoryListVm.cs | 258 B |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Categories/Queries/GetCategoriesList/GetCategoriesListQuery.cs | 213 B |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Categories/Queries/GetCategoriesList/GetCategoriesListQueryHandler.cs | 1.02 KB |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Categories/Queries/GetCategoriesListWithEvents/CategoryEventDto.cs | 442 B |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Categories/Queries/GetCategoriesListWithEvents/CategoryEventListVm.cs | 341 B |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Categories/Queries/GetCategoriesListWithEvents/GetCategoriesListWithEventsQuery.cs | 287 B |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Categories/Queries/GetCategoriesListWithEvents/GetCategoriesListWithEventsQueryHandler.cs | 1.01 KB |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Events/Commands/CreateEvent/CreateEventCommand.cs | 711 B |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Events/Commands/CreateEvent/CreateEventCommandHandler.cs | 1.21 KB |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Events/Commands/CreateEvent/CreateEventCommandValidator.cs | 1.49 KB |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Events/Commands/DeleteEvent/DeleteEventCommand.cs | 220 B |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Events/Commands/DeleteEvent/DeleteEventCommandHandler.cs | 1.17 KB |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Events/Commands/UpdateEvent/UpdateEventCommand.cs | 550 B |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Events/Commands/UpdateEvent/UpdateEventCommandHandler.cs | 1.51 KB |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Events/Commands/UpdateEvent/UpdateEventCommandValidator.cs | 668 B |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Events/Queries/GetEventDetail/CategoryDto.cs | 240 B |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Events/Queries/GetEventDetail/EventDetailVm.cs | 582 B |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Events/Queries/GetEventDetail/GetEventDetailQuery.cs | 233 B |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Events/Queries/GetEventDetail/GetEventDetailQueryHandler.cs | 1.53 KB |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Events/Queries/GetEventsList/EventListVm.cs | 335 B |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Events/Queries/GetEventsList/GetEventsListQuery.cs | 199 B |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Events/Queries/GetEventsList/GetEventsListQueryHandler.cs | 985 B |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Orders/GetOrdersForMonth/GetOrdersForMonthQuery.cs | 324 B |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Orders/GetOrdersForMonth/GetOrdersForMonthQueryHandler.cs | 1.17 KB |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Orders/GetOrdersForMonth/OrdersForMonthDto.cs | 277 B |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Orders/GetOrdersForMonth/PagedOrdersForMonthVm.cs | 341 B |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/GloboTicket.TicketManagement.Application.csproj | 829 B |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Profiles/MappingProfile.cs | 1.73 KB |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Responses/BaseResponse.cs | 640 B |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/bin/Debug/net6.0/GloboTicket.TicketManagement.Application.deps.json | 8.75 KB |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/bin/Debug/net6.0/GloboTicket.TicketManagement.Application.dll | 35.5 KB |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/bin/Debug/net6.0/GloboTicket.TicketManagement.Application.pdb | 21.53 KB |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/bin/Debug/net6.0/GloboTicket.TicketManagement.Domain.dll | 8.5 KB |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/bin/Debug/net6.0/GloboTicket.TicketManagement.Domain.pdb | 11.49 KB |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/obj/Debug/net6.0/GloboTicket.TicketManagement.Application.AssemblyInfo.cs | 1.07 KB |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/obj/Debug/net6.0/GloboTicket.TicketManagement.Application.AssemblyInfoInputs.cache | 42 B |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/obj/Debug/net6.0/GloboTicket.TicketManagement.Application.GeneratedMSBuildEditorConfig.editorconfig | 560 B |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/obj/Debug/net6.0/GloboTicket.TicketManagement.Application.GlobalUsings.g.cs | 295 B |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/obj/Debug/net6.0/GloboTicket.TicketManagement.Application.assets.cache | 6.71 KB |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/obj/Debug/net6.0/GloboTicket.TicketManagement.Application.csproj.AssemblyReference.cache | 95.91 KB |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/obj/Debug/net6.0/GloboTicket.TicketManagement.Application.csproj.CopyComplete | 0 B |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/obj/Debug/net6.0/GloboTicket.TicketManagement.Application.csproj.CoreCompileInputs.cache | 42 B |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/obj/Debug/net6.0/GloboTicket.TicketManagement.Application.csproj.FileListAbsolute.txt | 2.25 KB |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/obj/Debug/net6.0/GloboTicket.TicketManagement.Application.dll | 35.5 KB |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/obj/Debug/net6.0/GloboTicket.TicketManagement.Application.pdb | 21.53 KB |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/obj/Debug/net6.0/NETCoreApp,Version=v6.0.AssemblyAttributes.cs | 198 B |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/obj/Debug/net6.0/_IsIncrementalBuild | 39 B |
| ~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/obj/Debug/net6.0/ref/GloboTicket.TicketManagement.Application.dll | 20 KB |
Trackers
No trackers found.