Skip to content

[ CourseHulu Com ] PluralSight - ASP NET Core 6 Clean Architecture

Unverified source. This magnet is from an unverified source. The content may be unsafe or mislabeled. Proceed with caution.
Title: PluralSightGroup: NOGRPSource: PluralSight
Info Hash
55CC9EB48F924D774945AACB874389A688C4FE35
Source
Unverified
Total Size
802.03 MB
Total Files
100
Seeders
2
Leechers
0
Health
2.00
Score
4
Type
Bookware

File List

FileSize
Get Bonus Downloads Here.url180 B
~Get Your Files Here !/02/course-introduction-slides.pdf25.34 MB
~Get Your Files Here !/03/understanding-foundational-architectural-principles-slides.pdf11.88 MB
~Get Your Files Here !/04. Setting up the Application Core/01. Module Introduction.mp43.66 MB
~Get Your Files Here !/04. Setting up the Application Core/01. Module Introduction.vtt3.26 KB
~Get Your Files Here !/04. Setting up the Application Core/02. Understanding the Business Requirements.mp48.09 MB
~Get Your Files Here !/04. Setting up the Application Core/02. Understanding the Business Requirements.vtt5.97 KB
~Get Your Files Here !/04. Setting up the Application Core/03. Setting up the Application Architecture.mp43.11 MB
~Get Your Files Here !/04. Setting up the Application Core/03. Setting up the Application Architecture.vtt2.65 KB
~Get Your Files Here !/04. Setting up the Application Core/04. Demo - Creating the Visual Studio Solution.mp42.59 MB
~Get Your Files Here !/04. Setting up the Application Core/04. Demo - Creating the Visual Studio Solution.vtt2.04 KB
~Get Your Files Here !/04. Setting up the Application Core/05. Creating the Domain Project.mp4771.21 KB
~Get Your Files Here !/04. Setting up the Application Core/05. Creating the Domain Project.vtt777 B
~Get Your Files Here !/04. Setting up the Application Core/06. Demo - Creating the Domain Project.mp46.72 MB
~Get Your Files Here !/04. Setting up the Application Core/06. Demo - Creating the Domain Project.vtt3.42 KB
~Get Your Files Here !/04. Setting up the Application Core/07. Designing the Application Project.mp45.31 MB
~Get Your Files Here !/04. Setting up the Application Core/07. Designing the Application Project.vtt5.18 KB
~Get Your Files Here !/04. Setting up the Application Core/08. Demo - Creating the Application Project.mp49.59 MB
~Get Your Files Here !/04. Setting up the Application Core/08. Demo - Creating the Application Project.vtt5.45 KB
~Get Your Files Here !/04. Setting up the Application Core/09. Using MediatR and AutoMapper.mp49.14 MB
~Get Your Files Here !/04. Setting up the Application Core/09. Using MediatR and AutoMapper.vtt9.48 KB
~Get Your Files Here !/04. Setting up the Application Core/10. Demo - Writing the Application Logic in the Request Handler.mp439.59 MB
~Get Your Files Here !/04. Setting up the Application Core/10. Demo - Writing the Application Logic in the Request Handler.vtt17.79 KB
~Get Your Files Here !/04. Setting up the Application Core/11. Introducing CQRS into the Architecture.mp46.25 MB
~Get Your Files Here !/04. Setting up the Application Core/11. Introducing CQRS into the Architecture.vtt5.94 KB
~Get Your Files Here !/04. Setting up the Application Core/12. Demo - Adding CQRS into the Application Architecture.mp47.8 MB
~Get Your Files Here !/04. Setting up the Application Core/12. Demo - Adding CQRS into the Application Architecture.vtt3.66 KB
~Get Your Files Here !/04. Setting up the Application Core/13. Understanding Features.mp41.95 MB
~Get Your Files Here !/04. Setting up the Application Core/13. Understanding Features.vtt1.68 KB
~Get Your Files Here !/04. Setting up the Application Core/14. Demo - Organizing the Code Using Features.mp417.55 MB
~Get Your Files Here !/04. Setting up the Application Core/14. Demo - Organizing the Code Using Features.vtt6.8 KB
~Get Your Files Here !/04. Setting up the Application Core/15. Demo - Using Commands to Create a New Entity.mp416.35 MB
~Get Your Files Here !/04. Setting up the Application Core/15. Demo - Using Commands to Create a New Entity.vtt7.32 KB
~Get Your Files Here !/04. Setting up the Application Core/16. Adding Validation Using Fluent Validation.mp46.88 MB
~Get Your Files Here !/04. Setting up the Application Core/16. Adding Validation Using Fluent Validation.vtt5.88 KB
~Get Your Files Here !/04. Setting up the Application Core/17. Demo - Adding Validation and Custom Exceptions.mp434.41 MB
~Get Your Files Here !/04. Setting up the Application Core/17. Demo - Adding Validation and Custom Exceptions.vtt13.11 KB
~Get Your Files Here !/04. Setting up the Application Core/18. Summary.mp41.92 MB
~Get Your Files Here !/04. Setting up the Application Core/18. Summary.vtt1.76 KB
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/ApplicationServiceRegistration.cs530 B
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Contracts/Persistence/IAsyncRepository.cs429 B
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Contracts/Persistence/ICategoryRepository.cs370 B
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Contracts/Persistence/IEventRepository.cs342 B
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Contracts/Persistence/IOrderRepository.cs307 B
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Exceptions/BadRequestException.cs226 B
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Exceptions/NotFoundException.cs267 B
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Exceptions/ValidationException.cs546 B
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Categories/Commands/CreateCateogry/CreateCategoryCommand.cs276 B
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Categories/Commands/CreateCateogry/CreateCategoryCommandHandler.cs1.89 KB
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Categories/Commands/CreateCateogry/CreateCategoryCommandResponse.cs391 B
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Categories/Commands/CreateCateogry/CreateCategoryCommandValidator.cs540 B
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Categories/Commands/CreateCateogry/CreateCategoryDto.cs259 B
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Categories/Queries/GetCategoriesList/CategoryListVm.cs258 B
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Categories/Queries/GetCategoriesList/GetCategoriesListQuery.cs213 B
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Categories/Queries/GetCategoriesList/GetCategoriesListQueryHandler.cs1.02 KB
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Categories/Queries/GetCategoriesListWithEvents/CategoryEventDto.cs442 B
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Categories/Queries/GetCategoriesListWithEvents/CategoryEventListVm.cs341 B
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Categories/Queries/GetCategoriesListWithEvents/GetCategoriesListWithEventsQuery.cs287 B
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Categories/Queries/GetCategoriesListWithEvents/GetCategoriesListWithEventsQueryHandler.cs1.01 KB
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Events/Commands/CreateEvent/CreateEventCommand.cs711 B
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Events/Commands/CreateEvent/CreateEventCommandHandler.cs1.21 KB
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Events/Commands/CreateEvent/CreateEventCommandValidator.cs1.49 KB
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Events/Commands/DeleteEvent/DeleteEventCommand.cs220 B
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Events/Commands/DeleteEvent/DeleteEventCommandHandler.cs1.17 KB
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Events/Commands/UpdateEvent/UpdateEventCommand.cs550 B
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Events/Commands/UpdateEvent/UpdateEventCommandHandler.cs1.51 KB
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Events/Commands/UpdateEvent/UpdateEventCommandValidator.cs668 B
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Events/Queries/GetEventDetail/CategoryDto.cs240 B
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Events/Queries/GetEventDetail/EventDetailVm.cs582 B
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Events/Queries/GetEventDetail/GetEventDetailQuery.cs233 B
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Events/Queries/GetEventDetail/GetEventDetailQueryHandler.cs1.53 KB
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Events/Queries/GetEventsList/EventListVm.cs335 B
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Events/Queries/GetEventsList/GetEventsListQuery.cs199 B
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Events/Queries/GetEventsList/GetEventsListQueryHandler.cs985 B
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Orders/GetOrdersForMonth/GetOrdersForMonthQuery.cs324 B
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Orders/GetOrdersForMonth/GetOrdersForMonthQueryHandler.cs1.17 KB
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Orders/GetOrdersForMonth/OrdersForMonthDto.cs277 B
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Orders/GetOrdersForMonth/PagedOrdersForMonthVm.cs341 B
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/GloboTicket.TicketManagement.Application.csproj829 B
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Profiles/MappingProfile.cs1.73 KB
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Responses/BaseResponse.cs640 B
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/bin/Debug/net6.0/GloboTicket.TicketManagement.Application.deps.json8.75 KB
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/bin/Debug/net6.0/GloboTicket.TicketManagement.Application.dll35.5 KB
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/bin/Debug/net6.0/GloboTicket.TicketManagement.Application.pdb21.53 KB
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/bin/Debug/net6.0/GloboTicket.TicketManagement.Domain.dll8.5 KB
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/bin/Debug/net6.0/GloboTicket.TicketManagement.Domain.pdb11.49 KB
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/obj/Debug/net6.0/GloboTicket.TicketManagement.Application.AssemblyInfo.cs1.07 KB
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/obj/Debug/net6.0/GloboTicket.TicketManagement.Application.AssemblyInfoInputs.cache42 B
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/obj/Debug/net6.0/GloboTicket.TicketManagement.Application.GeneratedMSBuildEditorConfig.editorconfig560 B
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/obj/Debug/net6.0/GloboTicket.TicketManagement.Application.GlobalUsings.g.cs295 B
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/obj/Debug/net6.0/GloboTicket.TicketManagement.Application.assets.cache6.71 KB
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/obj/Debug/net6.0/GloboTicket.TicketManagement.Application.csproj.AssemblyReference.cache95.91 KB
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/obj/Debug/net6.0/GloboTicket.TicketManagement.Application.csproj.CopyComplete0 B
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/obj/Debug/net6.0/GloboTicket.TicketManagement.Application.csproj.CoreCompileInputs.cache42 B
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/obj/Debug/net6.0/GloboTicket.TicketManagement.Application.csproj.FileListAbsolute.txt2.25 KB
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/obj/Debug/net6.0/GloboTicket.TicketManagement.Application.dll35.5 KB
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/obj/Debug/net6.0/GloboTicket.TicketManagement.Application.pdb21.53 KB
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/obj/Debug/net6.0/NETCoreApp,Version=v6.0.AssemblyAttributes.cs198 B
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/obj/Debug/net6.0/_IsIncrementalBuild39 B
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/obj/Debug/net6.0/ref/GloboTicket.TicketManagement.Application.dll20 KB

Trackers

No trackers found.