
This is the first lecture of this course where you can find the overview, what we are going to cover in this course and basics of few jargons to be used throughout the course.
This is a practical session which is little lengthy than usual. After completing this lecture, you will be able to create MVC and Web API applications and consume your into your MVC application.
In this session, you will learn to implement Bearer authentication into your Web API application.
After completing this session, you will be able test your Web API using Postman.In this lecture, I demonstrated testing Bearer authentication what we created in last session.
This lecture demonstrates establishing SQL connection in Web API and fetching data from SQL uding classic way. For practical demonstration, we used SqlDataAdapter for data retrieval.
After completing this session, you will be able to use Entity Framework with your Web API application. For demonstration, I used database first approach in entity framework.
This is totally practical based course and designed for students and developers who can learn creating MVC and Web API application step by step from scratch. After completing this course, you will learn creating application from scratch, consuming Web API into MVC application, implementing security in Web API, connecting SQL and also using Entity Framework and writing LINQ queries.