Video : ASP.NET Core Web API - Introduction | ASP.NET Core Web API tutorial.
Video : Asp.net core web api? (The problem) | ASP.NET Core Web API Tutorial | WebGentle.
Video : Asp.net core web api? (The solution) | ASP.NET Core Web API Tutorial | WebGentle.
Video : What is Asp.Net Core Web API | Asp.Net Core Web API Tutorial | WebGentle.
Video : What is Rest and Restful API? | What is a REST API? | ASP.NET Core Web API Tutorial.
Video : What is HTTP and why we need to know about HTTP? | Asp.Net Core Web API tutorial.
Video : HTTP Request and HTTP Response with its components | Asp.Net Core Web API tutorial.
Video : HTTP Verbs or HTTP methods | Asp.Net Core Web API tutorial.
Video : Status Code and their categories | Asp.Net Core Web API tutorial.
Video : frequently used status codes | Asp.Net Core Web API tutorial.
Video : http request and response example | Asp.Net Core Web API tutorial.
Video : List of all software required for Web API development | Asp.Net Core Web API tutorial.
Video : Install the Dot Net Core framework and verify the installation | Asp.Net Core Web API tutorial.
Video : Install Visual Studio 2019 and Visual Studio Code | ASP.NET Core Web API Tutorial.
Video : Install SQL Server | ASP.NET Core 5.0 Web API tutorial.
Video : Install SQL Server Management Studio (SSMS) | ASP.NET Core 5.0 Web API tutorial.
Video : Install Postman (Client tool for testing Web APIs) | ASP.NET Core 5.0 Web API Tutorial.
Video : Create ASP.NET Core 5.0 Web API Project using CLI | ASP.NET Core 5.0 Web API tutorial.
Video : Open Project Files in Visual Studio Code | ASP.NET Core 5.0 Web API tutorial.
Video : Build the ASP.NET Core Web API Project Using CLI | ASP.NET Core 5.0 Web API tutorial.
Video : Run ASP.NET Core Web API Project Using CLI | ASP.NET Core 5.0 Web API tutorial.
Video : Test the default APIs using Swagger, Browser and Postman | ASP.NET Core 5.0 Web API Tutorial.
Video : Create, Build and Run the Web API Core project using Visual Studio | Asp.Net Core Web API tutorial.
Video : ASP.NET Core Web API Project files | ASP.NET Core 5.0 Web API tutorial.
Video : launchSettings.json file in ASP.NET Core Web API | ASP.NET Core 5.0 Web API Tutorial.
Video : csproj (Project file) in ASP.NET Core Web API | ASP.NET Core 5.0 Web API Tutorial.
Video : Create a Dot Net Core Console application using Visual Studio | Asp.Net Core Web API tutorial.
Video : Update the csproj file | ASP.NET Core 5.0 Web API tutorial.
Video : Add a Default Host Builder | ASP.NET Core 5.0 Web API tutorial.
Video : Add a Default Web Host Builder | ASP.NET Core 5.0 Web API tutorial.
Video : Setup the Startup class (Configure and ConfigureServices method) | ASP.NET Core 5.0 Web API tutorial.
Video : Setup the default route to access a resource | ASP.NET Core 5.0 Web API tutorial.
Video : Inject Web API services using AddControllers method | ASP.NET Core 5.0 Web API tutorial.
Video : Add a new controller in the application | ASP.NET Core 5.0 Web API Tutorial.
Video : What is Middleware and HTTP Request Pipeline | Asp.Net Core Web API tutorial.
Video : Working with Run(), Map(), Use() and Next() method | ASP.NET Core 5.0 Web API Tutorial.
Video : Demo Run() method in Middleware | ASP.NET Core Web API Tutorial.
Video : Demo: Use() & Next() method in Middleware | ASP.NET Core 5.0 Web API Tutorial.
Video : Demo Map() Method in Middleware | ASP.NET Core 5.0 Web API tutorial.
Video : Create Custom Middleware in a separate file | ASP.NET Core 5.0 Web API Tutorial.
Video : Verify the Next() method in built-in middleware: Dig Asp.Net Core | ASP.NET Core 5 Web API Tutorial.
Video : What is Routing in ASP.NET Core Web API | ASP.NET Core 5.0 Web API Tutorial.
Video : How to enable the Routing in ASP.NET Core Web API | ASP.NET Core 5.0 Web API Tutorial.
Video : Set first Route on Controller's Action method | ASP.NET Core 5.0 Web API Tutorial.
Video : Working with Variables in Routing | ASP.NET Core 5.0 Web API tutorial.
Video : Working with Query String in Routing | ASP.NET Core Web API Tutorial.
Video : Setup Multiple URLs for Single Resource (Action Method) | ASP.NET Core Web API Tutorial.
Video : Same URL for Multiple Resource (Is this possible ?) | ASP.NET Core 5.0 Web API tutorial.
Video : Token Replacement in Routing | ASP.NET Core 5.0 Web API Tutorial.
Video : Set the Base Route at the Controller level | ASP.NET Core 5.0 Web API Tutorial.
Video : Route Constraints: Validate the route variables | ASP.NET Core 5.0 Web API Tutorial.
Video : Route Constraints Alpha and Regular Expression (regex) | ASP.NET Core 5.0 Web API Tutorial.
Video : Best Practices for RESTful URLs for CRUD operations | ASP.NET Core 5.0 Web API Tutorial.
Video : Specific Type | ASP.NET Core 5.0 Web API Tutorial.
Video : IActionResult in Asp.Net core | ASP.NET Core 5.0 Web API Tutorial.
Video : ActionResult with Type | ASP.NET Core 5.0 Web API Tutorial.
Video : Return 200 Status Code | 200 ok | ASP.NET Core 5.0 Web API Tutorial.
Video : Return 202 Code | 202 accepted acceptedataction and acceptedatroute | ASP.NET Core Web API Tutorial.
Video : 400 Status Code Bad Request | Return 400 Status Code | ASP.NET Core 5.0 Web API Tutorial.
Video : Return 201 Status Code | 201 created, createdataction | ASP.NET Core 5.0 Web API Tutorial.
Video : Return 301,302 Status Code | 301 302 local redirect | ASP.NET Core 5.0 Web API Tutorial.
Video : Return 404 Status Code | 404 Not Found | ASP.NET Core 5.0 Web API Tutorial.
Video : Remaining built-in Methods | Remaining Methods | ASP.NET Core 5.0 Web API Tutorial.
Video : What is Model Binder ? | ASP.NET Core 5.0 Web API Tutorial.
Video : [BindProperty] attribute: Bind Incoming form-data to public properties | ASP.NET Core Web API.
Video : [BindProperties] Attribute | Bind Properties Model Binder | ASP.NET Core 5.0 Web API Tutorial.
Video : Model binder in asp.net core web api | ASP.NET Core Web API Tutorial | Asp.net web api.
Video : [FromQuery] attribute: Bind the query string data | ASP.NET Core 5.0 Web API Tutorial.
Video : [FromRoute] attribute: Bind the route data | ASP.NET Core 5.0 Web API Tutorial.
Video : [FromBody] attribute: Bind the body data | ASP.NET Core 5.0 Web API Tutorial.
Video : [FromForm] attribute: Bind the from-data | ASP.NET Core 5.0 Web API Tutorial.
Video : [FromHeader] attribute: Bind the header data | ASP.NET Core 5.0 Web API Tutorial.
Video : Custom Model Binder in Asp.Net Core Web API (Example -1) | ASP.NET Core 5.0 Web API Tutorial.
Video : Custom Model Binder in Asp.Net Core Web API (Example -2) | ASP.NET Core 5.0 Web API Tutorial.
Video : What is Dependency Injection (DI) in ASP.NET Core Web API | ASP.NET Core 5.0 Web API Tutorial.
Video : Working with Services without using Dependency Injection | ASP.NET Core 5.0 Web API Tutorial.
Video : Singleton service lifetime using AddSingleton method | ASP.NET Core 5.0 Web API Tutorial.
Video : Scoped service lifetime using AddScoped method | ASP.NET Core 5.0 Web API Tutorial.
Video : Transient service lifetime using AddTransient method | ASP.NET Core 5.0 Web API Tutorial.
Video : TryAddSingleton, TryAddScoped and TryAddTransient methods in DI | Asp.Net Core 5.0 Web API Tutorial.
Video : Resolve the Service dependency directly in the Action Method | ASP.NET Core 5.0 Web API Tutorial.
Video : Start the development of Real world Asp.Net Core Web API application | ASP.NET Core Web API Tutorial.
Video : Introduction to Entity Framework Core | ASP.NET Core 5.0 Web API Tutorial.
Video : Install Entity Framework Core in ASP.NET Core Web API application | ASP.NET Core Web API Tutorial.
Video : Setup the DbContext Class and Database Connection String | ASP.NET Core 5.0 Web API Tutorial.
Video : Read connection string from appsettings.json file | ASP.NET Core 5.0 Web API Tutorial.
Video : Generate SQL Server database using Entity Framework Core migrations | ASP.NET Core Web API Tutorial.
Video : HTTPGET: Create API to get all items from database | ASP.NET Core 5.0 Web API tutorial.
Video : HTTPGET: Create API to get one item from database | ASP.NET Core 5.0 Web API Tutorial.
Video : HTTPPOST: Create API to add new item in the database | ASP.NET Core 5.0 Web API Tutorial.
Video : HTTPPUT: Create API to update the item in the database | ASP.NET Core 5.0 Web API Tutorial.
Video : HTTPPUT: Update item in one database call | ASP.NET Core Web API Tutorial.
Video : HTTPPATCH: Create API to partially update an item | ASP.NET Core 5.0 Web API tutorial.
Video : HTTPDELETE: Create API to delete item from database | ASP.NET Core 5.0 Web API Tutorial.
Video : Implement Model validations in Web APIs | ASP.NET Core 5.0 Web API Tutorial.
Video : Working with Automapper in ASP.NET Core Web API | ASP.NET Core Web API Tutorial.
Video : Setup the Angular application and install bootstrap | ASP.NET Core Web API Tutorial.
Video : Consume GetAllBooks API in the Angular application and face the CORS issue | Asp.Net Core Web API.
Video : Fix CORS issue in ASP.NET Core Web API and display books data in Angular app | ASP.NET Core Web API.
Video : Consume Add new Book POST API in Angular application | ASP.NET Core Web API Tutorial.
Video : Install Identity Core and generate the tables automatically | Asp.Net Core 5.0 Web API Tutorial.
Video : Create Controller and Repository for Login and Signup | Asp.Net Core 5.0 Web API Tutorial.
Video : Signup (Register) in Asp.Net Core API | ASP.NET Core 5.0 Web API Tutorial.
Video : Secure Web API using Authorize attribute | ASP.NET Core 5.0 Web API Tutorial.
Video : Install and configure JWT in Asp.Net Core | ASP.NET Core 5.0 Web API Tutorial.
Video : Login API with JWT token in Asp.Net Core | ASP.NET Core 5.0 Web API Tutorial.
Video : Asp.Net Core Web API course end | ASP.NET Core 5.0 Web API Tutorial.
- Tag
- .NET CORE
Related Courses
- 120 Lesson
- 22 hr 2 min
WebGentle
- 35 Lesson
- 12 hr 44 min
Learn Programming with Real Apps
