Hands-on ASP.NET Core Web API - Build API from Scratch!

seeders: 0
leechers: 0
Added 5 years ago by freecoursewb in Other

Download Fast Safe Anonymous
movies, software, shows...

Files

Hands-on ASP.NET Core Web API - Build API from Scratch! (Size: 803 MB)
  001 Congratulations!.html 1.3 KB
  001 Introduction.en.srt 1 KB
  001 Introduction.mp4 2.1 MB
  001 Welcome & About This Course.en.srt 3.6 KB
  001 Welcome & About This Course.mp4 12.6 MB
  002 Approach 1_ Using the Type Directly.en.srt 2 KB
  002 Approach 1_ Using the Type Directly.mp4 7.1 MB
  002 Bonus Lecture_ Your Next Step.html 3 KB
  002 Download Source Code.html 1.8 KB
  002 Overview of Web API Request Workflow.en.srt 3.2 KB
  002 Overview of Web API Request Workflow.mp4 5.4 MB
  002 STEP 12_ Implement GET Operation to Fetch a Single Item.en.srt 6.9 KB
  002 STEP 12_ Implement GET Operation to Fetch a Single Item.mp4 44.7 MB
  002 STEP 2_ Add a New Controller.en.srt 3.5 KB
  002 STEP 2_ Add a New Controller.mp4 15.8 MB
  002 STEP 9_ Use AutoMapper to Map Data and DTOs.en.srt 7.9 KB
  002 STEP 9_ Use AutoMapper to Map Data and DTOs.mp4 45.4 MB
  002 What are Association APIs_.en.srt 2.3 KB
  002 What are Association APIs_.mp4 4.1 MB
  002 What are Controllers_.en.srt 2.4 KB
  002 What are Controllers_.mp4 7.4 MB
  003 Approach 2_ Using IActionResult.en.srt 4.4 KB
  003 Approach 2_ Using IActionResult.mp4 20.4 MB
  003 Important Message About Udemy Reviews.en.srt 1.2 KB
  003 Important Message About Udemy Reviews.mp4 4.4 MB
  003 Overview of Web API Operations.en.srt 7 KB
  003 Overview of Web API Operations.mp4 10.4 MB
  003 STEP 10_ Implement POST Operation to Add a New Item.en.srt 7 KB
  003 STEP 10_ Implement POST Operation to Add a New Item.mp4 45 MB
  003 STEP 13_ Implement PUT Operation to Update an Existing Item.en.srt 6.1 KB
  003 STEP 13_ Implement PUT Operation to Update an Existing Item.mp4 38.4 MB
  003 STEP 15_ Implement GET Operation to Fetch All Sub-Items.en.srt 12.7 KB
  003 STEP 15_ Implement GET Operation to Fetch All Sub-Items.mp4 77 MB
  003 STEP 3_ Add Actions to the Controller.en.srt 3 KB
  003 STEP 3_ Add Actions to the Controller.mp4 11.7 MB
  003 What are Attributes_.en.srt 2.6 KB
  003 What are Attributes_.mp4 12 MB
  004 Approach 3_ Using ActionResult_T_.en.srt 4.5 KB
  004 Approach 3_ Using ActionResult_T_.mp4 17.7 MB
  004 Development Environment.html 1.5 KB
  004 Overview of HTTP Status Codes.en.srt 5.7 KB
  004 Overview of HTTP Status Codes.mp4 19.2 MB
  004 STEP 11_ Add Validation to Models.en.srt 6.3 KB
  004 STEP 11_ Add Validation to Models.mp4 32.7 MB
  004 STEP 14_ Implement DELETE Operation to Delete an Existing Item.en.srt 4.1 KB
  004 STEP 14_ Implement DELETE Operation to Delete an Existing Item.mp4 24.7 MB
  004 STEP 16_ Implement POST Operation to Add a New Association.en.srt 8.1 KB
  004 STEP 16_ Implement POST Operation to Add a New Association.mp4 47.6 MB
  004 STEP 4_ Add Data Models to the Project.en.srt 2.1 KB
  004 STEP 4_ Add Data Models to the Project.mp4 12.4 MB
  004 Significance of ApiController Attribute.en.srt 5.3 KB
  004 Significance of ApiController Attribute.mp4 18 MB
  005 Difference between IActionResult and ActionResult_T_.en.srt 2.1 KB
  005 Difference between IActionResult and ActionResult_T_.mp4 3.4 MB
  005 Overview of CMS OpenAPI Document.en.srt 2.5 KB
  005 Overview of CMS OpenAPI Document.mp4 17.1 MB
  005 STEP 5_ Add Database Repository.en.srt 2.2 KB
  005 STEP 5_ Add Database Repository.mp4 12.8 MB
  005 Summary.en.srt 1.9 KB
  005 Summary.mp4 3.1 MB
  006 Returning the Results Asynchronously.en.srt 8 KB
  006 Returning the Results Asynchronously.mp4 33.6 MB
  006 STEP 1_ Create a New Web API project.en.srt 5.5 KB
  006 STEP 1_ Create a New Web API project.mp4 25.3 MB
  006 STEP 6_ Use Database Repository.en.srt 4.9 KB
  006 STEP 6_ Use Database Repository.mp4 32.4 MB
  007 Different Parts of a Web API Project.en.srt 5.7 KB
  007 Different Parts of a Web API Project.mp4 25.6 MB
  007 STEP 7_ Implement GET Operation to Fetch All Items.en.srt 9.1 KB
  007 STEP 7_ Implement GET Operation to Fetch All Items.mp4 62.1 MB
  007 STEP 8_ Update GET Operation to Use ActionResult_T_.en.srt 1.5 KB
  007 STEP 8_ Update GET Operation to Use ActionResult_T_.mp4 7.1 MB
  008 Summary.en.srt 2.7 KB
  008 Summary.mp4 5.2 MB
  Bonus Resources.txt 307.2 B
  Get Bonus Downloads Here.url 204.8 B
  ▲ 98 total files

Description


Hands-on ASP.NET Core Web API - Build API from Scratch!



MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 50 lectures (2h 20m) | Size: 668.1 MB
A guide to creating a RESTful Web API using ASP.NET Core through a step-by-step approach
What you'll learn:
Get an overview of Web APIs in ASP .NET Core. Learn about Web API request workflow, HTTP status codes, different parts of a web API request, and so on.
Master API Controller concepts that include what are controllers, attributes, and their significance in ASP .NET Web API development.
Build a new Web API for a case study through step-by-step instructions. Learn to create a new Web API project from scratch.
Learn API return types in ASP .NET Core Web API namely IActionResult, ActionResult<T>, async-await, and so on.
Know how to improve your ASP .NET MVC Web API project using AutoMapper and adding validations for the models.
Build Web API operations such as GET, POST, PUT, and DELETE for collections as well as individual items.
Implement association APIs using GET and POST operations.

Requirements
Basics of designing a RESTful API. If you want to learn how to design an API, check out my related course under my profile.
Basic knowledge of ASP .NET Core and ASP .NET Core MVC will be good.
A PC running Windows, macOS, or Linux with Visual Studio Code (or similar IDE that can build C# projects) to carry out hands-on activities and exercises.

Description
ASP.NET Web API is one of the hot topics in the ASP.NET world. The usage of Web API is taking the world by storm. Companies such as Netflix, Spotify, Tesla, and Amazon use APIs to connect front-end and back-end functionality at a large scale. You will be learning these RESTful Web API concepts from scratch in this course.

My name is Praveen, your instructor for this course! I had worked for about 10 years in Honeywell wherein I’d transitioned from Software Engineer to Senior Software Engineer, Tech Lead, and so on in C# .NET development. For the last 5 years, I've been working in the security domain for an access control product based on .NET technology. Moreover, I’ve published about 10 courses in Udemy and taught over 17,630 students on various .NET technologies.

Related Torrents

torrent name size uploader age seed leech
3
2
2
24
3