TorBT - Torrents and Magnet Links Search Engine

ASP.NET Core Fundamentals

File Name
Size
01. Course Overview/01. Course Overview.mp4
6.0 MB
01. Course Overview/01. Course Overview.srt
2.9 kB
02. Understanding ASP.NET Core and ASP.NET Core MVC/01. Module Introduction.mp4
5.8 MB
02. Understanding ASP.NET Core and ASP.NET Core MVC/01. Module Introduction.srt
6.0 kB
02. Understanding ASP.NET Core and ASP.NET Core MVC/02. What Is ASP.NET Core-.mp4
24 MB
02. Understanding ASP.NET Core and ASP.NET Core MVC/02. What Is ASP.NET Core-.srt
23 kB
02. Understanding ASP.NET Core and ASP.NET Core MVC/03. What Will You Learn in This Course-.mp4
6.3 MB
02. Understanding ASP.NET Core and ASP.NET Core MVC/03. What Will You Learn in This Course-.srt
5.5 kB
02. Understanding ASP.NET Core and ASP.NET Core MVC/04. Demo- Looking at the Finished Application.mp4
4.2 MB
02. Understanding ASP.NET Core and ASP.NET Core MVC/04. Demo- Looking at the Finished Application.srt
2.5 kB
02. Understanding ASP.NET Core and ASP.NET Core MVC/05. Getting Your Machine Ready.mp4
1.8 MB
02. Understanding ASP.NET Core and ASP.NET Core MVC/05. Getting Your Machine Ready.srt
1.8 kB
02. Understanding ASP.NET Core and ASP.NET Core MVC/06. Demo- Getting Your Machine Ready.mp4
2.1 MB
02. Understanding ASP.NET Core and ASP.NET Core MVC/06. Demo- Getting Your Machine Ready.srt
1.3 kB
02. Understanding ASP.NET Core and ASP.NET Core MVC/07. Summary.mp4
1.3 MB
02. Understanding ASP.NET Core and ASP.NET Core MVC/07. Summary.srt
1.2 kB
03. Setting up an ASP.NET Core MVC Application/01. Module Introduction.mp4
2.9 MB
03. Setting up an ASP.NET Core MVC Application/01. Module Introduction.srt
2.5 kB
03. Setting up an ASP.NET Core MVC Application/02. Creating a New Project.mp4
1.9 MB
03. Setting up an ASP.NET Core MVC Application/02. Creating a New Project.srt
1.7 kB
03. Setting up an ASP.NET Core MVC Application/03. Demo- Creating and Running a New Project.mp4
4.9 MB
03. Setting up an ASP.NET Core MVC Application/03. Demo- Creating and Running a New Project.srt
3.8 kB
03. Setting up an ASP.NET Core MVC Application/04. Demo- Creating a New Project Using the CLI.mp4
5.5 MB
03. Setting up an ASP.NET Core MVC Application/04. Demo- Creating a New Project Using the CLI.srt
3.4 kB
03. Setting up an ASP.NET Core MVC Application/05. Demo- Using VS Code and the C# Dev Kit.mp4
6.9 MB
03. Setting up an ASP.NET Core MVC Application/05. Demo- Using VS Code and the C# Dev Kit.srt
5.4 kB
03. Setting up an ASP.NET Core MVC Application/06. Exploring a New Project.mp4
10 MB
03. Setting up an ASP.NET Core MVC Application/06. Exploring a New Project.srt
10 kB
03. Setting up an ASP.NET Core MVC Application/07. Demo- Exploring a New Project in Visual Studio.mp4
12 MB
03. Setting up an ASP.NET Core MVC Application/07. Demo- Exploring a New Project in Visual Studio.srt
8.3 kB
03. Setting up an ASP.NET Core MVC Application/08. Configuring the Site.mp4
25 MB
03. Setting up an ASP.NET Core MVC Application/08. Configuring the Site.srt
27 kB
03. Setting up an ASP.NET Core MVC Application/09. Demo- Configuring the Application.mp4
18 MB
03. Setting up an ASP.NET Core MVC Application/09. Demo- Configuring the Application.srt
14 kB
03. Setting up an ASP.NET Core MVC Application/10. Summary.mp4
1.7 MB
03. Setting up an ASP.NET Core MVC Application/10. Summary.srt
1.6 kB
04. Creating the First Page/01. Module Introduction.mp4
4.2 MB
04. Creating the First Page/01. Module Introduction.srt
3.7 kB
04. Creating the First Page/02. Introducing the MVC Pattern.mp4
5.3 MB
04. Creating the First Page/02. Introducing the MVC Pattern.srt
5.5 kB
04. Creating the First Page/03. Creating the Model and the Repository.mp4
11 MB
04. Creating the First Page/03. Creating the Model and the Repository.srt
12 kB
04. Creating the First Page/04. Demo- Creating the Model and the Repository.mp4
24 MB
04. Creating the First Page/04. Demo- Creating the Model and the Repository.srt
13 kB
04. Creating the First Page/05. Creating the Controller.mp4
5.6 MB
04. Creating the First Page/05. Creating the Controller.srt
5.7 kB
04. Creating the First Page/06. Demo- Adding the Controller.mp4
12 MB
04. Creating the First Page/06. Demo- Adding the Controller.srt
5.7 kB
04. Creating the First Page/07. Adding the View.mp4
12 MB
04. Creating the First Page/07. Adding the View.srt
11 kB
04. Creating the First Page/08. Demo- Creating the First View.mp4
17 MB
04. Creating the First Page/08. Demo- Creating the First View.srt
9.2 kB
04. Creating the First Page/09. Demo- Using a View Model.mp4
9.3 MB
04. Creating the First Page/09. Demo- Using a View Model.srt
6.4 kB
04. Creating the First Page/10. Adding Extra View Files.mp4
2.8 MB
04. Creating the First Page/10. Adding Extra View Files.srt
3.4 kB
04. Creating the First Page/11. Demo- Adding Extra View Files.mp4
14 MB
04. Creating the First Page/11. Demo- Adding Extra View Files.srt
7.5 kB
04. Creating the First Page/12. Styling the View.mp4
1.9 MB
04. Creating the First Page/12. Styling the View.srt
1.7 kB
04. Creating the First Page/13. Demo- Styling the View.mp4
12 MB
04. Creating the First Page/13. Demo- Styling the View.srt
5.7 kB
04. Creating the First Page/14. Summary.mp4
1.3 MB
04. Creating the First Page/14. Summary.srt
1.1 kB
05. Working with Real Data Using Entity Framework Core/01. Module Introduction.mp4
2.9 MB
05. Working with Real Data Using Entity Framework Core/01. Module Introduction.srt
2.3 kB
05. Working with Real Data Using Entity Framework Core/02. Introducing Entity Framework Core.mp4
8.6 MB
05. Working with Real Data Using Entity Framework Core/02. Introducing Entity Framework Core.srt
9.2 kB
05. Working with Real Data Using Entity Framework Core/03. Adding EF Core to the Application.mp4
7.0 MB
05. Working with Real Data Using Entity Framework Core/03. Adding EF Core to the Application.srt
7.8 kB
05. Working with Real Data Using Entity Framework Core/04. Demo- Adding EF Core to the Application.mp4
19 MB
05. Working with Real Data Using Entity Framework Core/04. Demo- Adding EF Core to the Application.srt
9.4 kB
05. Working with Real Data Using Entity Framework Core/05. Creating the Repository.mp4
2.5 MB
05. Working with Real Data Using Entity Framework Core/05. Creating the Repository.srt
2.5 kB
05. Working with Real Data Using Entity Framework Core/06. Demo- Creating the Repository.mp4
21 MB
05. Working with Real Data Using Entity Framework Core/06. Demo- Creating the Repository.srt
8.3 kB
05. Working with Real Data Using Entity Framework Core/07. Using Migrations.mp4
2.6 MB
05. Working with Real Data Using Entity Framework Core/07. Using Migrations.srt
2.6 kB
05. Working with Real Data Using Entity Framework Core/08. Demo- Creating the Database Using Migrations.mp4
17 MB
05. Working with Real Data Using Entity Framework Core/08. Demo- Creating the Database Using Migrations.srt
5.9 kB
05. Working with Real Data Using Entity Framework Core/09. Demo Adding Seed Data.mp4
18 MB
05. Working with Real Data Using Entity Framework Core/09. Demo Adding Seed Data.srt
6.7 kB
05. Working with Real Data Using Entity Framework Core/10. Summary.mp4
1.2 MB
05. Working with Real Data Using Entity Framework Core/10. Summary.srt
1.0 kB
06. Adding Routes and Navigation/01. Module Introduction.mp4
2.0 MB
06. Adding Routes and Navigation/01. Module Introduction.srt
1.8 kB
06. Adding Routes and Navigation/02. Adding Routes and Navigation.mp4
12 MB
06. Adding Routes and Navigation/02. Adding Routes and Navigation.srt
13 kB
06. Adding Routes and Navigation/03. Demo- Adding Routes to the Application.mp4
15 MB
06. Adding Routes and Navigation/03. Demo- Adding Routes to the Application.srt
7.6 kB
06. Adding Routes and Navigation/04. Configuring Routes.mp4
2.8 MB
06. Adding Routes and Navigation/04. Configuring Routes.srt
3.9 kB
06. Adding Routes and Navigation/05. Navigating with Tag Helpers.mp4
5.8 MB
06. Adding Routes and Navigation/05. Navigating with Tag Helpers.srt
7.1 kB
06. Adding Routes and Navigation/06. Demo- Adding Navigation to the Site.mp4
33 MB
06. Adding Routes and Navigation/06. Demo- Adding Navigation to the Site.srt
12 kB
06. Adding Routes and Navigation/07. Summary.mp4
1.1 MB
06. Adding Routes and Navigation/07. Summary.srt
1.1 kB
07. Improving the Views in the Application/01. Module Introduction.mp4
2.1 MB
07. Improving the Views in the Application/01. Module Introduction.srt
1.8 kB
07. Improving the Views in the Application/02. Using Partial Views.mp4
4.4 MB
07. Improving the Views in the Application/02. Using Partial Views.srt
5.4 kB
07. Improving the Views in the Application/03. Demo- Adding a Partial View.mp4
19 MB
07. Improving the Views in the Application/03. Demo- Adding a Partial View.srt
7.5 kB
07. Improving the Views in the Application/04. Creating the Shopping Cart.mp4
3.8 MB
07. Improving the Views in the Application/04. Creating the Shopping Cart.srt
5.1 kB
07. Improving the Views in the Application/05. Demo- Creating the Shopping Cart.mp4
54 MB
07. Improving the Views in the Application/05. Demo- Creating the Shopping Cart.srt
22 kB
07. Improving the Views in the Application/06. Working with View Components.mp4
5.4 MB
07. Improving the Views in the Application/06. Working with View Components.srt
7.2 kB
07. Improving the Views in the Application/07. Demo- Creating View Components.mp4
26 MB
07. Improving the Views in the Application/07. Demo- Creating View Components.srt
12 kB
07. Improving the Views in the Application/08. Creating a Custom Tag Helper.mp4
3.7 MB
07. Improving the Views in the Application/08. Creating a Custom Tag Helper.srt
4.0 kB
07. Improving the Views in the Application/09. Demo- Creating the Email Tag Helper.mp4
14 MB
07. Improving the Views in the Application/09. Demo- Creating the Email Tag Helper.srt
6.9 kB
07. Improving the Views in the Application/10. Summary.mp4
1.1 MB
07. Improving the Views in the Application/10. Summary.srt
1.5 kB
08. Working with Forms and Model Binding/01. Module Introduction.mp4
3.1 MB
08. Working with Forms and Model Binding/01. Module Introduction.srt
2.8 kB
08. Working with Forms and Model Binding/02. Creating a Form Using Tag Helpers.mp4
5.4 MB
08. Working with Forms and Model Binding/02. Creating a Form Using Tag Helpers.srt
5.6 kB
08. Working with Forms and Model Binding/03. Demo- Creating the Order Form.mp4
34 MB
08. Working with Forms and Model Binding/03. Demo- Creating the Order Form.srt
16 kB
08. Working with Forms and Model Binding/04. Understanding Model Binding.mp4
5.7 MB
08. Working with Forms and Model Binding/04. Understanding Model Binding.srt
6.4 kB
08. Working with Forms and Model Binding/05. Demo- Accessing Posted Data Using Model Binding.mp4
16 MB
08. Working with Forms and Model Binding/05. Demo- Accessing Posted Data Using Model Binding.srt
9.7 kB
08. Working with Forms and Model Binding/06. Adding Validation.mp4
8.3 MB
08. Working with Forms and Model Binding/06. Adding Validation.srt
9.7 kB
08. Working with Forms and Model Binding/07. Demo- Adding Validation.mp4
16 MB
08. Working with Forms and Model Binding/07. Demo- Adding Validation.srt
5.8 kB
08. Working with Forms and Model Binding/08. Demo- Adding Client-side Validation.mp4
11 MB
08. Working with Forms and Model Binding/08. Demo- Adding Client-side Validation.srt
4.4 kB
08. Working with Forms and Model Binding/09. Understanding Razor Pages.mp4
16 MB
08. Working with Forms and Model Binding/09. Understanding Razor Pages.srt
17 kB
08. Working with Forms and Model Binding/10. Demo- Recreating the Form Using Razor Pages.mp4
40 MB
08. Working with Forms and Model Binding/10. Demo- Recreating the Form Using Razor Pages.srt
18 kB
08. Working with Forms and Model Binding/11. Summary.mp4
1.2 MB
08. Working with Forms and Model Binding/11. Summary.srt
1.1 kB
09. Testing the Application Components/01. Module Introduction.mp4
2.0 MB
09. Testing the Application Components/01. Module Introduction.srt
1.8 kB
09. Testing the Application Components/02. Understanding Unit Tests.mp4
5.2 MB
09. Testing the Application Components/02. Understanding Unit Tests.srt
5.1 kB
09. Testing the Application Components/03. Writing Unit Tests.mp4
3.1 MB
09. Testing the Application Components/03. Writing Unit Tests.srt
3.3 kB
09. Testing the Application Components/04. Demo- Testing the Controllers.mp4
29 MB
09. Testing the Application Components/04. Demo- Testing the Controllers.srt
12 kB
09. Testing the Application Components/05. Demo- Testing a Tag Helper.mp4
6.8 MB
09. Testing the Application Components/05. Demo- Testing a Tag Helper.srt
2.5 kB
09. Testing the Application Components/06. Summary.mp4
1.1 MB
09. Testing the Application Components/06. Summary.srt
1.0 kB
10. Making the Site Interactive/01. Module Introduction.mp4
2.4 MB
10. Making the Site Interactive/01. Module Introduction.srt
2.2 kB
10. Making the Site Interactive/02. Searching Using JavaScript and an ASP.NET Core API.mp4
5.4 MB
10. Making the Site Interactive/02. Searching Using JavaScript and an ASP.NET Core API.srt
5.4 kB
10. Making the Site Interactive/03. Creating an ASP.NET Core RESTful API.mp4
20 MB
10. Making the Site Interactive/03. Creating an ASP.NET Core RESTful API.srt
22 kB
10. Making the Site Interactive/04. Demo- Setting up the API.mp4
21 MB
10. Making the Site Interactive/04. Demo- Setting up the API.srt
11 kB
10. Making the Site Interactive/05. Creating the API Responses.mp4
5.3 MB
10. Making the Site Interactive/05. Creating the API Responses.srt
6.5 kB
10. Making the Site Interactive/06. Demo- Completing the API.mp4
26 MB
10. Making the Site Interactive/06. Demo- Completing the API.srt
14 kB
10. Making the Site Interactive/07. Adding jQuery and Ajax.mp4
5.0 MB
10. Making the Site Interactive/07. Adding jQuery and Ajax.srt
6.0 kB
10. Making the Site Interactive/08. Demo- Creating the Search Page with Ajax and the API.mp4
25 MB
10. Making the Site Interactive/08. Demo- Creating the Search Page with Ajax and the API.srt
9.6 kB
10. Making the Site Interactive/09. Introducing ASP.NET Core Blazor.mp4
18 MB
10. Making the Site Interactive/09. Introducing ASP.NET Core Blazor.srt
18 kB
10. Making the Site Interactive/10. Demo- Exploring a New Blazor Project.mp4
20 MB
10. Making the Site Interactive/10. Demo- Exploring a New Blazor Project.srt
14 kB
10. Making the Site Interactive/11. Demo- Creating the Search Page Using Blazor.mp4
26 MB
10. Making the Site Interactive/11. Demo- Creating the Search Page Using Blazor.srt
12 kB
10. Making the Site Interactive/12. Summary.mp4
859 kB
10. Making the Site Interactive/12. Summary.srt
822 B
11. Bringing in Authentication and Authorization/01. Module Introduction.mp4
2.1 MB
11. Bringing in Authentication and Authorization/01. Module Introduction.srt
1.7 kB
11. Bringing in Authentication and Authorization/02. Understanding ASP.NET Core Identity.mp4
7.0 MB
11. Bringing in Authentication and Authorization/02. Understanding ASP.NET Core Identity.srt
7.2 kB
11. Bringing in Authentication and Authorization/03. Demo- Adding ASP.NET Core Identity to the Application.mp4
14 MB
11. Bringing in Authentication and Authorization/03. Demo- Adding ASP.NET Core Identity to the Application.srt
4.1 kB
11. Bringing in Authentication and Authorization/04. Adding Authentication to the Site.mp4
6.7 MB
11. Bringing in Authentication and Authorization/04. Adding Authentication to the Site.srt
7.1 kB
11. Bringing in Authentication and Authorization/05. Demo- Adding Authentication.mp4
35 MB
11. Bringing in Authentication and Authorization/05. Demo- Adding Authentication.srt
12 kB
11. Bringing in Authentication and Authorization/06. Using Authorization.mp4
1.8 MB
11. Bringing in Authentication and Authorization/06. Using Authorization.srt
2.3 kB
11. Bringing in Authentication and Authorization/07. Demo- Using Authorization.mp4
6.2 MB
11. Bringing in Authentication and Authorization/07. Demo- Using Authorization.srt
2.2 kB
11. Bringing in Authentication and Authorization/08. Summary.mp4
972 kB
11. Bringing in Authentication and Authorization/08. Summary.srt
765 B
12. Deploying the Site to an Azure App Service/01. Module Introduction.mp4
1.3 MB
12. Deploying the Site to an Azure App Service/01. Module Introduction.srt
1007 B
12. Deploying the Site to an Azure App Service/02. Understanding the Azure App Service.mp4
7.3 MB
12. Deploying the Site to an Azure App Service/02. Understanding the Azure App Service.srt
7.8 kB
12. Deploying the Site to an Azure App Service/03. Demo- Looking at the Azure Portal.mp4
6.9 MB
12. Deploying the Site to an Azure App Service/03. Demo- Looking at the Azure Portal.srt
3.7 kB
12. Deploying the Site to an Azure App Service/04. Deploying the Application to an Azure App Service.mp4
1.6 MB
12. Deploying the Site to an Azure App Service/04. Deploying the Application to an Azure App Service.srt
2.0 kB
12. Deploying the Site to an Azure App Service/05. Demo- Deploying the Site.mp4
15 MB
12. Deploying the Site to an Azure App Service/05. Demo- Deploying the Site.srt
8.5 kB
12. Deploying the Site to an Azure App Service/06. Summary and Course Closing.mp4
943 kB
12. Deploying the Site to an Azure App Service/06. Summary and Course Closing.srt
989 B
asp-dot-net-core-6-fundamentals.zip
206 MB