23 OCT 2025 - We are back! If you have been following us over the last few years, you will know that the last 2 months have been rough. We website was practically not loading. Sorry for the mess. We are back though and everything should run smoothly now. New servers. Updated domains. And new owners. We invite you all to start uploading torrents again!
TORRENT DETAILS
[ CourseBoat.com ] ASP.NET Core 6 Web API Fundamentals
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
In this course, you'll learn how to build an API with ASP.NET Core that connects to a database via Entity Framework Core from scratch.
What you'll learn
ASP.NET Core 6 is a great platform for building APIs with. In this course, ASP.NET Core 6 Web API Fundamentals, you'll learn how to build an API with ASP.NET Core 6 that connects to a database via Entity Framework Core 6. First, you’ll learn how to get started with API building in ASP.NET Core. Next, you’ll discover how to get and manipulate data from services, use the built-in dependency injection system, and work with configuration files. Finally, you’ll learn how to connect to a database through Entity Framework Core and how to document your API. When you’re finished with this course, you will be able to build an API from scratch with ASP.NET Core 6.
If You Need More Stuff, kindly Visit and Support Us -->> https://FreeCourseWeb.com
Get More Tutorials and Support Us -->> https://DevCourseWeb.com
We upload these learning materials for the people from all over the world, who have the talent and motivation to sharpen their skills/ knowledge but do not have the financial support to afford the materials. If you like this content and if you are truly in a position that you can actually buy the materials, then Please, we repeat, Please, Support Authors. They Deserve it! Because always remember, without "Them", you and we won't be here having this conversation. Think about it! Peace...
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
~Get Your Files Here !/01. Course Overview/01. Course Overview.mp4
2.6 MB
~Get Your Files Here !/02. Getting Acquainted with ASP.NET Core/02. Coming Up.mp4
4 MB
~Get Your Files Here !/02. Getting Acquainted with ASP.NET Core/03. About the Course Structure.mp4
4.8 MB
~Get Your Files Here !/02. Getting Acquainted with ASP.NET Core/04. Course Prerequisites.mp4
536.9 KB
~Get Your Files Here !/02. Getting Acquainted with ASP.NET Core/05. Frameworks and Tooling.mp4
7 MB
~Get Your Files Here !/02. Getting Acquainted with ASP.NET Core/06. ASP.NET Core.The Big Picture.mp4
7.8 MB
~Get Your Files Here !/02. Getting Acquainted with ASP.NET Core/07. Demo.Creating and Running a New ASP.NET Core Project.mp4
22.2 MB
~Get Your Files Here !/02. Getting Acquainted with ASP.NET Core/08. Demo.Running an ASP.NET Core Project Using the CLI.mp4
9 MB
~Get Your Files Here !/02. Getting Acquainted with ASP.NET Core/09. Demo.Inspecting the ASP.NET Core API Project Code Structure.mp4
19.2 MB
~Get Your Files Here !/02. Getting Acquainted with ASP.NET Core/10. The ASP.NET Core Request Pipeline Middleware.mp4
2.3 MB
~Get Your Files Here !/02. Getting Acquainted with ASP.NET Core/11. Demo.Configuring the ASP.NET Core Request Pipeline.mp4
5.1 MB
~Get Your Files Here !/02. Getting Acquainted with ASP.NET Core/12. Demo.Working with Different Environments.mp4
11.4 MB
~Get Your Files Here !/02. Getting Acquainted with ASP.NET Core/13. Summary.mp4
3.1 MB
~Get Your Files Here !/03. Creating the API and Returning Resources/14. Coming Up.mp4
1.6 MB
~Get Your Files Here !/03. Creating the API and Returning Resources/15. Clarifying the MVC Pattern.mp4
5 MB
~Get Your Files Here !/03. Creating the API and Returning Resources/16. Demo.Registering API Services on the Container.mp4
7.2 MB
~Get Your Files Here !/03. Creating the API and Returning Resources/17. Demo.Returning Resources Part 1.mp4
8 MB
~Get Your Files Here !/03. Creating the API and Returning Resources/18. Learning About Routing.mp4
8.3 MB
~Get Your Files Here !/03. Creating the API and Returning Resources/19. Demo.Returning Resources Part 2.mp4
10.5 MB
~Get Your Files Here !/03. Creating the API and Returning Resources/20. Demo.Using Postman.mp4
10.2 MB
~Get Your Files Here !/03. Creating the API and Returning Resources/21. Demo.Improving the Architecture with Model Classes.mp4
19.7 MB
~Get Your Files Here !/03. Creating the API and Returning Resources/22. The Importance of Status Codes.mp4
4.4 MB
~Get Your Files Here !/03. Creating the API and Returning Resources/23. Demo.Returning Correct Status Codes.mp4
19 MB
~Get Your Files Here !/03. Creating the API and Returning Resources/24. Demo.Returning Child Resources.mp4
23.7 MB
~Get Your Files Here !/03. Creating the API and Returning Resources/25. Formatters and Content Negotiation.mp4
5.3 MB
~Get Your Files Here !/03. Creating the API and Returning Resources/26. Demo.Formatters and Content Negotiation.mp4
11.7 MB
~Get Your Files Here !/03. Creating the API and Returning Resources/27. Demo.Getting a File.mp4
20.2 MB
~Get Your Files Here !/03. Creating the API and Returning Resources/28. Summary.mp4
2.2 MB
~Get Your Files Here !/04. Manipulating Resources and Validating Input/29. Coming Up.mp4
1.1 MB
~Get Your Files Here !/04. Manipulating Resources and Validating Input/30. Passing Data to the API.mp4
3.7 MB
~Get Your Files Here !/04. Manipulating Resources and Validating Input/31. Demo.Creating a Resource.mp4
25.5 MB
~Get Your Files Here !/04. Manipulating Resources and Validating Input/32. Demo.Validating Input.mp4
23.7 MB
~Get Your Files Here !/04. Manipulating Resources and Validating Input/33. A Validation Alternative.mp4
913.5 KB
~Get Your Files Here !/04. Manipulating Resources and Validating Input/34. Demo.Updating a Resource.mp4
17.6 MB
~Get Your Files Here !/04. Manipulating Resources and Validating Input/35. Partially Updating a Resource.mp4
4.7 MB
~Get Your Files Here !/04. Manipulating Resources and Validating Input/36. Demo.Adding Support for JsonPatchDocument.mp4
7.8 MB
~Get Your Files Here !/04. Manipulating Resources and Validating Input/37. Demo.Partially Updating a Resource.mp4
26.9 MB
~Get Your Files Here !/04. Manipulating Resources and Validating Input/38. Deleting a Resource.mp4
5.4 MB
~Get Your Files Here !/04. Manipulating Resources and Validating Input/39. Summary.mp4
2.6 MB
~Get Your Files Here !/05. Working with Services and Dependency Injection/40. Coming Up.mp4
1.9 MB
~Get Your Files Here !/05. Working with Services and Dependency Injection/41. Inversion of Control and Dependency Injection.mp4
6.5 MB
~Get Your Files Here !/05. Working with Services and Dependency Injection/42. Demo.Injecting and Using a Logger.mp4
30.3 MB
~Get Your Files Here !/05. Working with Services and Dependency Injection/43. Demo.Logging Exceptions.mp4
9.7 MB
~Get Your Files Here !/05. Working with Services and Dependency Injection/44. Demo.Replacing the Default Logger and Logging to a File.mp4
27.7 MB
~Get Your Files Here !/05. Working with Services and Dependency Injection/45. Demo.Implementing and Using a Custom Service.mp4
19.1 MB
~Get Your Files Here !/05. Working with Services and Dependency Injection/46. Demo.Registering a Service by Interface.mp4
32.3 MB
~Get Your Files Here !/05. Working with Services and Dependency Injection/47. Demo.Working with Configuration Files.mp4
15.2 MB
~Get Your Files Here !/05. Working with Services and Dependency Injection/48. Demo.Scoping Configuration to Environments.mp4
11.1 MB
~Get Your Files Here !/05. Working with Services and Dependency Injection/49. Summary.mp4
2.6 MB
~Get Your Files Here !/06. Getting Acquainted with Entity Framework Core/50. Coming Up.mp4
1.2 MB
~Get Your Files Here !/06. Getting Acquainted with Entity Framework Core/51. Introducing Entity Framework Core.mp4
4.7 MB
~Get Your Files Here !/06. Getting Acquainted with Entity Framework Core/52. Demo.Creating Entity Classes.mp4
28.4 MB
~Get Your Files Here !/06. Getting Acquainted with Entity Framework Core/53. Demo.Creating a DbContext.mp4
29.8 MB
~Get Your Files Here !/06. Getting Acquainted with Entity Framework Core/54. Demo.Working with Migrations.mp4
28.5 MB
~Get Your Files Here !/06. Getting Acquainted with Entity Framework Core/55. Demo.Seeding the Database with Data.mp4
8.7 MB
~Get Your Files Here !/06. Getting Acquainted with Entity Framework Core/56. Demo.Safely Storing Sensitive Configuration Data.mp4
33.4 MB
~Get Your Files Here !/06. Getting Acquainted with Entity Framework Core/57. Summary.mp4
3.2 MB
~Get Your Files Here !/07. Using Entity Framework Core in Your Controllers/58. Coming Up.mp4
1.3 MB
~Get Your Files Here !/07. Using Entity Framework Core in Your Controllers/59. Introducing the Repository Pattern.mp4
3.4 MB
~Get Your Files Here !/07. Using Entity Framework Core in Your Controllers/60. Demo.Introducing the Repository Pattern Part 1.mp4
7.3 MB
~Get Your Files Here !/07. Using Entity Framework Core in Your Controllers/61. Writing Asynchronous Code.mp4
4.7 MB
~Get Your Files Here !/07. Using Entity Framework Core in Your Controllers/62. Demo.Introducing the Repository Pattern Part 2.mp4
27.2 MB
~Get Your Files Here !/07. Using Entity Framework Core in Your Controllers/63. Demo.Returning Data from the Repository When Requesting Resources Part 1.mp4
20.6 MB
~Get Your Files Here !/07. Using Entity Framework Core in Your Controllers/64. Demo.Using AutoMapper to Map Between Entities and DTOs.mp4
21.5 MB
~Get Your Files Here !/07. Using Entity Framework Core in Your Controllers/65. Demo.Returning Data from the Repository When Requesting Resources Part 2.mp4
34.7 MB
~Get Your Files Here !/07. Using Entity Framework Core in Your Controllers/66. Demo.Creating a Resource.mp4
30.5 MB
~Get Your Files Here !/07. Using Entity Framework Core in Your Controllers/67. Demo.Updating a Resource.mp4
9 MB
~Get Your Files Here !/07. Using Entity Framework Core in Your Controllers/68. Demo.Partially Updating a Resource.mp4
15.9 MB
~Get Your Files Here !/07. Using Entity Framework Core in Your Controllers/69. Demo.Deleting a Resource.mp4
15 MB
~Get Your Files Here !/07. Using Entity Framework Core in Your Controllers/70. Summary.mp4
1.4 MB
~Get Your Files Here !/08. Searching Filtering and Paging Resources/71. Coming Up.mp4
654.7 KB
~Get Your Files Here !/08. Searching Filtering and Paging Resources/72. Searching and Filtering Resources.mp4
2.7 MB
~Get Your Files Here !/08. Searching Filtering and Paging Resources/73. Demo.Filtering Resources.mp4
18.2 MB
~Get Your Files Here !/08. Searching Filtering and Paging Resources/74. Demo.Searching Through Resources.mp4
18.5 MB
~Get Your Files Here !/08. Searching Filtering and Paging Resources/75. Deferred Execution.mp4
2.3 MB
~Get Your Files Here !/08. Searching Filtering and Paging Resources/76. Paging Through Resources.mp4
2.6 MB
~Get Your Files Here !/08. Searching Filtering and Paging Resources/77. Demo.Paging Through Resources.mp4
22.9 MB
~Get Your Files Here !/08. Searching Filtering and Paging Resources/78. Returning Pagination Metadata.mp4
2 MB
~Get Your Files Here !/08. Searching Filtering and Paging Resources/79. Demo.Returning Pagination Metadata.mp4
16.1 MB
~Get Your Files Here !/08. Searching Filtering and Paging Resources/80. Summary.mp4
2.8 MB
~Get Your Files Here !/09. Securing Your API/81. Coming Up.mp4
1.1 MB
~Get Your Files Here !/09. Securing Your API/82. A Few Words on Securing APIs.mp4
3.5 MB
~Get Your Files Here !/09. Securing Your API/83. Implementing Token-based Security.mp4
4.7 MB
~Get Your Files Here !/09. Securing Your API/84. Demo.Creating a Token.mp4
38.1 MB
~Get Your Files Here !/09. Securing Your API/85. Demo.Requiring and Validating a Token.mp4
23.7 MB
~Get Your Files Here !/09. Securing Your API/86. Demo.Using Information from the Token in Your Controller.mp4
18.1 MB
~Get Your Files Here !/09. Securing Your API/87. Working with Authorization Policies.mp4
2.8 MB
~Get Your Files Here !/09. Securing Your API/88. Demo.Using Information from the Token in an Authorization Policy.mp4
15.2 MB
~Get Your Files Here !/09. Securing Your API/89. Improving Token-based Security with OAuth2 and OpenID Connect.mp4
2.5 MB
~Get Your Files Here !/09. Securing Your API/90. Summary.mp4
2.2 MB
~Get Your Files Here !/10. Versioning and Documenting Your API/100. Demo.Adding Authentication Support to Your Documentation.mp4
17.1 MB
~Get Your Files Here !/10. Versioning and Documenting Your API/101. Whats Next.mp4
3.2 MB
~Get Your Files Here !/10. Versioning and Documenting Your API/102. Summary.mp4
3 MB
~Get Your Files Here !/10. Versioning and Documenting Your API/91. Coming Up.mp4
1 MB
~Get Your Files Here !/10. Versioning and Documenting Your API/92. Versioning with ASP.NET Cores Built-in Approach.mp4
2.3 MB
~Get Your Files Here !/10. Versioning and Documenting Your API/93. Demo.Supporting Versioning.mp4
14.9 MB
~Get Your Files Here !/10. Versioning and Documenting Your API/94. Demo.Versioning Your API.mp4
17 MB
~Get Your Files Here !/10. Versioning and Documenting Your API/95. Documenting Your API with OpenAPI Swagger.mp4