17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
[ CourseHulu.com ] PluralSight - ASP.NET Core 6 Clean Architecture
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
~Get Your Files Here !/02/course-introduction-slides.pdf
25.3 MB
~Get Your Files Here !/03/understanding-foundational-architectural-principles-slides.pdf
11.9 MB
~Get Your Files Here !/04. Setting up the Application Core/01. Module Introduction.mp4
3.7 MB
~Get Your Files Here !/04. Setting up the Application Core/01. Module Introduction.vtt
3.3 KB
~Get Your Files Here !/04. Setting up the Application Core/02. Understanding the Business Requirements.mp4
8.1 MB
~Get Your Files Here !/04. Setting up the Application Core/02. Understanding the Business Requirements.vtt
6 KB
~Get Your Files Here !/04. Setting up the Application Core/03. Setting up the Application Architecture.mp4
3.1 MB
~Get Your Files Here !/04. Setting up the Application Core/03. Setting up the Application Architecture.vtt
2.6 KB
~Get Your Files Here !/04. Setting up the Application Core/04. Demo - Creating the Visual Studio Solution.mp4
2.6 MB
~Get Your Files Here !/04. Setting up the Application Core/04. Demo - Creating the Visual Studio Solution.vtt
2 KB
~Get Your Files Here !/04. Setting up the Application Core/05. Creating the Domain Project.mp4
771.2 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.7 MB
~Get Your Files Here !/04. Setting up the Application Core/06. Demo - Creating the Domain Project.vtt
3.4 KB
~Get Your Files Here !/04. Setting up the Application Core/07. Designing the Application Project.mp4
5.3 MB
~Get Your Files Here !/04. Setting up the Application Core/07. Designing the Application Project.vtt
5.2 KB
~Get Your Files Here !/04. Setting up the Application Core/08. Demo - Creating the Application Project.mp4
9.6 MB
~Get Your Files Here !/04. Setting up the Application Core/08. Demo - Creating the Application Project.vtt
5.4 KB
~Get Your Files Here !/04. Setting up the Application Core/09. Using MediatR and AutoMapper.mp4
9.1 MB
~Get Your Files Here !/04. Setting up the Application Core/09. Using MediatR and AutoMapper.vtt
9.5 KB
~Get Your Files Here !/04. Setting up the Application Core/10. Demo - Writing the Application Logic in the Request Handler.mp4
39.6 MB
~Get Your Files Here !/04. Setting up the Application Core/10. Demo - Writing the Application Logic in the Request Handler.vtt
17.8 KB
~Get Your Files Here !/04. Setting up the Application Core/11. Introducing CQRS into the Architecture.mp4
6.3 MB
~Get Your Files Here !/04. Setting up the Application Core/11. Introducing CQRS into the Architecture.vtt
5.9 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.7 KB
~Get Your Files Here !/04. Setting up the Application Core/13. Understanding Features.mp4
2 MB
~Get Your Files Here !/04. Setting up the Application Core/13. Understanding Features.vtt
1.7 KB
~Get Your Files Here !/04. Setting up the Application Core/14. Demo - Organizing the Code Using Features.mp4
17.6 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.4 MB
~Get Your Files Here !/04. Setting up the Application Core/15. Demo - Using Commands to Create a New Entity.vtt
7.3 KB
~Get Your Files Here !/04. Setting up the Application Core/16. Adding Validation Using Fluent Validation.mp4
6.9 MB
~Get Your Files Here !/04. Setting up the Application Core/16. Adding Validation Using Fluent Validation.vtt
5.9 KB
~Get Your Files Here !/04. Setting up the Application Core/17. Demo - Adding Validation and Custom Exceptions.mp4
34.4 MB
~Get Your Files Here !/04. Setting up the Application Core/17. Demo - Adding Validation and Custom Exceptions.vtt
13.1 KB
~Get Your Files Here !/04. Setting up the Application Core/18. Summary.mp4
1.9 MB
~Get Your Files Here !/04. Setting up the Application Core/18. Summary.vtt
1.8 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/bin/Debug/net6.0/GloboTicket.TicketManagement.Application.deps.json
8.8 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.5 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.5 KB
~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.9 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 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 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.2 KB
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Features/Events/Commands/CreateEvent/CreateEventCommandValidator.cs
1.5 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.2 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.5 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.5 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.2 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/obj/Debug/net6.0/GloboTicket.TicketManagement.Application.AssemblyInfo.cs
1.1 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.assets.cache
6.7 KB
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/obj/Debug/net6.0/GloboTicket.TicketManagement.Application.csproj.AssemblyReference.cache
95.9 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.3 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.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.pdb
21.5 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/Profiles/MappingProfile.cs
1.7 KB
~Get Your Files Here !/04/demos/Demos/GloboTicket.TicketManagement.Application/Responses/BaseResponse.cs