BITCQ

ASP.NET Core Crash Course

Size: 497.6 MB
Magnet link

Name Size
ASP.NET Core Crash Course/01. Course Overview/01. Course Overview.mp4 3.7 MB
ASP.NET Core Crash Course/01. Course Overview/01. Course Overview.srt 2 KB
ASP.NET Core Crash Course/02. Getting Ready/01. Welcome and Version Check.mp4 4.9 MB
ASP.NET Core Crash Course/02. Getting Ready/01. Welcome and Version Check.srt 3 KB
ASP.NET Core Crash Course/02. Getting Ready/02. Problem Scenario and Application Preview.mp4 6.9 MB
ASP.NET Core Crash Course/02. Getting Ready/02. Problem Scenario and Application Preview.srt 7 KB
ASP.NET Core Crash Course/02. Getting Ready/03. Our Approach.mp4 4.3 MB
ASP.NET Core Crash Course/02. Getting Ready/03. Our Approach.srt 4 KB
ASP.NET Core Crash Course/02. Getting Ready/04. Create and Explore the Project.mp4 14.4 MB
ASP.NET Core Crash Course/02. Getting Ready/04. Create and Explore the Project.srt 9 KB
ASP.NET Core Crash Course/02. Getting Ready/05. Run and Debug with VS Code.mp4 9.7 MB
ASP.NET Core Crash Course/02. Getting Ready/05. Run and Debug with VS Code.srt 5 KB
ASP.NET Core Crash Course/02. Getting Ready/06. Hot Reload with VS Code.mp4 6.4 MB
ASP.NET Core Crash Course/02. Getting Ready/06. Hot Reload with VS Code.srt 3 KB
ASP.NET Core Crash Course/02. Getting Ready/07. Run and Debug with Visual Studio.mp4 7.3 MB
ASP.NET Core Crash Course/02. Getting Ready/07. Run and Debug with Visual Studio.srt 4 KB
ASP.NET Core Crash Course/02. Getting Ready/08. Run and Debug with Rider.mp4 4.4 MB
ASP.NET Core Crash Course/02. Getting Ready/08. Run and Debug with Rider.srt 3 KB
ASP.NET Core Crash Course/03. Adding Controllers, Views, and Models/01. Introducing Controllers and Views.mp4 3.2 MB
ASP.NET Core Crash Course/03. Adding Controllers, Views, and Models/01. Introducing Controllers and Views.srt 3 KB
ASP.NET Core Crash Course/03. Adding Controllers, Views, and Models/02. Adding a Controller and a View.mp4 11.8 MB
ASP.NET Core Crash Course/03. Adding Controllers, Views, and Models/02. Adding a Controller and a View.srt 7 KB
ASP.NET Core Crash Course/03. Adding Controllers, Views, and Models/03. Razor View Syntax Notes.mp4 7.3 MB
ASP.NET Core Crash Course/03. Adding Controllers, Views, and Models/03. Razor View Syntax Notes.srt 3 KB
ASP.NET Core Crash Course/03. Adding Controllers, Views, and Models/04. Adding a Model.mp4 19.7 MB
ASP.NET Core Crash Course/03. Adding Controllers, Views, and Models/04. Adding a Model.srt 10 KB
ASP.NET Core Crash Course/03. Adding Controllers, Views, and Models/05. Adding a Details Action and View.mp4 12.3 MB
ASP.NET Core Crash Course/03. Adding Controllers, Views, and Models/05. Adding a Details Action and View.srt 5 KB
ASP.NET Core Crash Course/04. Adding a Database/01. Introduction and Approach.mp4 3.9 MB
ASP.NET Core Crash Course/04. Adding a Database/01. Introduction and Approach.srt 2 KB
ASP.NET Core Crash Course/04. Adding a Database/02. Adding a Database with a DbContext.mp4 14.9 MB
ASP.NET Core Crash Course/04. Adding a Database/02. Adding a Database with a DbContext.srt 8 KB
ASP.NET Core Crash Course/04. Adding a Database/03. Using the CLI to Perform a Migration and Verifying the Results.mp4 8.8 MB
ASP.NET Core Crash Course/04. Adding a Database/03. Using the CLI to Perform a Migration and Verifying the Results.srt 4 KB
ASP.NET Core Crash Course/04. Adding a Database/04. Adding Data for Development.mp4 11.4 MB
ASP.NET Core Crash Course/04. Adding a Database/04. Adding Data for Development.srt 5 KB
ASP.NET Core Crash Course/04. Adding a Database/05. Scaffolding a Controller with Views.mp4 23.1 MB
ASP.NET Core Crash Course/04. Adding a Database/05. Scaffolding a Controller with Views.srt 12 KB
ASP.NET Core Crash Course/04. Adding a Database/06. What's Wrong with Scaffolding.mp4 4 MB
ASP.NET Core Crash Course/04. Adding a Database/06. What's Wrong with Scaffolding.srt 3 KB
ASP.NET Core Crash Course/04. Adding a Database/07. Creating a Repository Class.mp4 9.5 MB
ASP.NET Core Crash Course/04. Adding a Database/07. Creating a Repository Class.srt 4 KB
ASP.NET Core Crash Course/04. Adding a Database/08. Creating a Class for Business Logic.mp4 9.4 MB
ASP.NET Core Crash Course/04. Adding a Database/08. Creating a Class for Business Logic.srt 4 KB
ASP.NET Core Crash Course/04. Adding a Database/09. Updating the Controller.mp4 10.2 MB
ASP.NET Core Crash Course/04. Adding a Database/09. Updating the Controller.srt 4 KB
ASP.NET Core Crash Course/04. Adding a Database/10. Finishing the Refactoring.mp4 7.3 MB
ASP.NET Core Crash Course/04. Adding a Database/10. Finishing the Refactoring.srt 4 KB
ASP.NET Core Crash Course/04. Adding a Database/11. Simple Validation with Data Annotations.mp4 13.2 MB
ASP.NET Core Crash Course/04. Adding a Database/11. Simple Validation with Data Annotations.srt 6 KB
ASP.NET Core Crash Course/05. Working with Views/01. Introduction and Key View Files.mp4 3.5 MB
ASP.NET Core Crash Course/05. Working with Views/01. Introduction and Key View Files.srt 3 KB
ASP.NET Core Crash Course/05. Working with Views/02. Understanding Key View Files.mp4 11.1 MB
ASP.NET Core Crash Course/05. Working with Views/02. Understanding Key View Files.srt 5 KB
ASP.NET Core Crash Course/05. Working with Views/03. Adding a Bootstrap Theme.mp4 8.2 MB
ASP.NET Core Crash Course/05. Working with Views/03. Adding a Bootstrap Theme.srt 4 KB
ASP.NET Core Crash Course/05. Working with Views/04. Adding Client-Side Validation.mp4 8.2 MB
ASP.NET Core Crash Course/05. Working with Views/04. Adding Client-Side Validation.srt 5 KB
ASP.NET Core Crash Course/05. Working with Views/05. Adding a Not Found Page and Logging.mp4 16.2 MB
ASP.NET Core Crash Course/05. Working with Views/05. Adding a Not Found Page and Logging.srt 5 KB
ASP.NET Core Crash Course/05. Working with Views/06. Error Handling.mp4 14 MB
ASP.NET Core Crash Course/05. Working with Views/06. Error Handling.srt 6 KB
ASP.NET Core Crash Course/06. Adding Related Data/01. Introduction and Approach for Module.mp4 1.1 MB
ASP.NET Core Crash Course/06. Adding Related Data/01. Introduction and Approach for Module.srt 1 KB
ASP.NET Core Crash Course/06. Adding Related Data/02. Creating the Category Entity, Table, and Relationship.mp4 13 MB
ASP.NET Core Crash Course/06. Adding Related Data/02. Creating the Category Entity, Table, and Relationship.srt 6 KB
ASP.NET Core Crash Course/06. Adding Related Data/03. Using Configuration for Connection Details.mp4 8.3 MB
ASP.NET Core Crash Course/06. Adding Related Data/03. Using Configuration for Connection Details.srt 5 KB
ASP.NET Core Crash Course/06. Adding Related Data/04. Scaffolding CRUD Operations for Categories.mp4 9.7 MB
ASP.NET Core Crash Course/06. Adding Related Data/04. Scaffolding CRUD Operations for Categories.srt 5 KB
ASP.NET Core Crash Course/06. Adding Related Data/05. Updating Read Operations for the Related Data.mp4 8.5 MB
ASP.NET Core Crash Course/06. Adding Related Data/05. Updating Read Operations for the Related Data.srt 4 KB
ASP.NET Core Crash Course/06. Adding Related Data/06. Updating the Create Operation for Related Data.mp4 15.8 MB
ASP.NET Core Crash Course/06. Adding Related Data/06. Updating the Create Operation for Related Data.srt 7 KB
ASP.NET Core Crash Course/06. Adding Related Data/07. Updating the Edit Operation.mp4 9.6 MB
ASP.NET Core Crash Course/06. Adding Related Data/07. Updating the Edit Operation.srt 4 KB
ASP.NET Core Crash Course/06. Adding Related Data/08. Adding Complex Validation Using FluentValidation.mp4 2.6 MB
ASP.NET Core Crash Course/06. Adding Related Data/08. Adding Complex Validation Using FluentValidation.srt 12 KB
ASP.NET Core Crash Course/06. Adding Related Data/09. Summary.mp4 2.1 MB
ASP.NET Core Crash Course/06. Adding Related Data/09. Summary.srt 2 KB
ASP.NET Core Crash Course/07. Adding Authentication and Authorization/01. Introduction and Caution.mp4 2.8 MB
ASP.NET Core Crash Course/07. Adding Authentication and Authorization/01. Introduction and Caution.srt 2 KB
ASP.NET Core Crash Course/07. Adding Authentication and Authorization/02. Authentication Options for New Projects.mp4 9 MB
ASP.NET Core Crash Course/07. Adding Authentication and Authorization/02. Authentication Options for New Projects.srt 6 KB
ASP.NET Core Crash Course/07. Adding Authentication and Authorization/03. ASP.NET Identity - Introduced.mp4 2.4 MB
ASP.NET Core Crash Course/07. Adding Authentication and Authorization/03. ASP.NET Identity - Introduced.srt 2 KB
ASP.NET Core Crash Course/07. Adding Authentication and Authorization/04. Scaffolding Identity into an Existing Project.mp4 19.3 MB
ASP.NET Core Crash Course/07. Adding Authentication and Authorization/04. Scaffolding Identity into an Existing Project.srt 8 KB
ASP.NET Core Crash Course/07. Adding Authentication and Authorization/05. Finalizing and Running Identity.mp4 18.2 MB
ASP.NET Core Crash Course/07. Adding Authentication and Authorization/05. Finalizing and Running Identity.srt 10 KB
ASP.NET Core Crash Course/07. Adding Authentication and Authorization/06. Requiring Authenticated Users.mp4 8 MB
ASP.NET Core Crash Course/07. Adding Authentication and Authorization/06. Requiring Authenticated Users.srt 4 KB
ASP.NET Core Crash Course/07. Adding Authentication and Authorization/07. A Closer Look at ASP.NET Identity Options.mp4 7 MB
ASP.NET Core Crash Course/07. Adding Authentication and Authorization/07. A Closer Look at ASP.NET Identity Options.srt 4 KB
ASP.NET Core Crash Course/08. Going Further/01. What We've Done.mp4 5 MB
ASP.NET Core Crash Course/08. Going Further/01. What We've Done.srt 4 KB
ASP.NET Core Crash Course/08. Going Further/02. Where to Go Next.mp4 4.3 MB
ASP.NET Core Crash Course/08. Going Further/02. Where to Go Next.srt 3 KB
ASP.NET Core Crash Course/asp-dot-net-core-6-crash-course.zip 57.9 MB
Name
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.open-internet.nl:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://exodus.desync.com:6969/announce
udp://tracker.internetwarriors.net:1337/announce
udp://tracker.opentrackr.org:1337/announce
udp://9.rarbg.to:2710/announce
udp://9.rarbg.me:2710/announce
http://tracker3.itzmx.com:6961/announce
http://tracker1.itzmx.com:8080/announce
udp://thetracker.org:80/announce
udp://open.demonii.si:1337/announce
udp://bt.xxx-tracker.com:2710/announce
udp://tracker.torrent.eu.org:451/announce
udp://tracker.cyberia.is:6969/announce
udp://tracker.tiny-vps.com:6969/announce
udp://denis.stalker.upeer.me:6969/announce
http://open.acgnxtracker.com:80/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://explodie.org:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://tracker.zer0day.to:1337/announce
udp://tracker.coppersurfer.tk:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://tracker.internetwarriors.net:1337/announce
udp://mgtracker.org:6969/announce
udp://explodie.org:6969/announce
Name Size Peers
Norberg S. - Advanced ASP.NET Core 8 Security - 2024.pdf Application 8.1 MB 15
ASP.NET Core 6 Clean Architecture Video 771.8 MB 12
Millie K. ASP.NET Core Web API with Angular. Build Dynamic Web Apps...2024 Application 1.1 MB 12
ASP.NET Core Fundamentals Video 1.2 GB 10
ASP.NET Core Crash Course Video 497.6 MB 10
Ding B. Building Modern Web Applications with ASP.NET Core Blazor...2023 Application 14.8 MB 8
[ DevCourseWeb.com ] Udemy - ASP.NET Core MVC - Build an E-Commerce Web Application 2024 Video 1 GB 8
ASP.NET Core SignalR Fundamentals Video 249.6 MB 8
Millie K. ASP.NET Core 5 and Angular Full Stack 2024 Application 1.1 MB 7
ASP.NET Core MVC Deep Dive Video 1.5 GB 7
Spasojevic M. Ultimate ASP.NET Core Web API 2nd Premium Ed Fix Application 19.1 MB 7
Classon I. - Migrating ASP.NET Microservices to ASP.NET Core 8 - 2024.pdf Application 8.4 MB 6
Deploying ASP.NET Core to Azure App Services Video 453.4 MB 6
ASP.NET Core 3 Microservices- Getting Started Video 238 MB 5
[ CourseLala.com ] Udemy - ASP.NET Core 6, EF Core and React.JS - Complete Guide Video 2 GB 3
[ DevCourseWeb.com ] Pro Microservices in .NET 6 - With Examples Using ASP.NET Core 6, MassTransit, and Kubernetes Ebook 22 MB 3
ASP.NET Core Security by Christian Wenz EPUB Ebook 16.6 MB 3
[ CourseLala.com ] Linkedin - ASP.NET Core in .NET 6 - Dependency Injection Video 131.3 MB 2
ASP.NET Core 6 Web API Deep Dive Video 1.5 GB 2
Tosato A. Mastering Minimal APIs in ASP.NET Core 2022 Application 15.9 MB 2

Loading...