TorBT - Torrents and Magnet Links Search Engine

ASP.NET Core Crash Course

File Name
Size
01. Course Overview/01. Course Overview.mp4
3.7 MB
01. Course Overview/01. Course Overview.srt
2.0 kB
02. Getting Ready/01. Welcome and Version Check.mp4
4.9 MB
02. Getting Ready/01. Welcome and Version Check.srt
3.4 kB
02. Getting Ready/02. Problem Scenario and Application Preview.mp4
6.9 MB
02. Getting Ready/02. Problem Scenario and Application Preview.srt
6.8 kB
02. Getting Ready/03. Our Approach.mp4
4.3 MB
02. Getting Ready/03. Our Approach.srt
4.2 kB
02. Getting Ready/04. Create and Explore the Project.mp4
14 MB
02. Getting Ready/04. Create and Explore the Project.srt
8.8 kB
02. Getting Ready/05. Run and Debug with VS Code.mp4
9.7 MB
02. Getting Ready/05. Run and Debug with VS Code.srt
4.9 kB
02. Getting Ready/06. Hot Reload with VS Code.mp4
6.4 MB
02. Getting Ready/06. Hot Reload with VS Code.srt
2.8 kB
02. Getting Ready/07. Run and Debug with Visual Studio.mp4
7.3 MB
02. Getting Ready/07. Run and Debug with Visual Studio.srt
3.6 kB
02. Getting Ready/08. Run and Debug with Rider.mp4
4.4 MB
02. Getting Ready/08. Run and Debug with Rider.srt
2.6 kB
03. Adding Controllers, Views, and Models/01. Introducing Controllers and Views.mp4
3.2 MB
03. Adding Controllers, Views, and Models/01. Introducing Controllers and Views.srt
2.8 kB
03. Adding Controllers, Views, and Models/02. Adding a Controller and a View.mp4
12 MB
03. Adding Controllers, Views, and Models/02. Adding a Controller and a View.srt
6.9 kB
03. Adding Controllers, Views, and Models/03. Razor View Syntax Notes.mp4
7.3 MB
03. Adding Controllers, Views, and Models/03. Razor View Syntax Notes.srt
3.4 kB
03. Adding Controllers, Views, and Models/04. Adding a Model.mp4
20 MB
03. Adding Controllers, Views, and Models/04. Adding a Model.srt
9.6 kB
03. Adding Controllers, Views, and Models/05. Adding a Details Action and View.mp4
12 MB
03. Adding Controllers, Views, and Models/05. Adding a Details Action and View.srt
4.6 kB
04. Adding a Database/01. Introduction and Approach.mp4
3.9 MB
04. Adding a Database/01. Introduction and Approach.srt
2.5 kB
04. Adding a Database/02. Adding a Database with a DbContext.mp4
15 MB
04. Adding a Database/02. Adding a Database with a DbContext.srt
7.8 kB
04. Adding a Database/03. Using the CLI to Perform a Migration and Verifying the Results.mp4
8.8 MB
04. Adding a Database/03. Using the CLI to Perform a Migration and Verifying the Results.srt
3.9 kB
04. Adding a Database/04. Adding Data for Development.mp4
11 MB
04. Adding a Database/04. Adding Data for Development.srt
5.0 kB
04. Adding a Database/05. Scaffolding a Controller with Views.mp4
23 MB
04. Adding a Database/05. Scaffolding a Controller with Views.srt
12 kB
04. Adding a Database/06. What's Wrong with Scaffolding.mp4
4.0 MB
04. Adding a Database/06. What's Wrong with Scaffolding.srt
2.9 kB
04. Adding a Database/07. Creating a Repository Class.mp4
9.5 MB
04. Adding a Database/07. Creating a Repository Class.srt
4.3 kB
04. Adding a Database/08. Creating a Class for Business Logic.mp4
9.4 MB
04. Adding a Database/08. Creating a Class for Business Logic.srt
4.4 kB
04. Adding a Database/09. Updating the Controller.mp4
10 MB
04. Adding a Database/09. Updating the Controller.srt
4.5 kB
04. Adding a Database/10. Finishing the Refactoring.mp4
7.3 MB
04. Adding a Database/10. Finishing the Refactoring.srt
3.7 kB
04. Adding a Database/11. Simple Validation with Data Annotations.mp4
13 MB
04. Adding a Database/11. Simple Validation with Data Annotations.srt
5.5 kB
05. Working with Views/01. Introduction and Key View Files.mp4
3.5 MB
05. Working with Views/01. Introduction and Key View Files.srt
3.3 kB
05. Working with Views/02. Understanding Key View Files.mp4
11 MB
05. Working with Views/02. Understanding Key View Files.srt
5.4 kB
05. Working with Views/03. Adding a Bootstrap Theme.mp4
8.2 MB
05. Working with Views/03. Adding a Bootstrap Theme.srt
3.5 kB
05. Working with Views/04. Adding Client-Side Validation.mp4
8.2 MB
05. Working with Views/04. Adding Client-Side Validation.srt
5.0 kB
05. Working with Views/05. Adding a Not Found Page and Logging.mp4
16 MB
05. Working with Views/05. Adding a Not Found Page and Logging.srt
5.2 kB
05. Working with Views/06. Error Handling.mp4
14 MB
05. Working with Views/06. Error Handling.srt
5.9 kB
06. Adding Related Data/01. Introduction and Approach for Module.mp4
1.1 MB
06. Adding Related Data/01. Introduction and Approach for Module.srt
1.4 kB
06. Adding Related Data/02. Creating the Category Entity, Table, and Relationship.mp4
13 MB
06. Adding Related Data/02. Creating the Category Entity, Table, and Relationship.srt
5.9 kB
06. Adding Related Data/03. Using Configuration for Connection Details.mp4
8.3 MB
06. Adding Related Data/03. Using Configuration for Connection Details.srt
4.7 kB
06. Adding Related Data/04. Scaffolding CRUD Operations for Categories.mp4
9.7 MB
06. Adding Related Data/04. Scaffolding CRUD Operations for Categories.srt
4.8 kB
06. Adding Related Data/05. Updating Read Operations for the Related Data.mp4
8.5 MB
06. Adding Related Data/05. Updating Read Operations for the Related Data.srt
3.9 kB
06. Adding Related Data/06. Updating the Create Operation for Related Data.mp4
16 MB
06. Adding Related Data/06. Updating the Create Operation for Related Data.srt
7.0 kB
06. Adding Related Data/07. Updating the Edit Operation.mp4
9.6 MB
06. Adding Related Data/07. Updating the Edit Operation.srt
4.4 kB
06. Adding Related Data/08. Adding Complex Validation Using FluentValidation.mp4
2.6 MB
06. Adding Related Data/08. Adding Complex Validation Using FluentValidation.srt
12 kB
06. Adding Related Data/09. Summary.mp4
2.1 MB
06. Adding Related Data/09. Summary.srt
2.3 kB
07. Adding Authentication and Authorization/01. Introduction and Caution.mp4
2.8 MB
07. Adding Authentication and Authorization/01. Introduction and Caution.srt
2.0 kB
07. Adding Authentication and Authorization/02. Authentication Options for New Projects.mp4
9.0 MB
07. Adding Authentication and Authorization/02. Authentication Options for New Projects.srt
6.3 kB
07. Adding Authentication and Authorization/03. ASP.NET Identity - Introduced.mp4
2.4 MB
07. Adding Authentication and Authorization/03. ASP.NET Identity - Introduced.srt
1.8 kB
07. Adding Authentication and Authorization/04. Scaffolding Identity into an Existing Project.mp4
19 MB
07. Adding Authentication and Authorization/04. Scaffolding Identity into an Existing Project.srt
8.1 kB
07. Adding Authentication and Authorization/05. Finalizing and Running Identity.mp4
18 MB
07. Adding Authentication and Authorization/05. Finalizing and Running Identity.srt
9.9 kB
07. Adding Authentication and Authorization/06. Requiring Authenticated Users.mp4
8.0 MB
07. Adding Authentication and Authorization/06. Requiring Authenticated Users.srt
3.8 kB
07. Adding Authentication and Authorization/07. A Closer Look at ASP.NET Identity Options.mp4
7.0 MB
07. Adding Authentication and Authorization/07. A Closer Look at ASP.NET Identity Options.srt
3.6 kB
08. Going Further/01. What We've Done.mp4
5.0 MB
08. Going Further/01. What We've Done.srt
4.2 kB
08. Going Further/02. Where to Go Next.mp4
4.3 MB
08. Going Further/02. Where to Go Next.srt
2.8 kB
asp-dot-net-core-6-crash-course.zip
58 MB