Other
ASP NET Core 3 1 - Build Hands-On Web Projects
Torrent info
Name:ASP NET Core 3 1 - Build Hands-On Web Projects
Infohash: 730DB4150C1F18E35997AA0EE28A5049B9DA4922
Total Size: 4.66 GB
Magnet: Magnet Download
Seeds: 0
Leechers: 1
Stream: Watch Full Movies @ LimeMovies
Last Updated: 2025-11-27 14:36:42 (Update Now)
Torrent added: 2020-12-23 15:30:32
Torrent Files List
[TutsNode.com] - ASP.NET Core 3.1 - Build Hands-On Web Projects (Size: 4.66 GB) (Files: 226)
[TutsNode.com] - ASP.NET Core 3.1 - Build Hands-On Web Projects
7. Coding Project Part 1 Build a Web API
12. Create a Customer Repository.mp4
1. Introduction Build and Consume a Web API using ASP.NET Core and ADO.NET.mp4
1. Introduction Build and Consume a Web API using ASP.NET Core and ADO.NET.srt
2. Create a Web API.mp4
2. Create a Web API.srt
3. Understand the SQL Server Database Tables.mp4
3. Understand the SQL Server Database Tables.srt
3.1 CreateDatabase.sql
3.2 CreateTable.sql
4. Understand the Stored Procedures for CRUD operation.mp4
4. Understand the Stored Procedures for CRUD operation.srt
4.1 CreateStoredProcs.sql
5. Create the Customer Model Class.mp4
5. Create the Customer Model Class.srt
5.1 Customer.txt
6. Create the Order Model Class.mp4
6. Create the Order Model Class.srt
6.1 Order.txt
7. Create the ICustomerRepository Interface.mp4
7. Create the ICustomerRepository Interface.srt
7.1 ICustomerRepository.txt
8. Create the IOrderRepository Interface.mp4
8. Create the IOrderRepository Interface.srt
8.1 IOrderRepository.txt
9. Edit the appsettings.json File to Include the Connection String.mp4
9. Edit the appsettings.json File to Include the Connection String.srt
9.1 appsettings.json
10. Error Logging in Web Api Project.mp4
10. Error Logging in Web Api Project.srt
11. Integrating Serilog for Web Api Logging.mp4
11. Integrating Serilog for Web Api Logging.srt
11.1 appsettings-serilog.json
12. Create a Customer Repository.srt
12.1 Using Try Catch Block to Catch Exceptions.html
13. Completing Customer Repository CRUD Methods.mp4
13. Completing Customer Repository CRUD Methods.srt
13.1 CustomerRepository.txt
14. Testing ADO.NET Coding Skills.html
15. Create an Order Repository.mp4
15. Create an Order Repository.srt
16. Completing Order Repository CRUD Methods.mp4
16. Completing Order Repository CRUD Methods.srt
16.1 OrderRepository.txt
17. Registering in Startup Class.mp4
17. Registering in Startup Class.srt
17.1 Startup.txt
18. Creating the Home Controller.mp4
18. Creating the Home Controller.srt
18.1 Home Controller.txt
19. Creating the Customer Controller.mp4
19. Creating the Customer Controller.srt
19.1 CustomerController.txt
20. Creating the Order Controller.mp4
20. Creating the Order Controller.srt
20.1 OrderController.txt
1. Introduction
1. Course Descriptor and Scope.html
2. Setting Up the Development Environment.html
2.1 MS SQL Server Management Studio Download & Install.html
2.2 How to download and install SQL Server.html
2.3 SQL Server Installation Guide.html
3. Introduction.mp4
3. Introduction.srt
3.1 Know about ASP.NET Core.html
2. Create and Take a Deep dive into Your First ASP.NET Core 3.1 Application
1. Understanding the New Look Project File.mp4
1. Understanding the New Look Project File.srt
2. The Program Class and Host Object.mp4
2. The Program Class and Host Object.srt
3. The Startup Class - How to Configure Services.mp4
3. The Startup Class - How to Configure Services.srt
3.1 Dependency Injection Overview.html
3.2 Service Lifetimes.html
3.3 Comparison between lifetime services (AddSingleton, AddScoped, AddTransient).html
4. The Startup Class - Defining the Middleware Pipeline.mp4
4. The Startup Class - Defining the Middleware Pipeline.srt
5. How Razor Pages Generate Response.mp4
5. How Razor Pages Generate Response.srt
6. Section Summary.mp4
6. Section Summary.srt
7. Assignment 1 Assess your understanding of the ASP.NET Core 3.1 Web Project.html
3. Middleware in ASP.NET Core 3.1
1. About Middleware.mp4
1. About Middleware.srt
1.1 Middleware.pdf
2. Asynchronous Programming through Console Application.mp4
2. Asynchronous Programming through Console Application.srt
2.1 Task Class Microsoft Article.html
3. Request Delegate Usage for Inline Middleware.mp4
3. Request Delegate Usage for Inline Middleware.srt
3.1 Delegates and Their Usage.html
3.2 Lambda Expressions.html
3.3 Anonymous Methods.html
4. Create Your Custom Middleware.mp4
4. Create Your Custom Middleware.srt
4.1 Code.txt
5. Understand the Behavior on Combining Middleware.mp4
5. Understand the Behavior on Combining Middleware.srt
6. Test Your Middleware Knowledge.html
4. Detailed look into the into Razor Pages and MVC Application
1. Create a ToDo List Razor Pages Application.mp4
1. Create a ToDo List Razor Pages Application.srt
1.1 ToDoListModel.txt
1.2 ToDoService.cs
1.3 Category.cshtml.cs
1.4 Category.cshtml
2. Build a Complete MVC ToDo List Application.mp4
2. Build a Complete MVC ToDo List Application.srt
2.1 ToDoListModel.txt
2.2 ToDoController.txt
2.3 CategoryView.txt
2.4 CategoryViewModel.txt
2.5 ToDoService.txt
3. Assignment Razor Pages.html
4. Assignment MVC Application.html
5. Model Binding in ASP.NET Core
1. Model Binding Introduction.mp4
1. Model Binding Introduction.srt
2. Integrating Microsoft GitHub Repository Sample Code.mp4
2. Integrating Microsoft GitHub Repository Sample Code.srt
6. State Management in ASP.NET Core
1. What is State Management of a Web Application .html
2. Cookies for State Management.mp4
2. Cookies for State Management.srt
3. State Management (Session State).mp4
3. State Management (Session State).srt
4. Query Strings for State Management.mp4
4. Query Strings for State Management.srt
5. Hidden Fields for State Management.mp4
5. Hidden Fields for State Management.srt
6. Assignment on State Management.html
8. Coding Project Consume the Web API Using an ASP.NET Core 3.1 MVC Client
1. Create an ASP.NET Core MVC Project.mp4
1. Create an ASP.NET Core MVC Project.srt
2. Inspect the wwwroot.mp4
2. Inspect the wwwroot.srt
3. The Shared Folder.mp4
3. The Shared Folder.srt
4. Views Folder - Other Files.mp4
4. Views Folder - Other Files.srt
5. Controllers Folder.mp4
5. Controllers Folder.srt
6. Models Folder.mp4
6. Models Folder.srt
7. Create the Customer and Order Classes.mp4
7. Create the Customer and Order Classes.srt
8. Edit the Layout File.mp4
8. Edit the Layout File.srt
9. Configuring the Startup Class.mp4
9. Configuring the Startup Class.srt
9.1 Startup.txt
10. Modify the Home Controller.mp4
10. Modify the Home Controller.srt
10.1 HomeController.txt
11. Install Nuget Packages.mp4
11. Install Nuget Packages.srt
12. Edit Home Controller Index View.mp4
12. Edit Home Controller Index View.srt
12.1 Index_View.txt
13. Create the Customer Controller.mp4
13. Create the Customer Controller.srt
13.1 CustomerController-Index_Action_Method.txt
14. Create the Index View (Customer Controller).mp4
14. Create the Index View (Customer Controller).srt
14.1 CustomerController-Index_View.txt
15. Create the GetCustomer Action Methods.mp4
15. Create the GetCustomer Action Methods.srt
15.1 CustomerController-GetCustomer_Action_Method.txt
16. Create the View to Get Customer By Id.mp4
16. Create the View to Get Customer By Id.srt
16.1 GetCustomer_View.txt
17. Add Validation Attributes to Customer Class.mp4
17. Add Validation Attributes to Customer Class.srt
17.1 Customer_Class_with_Validation_Attribues.txt
18. Create AddCustomer Action Methods.mp4
18. Create AddCustomer Action Methods.srt
18.1 CustomerController-AddCustomer_Action_Method.txt
19. Server Side Validation with AddCustomer View.mp4
19. Server Side Validation with AddCustomer View.srt
19.1 AddCustomer_View.txt
20. Client Side Validation of Customer Model.mp4
20. Client Side Validation of Customer Model.srt
20.1 ClientSideValidation_Unobtrusive_jQuery.txt
21. Create UpdateCustomer Action Methods.mp4
21. Create UpdateCustomer Action Methods.srt
21.1 CustomerController-UpdateCustomer_ Action_ Method.txt
22. Create UpdateCustomer View.mp4
22. Create UpdateCustomer View.srt
22.1 UpdateCustomer_View.txt
23. Create the DeleteCustomer Action Method.mp4
23. Create the DeleteCustomer Action Method.srt
23.1 CustomerController-DeleteCustomer_Action_ Method.txt
24. Test Your Knowledge on MVC Project Structure.html
25. SQL Script Quiz.html
26. Create the Order Controller.mp4
26. Create the Order Controller.srt
26.1 OrderController-Index_Action_Method.txt
27. Create Index View (Order Controller).mp4
27. Create Index View (Order Controller).srt
27.1 OrderController-Index_View.txt
28. Create GetOrder Action Methods.mp4
28. Create GetOrder Action Methods.srt
28.1 OrderController-GetOrder_Action_Method.txt
29. Create GetOrder View.mp4
29. Create GetOrder View.srt
29.1 GetOrderr_View.txt
30. Add Validation Attributes to Order Class.mp4
30. Add Validation Attributes to Order Class.srt
30.1 Order_Class_with_Validation_Attribues.txt
31. Create AddOrder Action Methods.mp4
31. Create AddOrder Action Methods.srt
31.1 OrderrController-AddOrder_Action_Method.txt
32. Create the AddOrder View.mp4
32. Create the AddOrder View.srt
32.1 AddOrder_View.txt
33. Testing Validation of Order Form Inputs.mp4
33. Testing Validation of Order Form Inputs.srt
34. Create UpdateOrder Action Methods.mp4
34. Create UpdateOrder Action Methods.srt
34.1 OrderController-UpdateOrder_ Action_ Method.txt
35. Create the UpdateOrder View.mp4
35. Create the UpdateOrder View.srt
35.1 UpdateOrder_View.txt
36. Create the DeleteOrder Action Method.mp4
36. Create the DeleteOrder Action Method.srt
36.1 OrderController-DeleteOrder_Action_ Method.txt
36.2 GitHub Source Code - ASP.NET Core 3.1 Version.html
37. Client MVC App Assignment.html
9. Bonus Migrating the Project to ASP.NET 5
1. How to Migrate the Web APIMVC Project to ASP.NET 5.0 .mp4
1. How to Migrate the Web APIMVC Project to ASP.NET 5.0 .srt
1.1 Source Code - ASP.NET 5.html
TutsNode.com.txt
[TGx]Downloaded from torrentgalaxy.to .txt
tracker
leech seedsTorrent description
Feel free to post any comments about this torrent, including links to Subtitle, samples, screenshots, or any other relevant information, Watch ASP NET Core 3 1 - Build Hands-On Web Projects Online Free Full Movies Like 123Movies, Putlockers, Fmovies, Netflix or Download Direct via Magnet Link in Torrent Details.
related torrents
Torrent name
health leech seeds Size





