Building a Web App with ASP.NET Core 5, MVC, Entity Framework Core, Bootstrap, and Angular
ASP.NET Core is a mature, stable platform for developing web applications and APIs. This course will teach building a web app from scratch using ASP.NET Core 3.1 or .NET 5, Visual Studio, Entity Framework Core, Bootstrap 4, and Angular (v11).
What you'll learn
Hello! My name is Shawn Wildermuth, and welcome to Building a Web App with ASP.NET Core, MVC, Entity Framework Core, Bootstrap, and Angular.
In this course, you will be building a website from scratch using the latest version of Microsoft's ASP.NET Core framework. You will get there by learning about major topics like explaining.NET Core, learning the basics of web technologies like HTML, JavaScript and CSS. You'll also be exploring technologies inside of ASP.NET Core like
- Entity Framework Core
- ASP.NET Identity
- Building APIs with ASP.NET MVC
- Deploying your app to the server or the cloud
By the end of this course, you will be able to build websites and APIs using ASP.NET Core.
Before you begin, make sure you are already familiar with C#. Exposure to Visual Studio would help too but is not required.
After this course, you'll have a very basic understanding of all the technologies used, but would benefit from moving on to more in-depth courses on Angular, API design, and web development. I hope you'll join me, and I look forward to helping you on your learning journey here at Pluralsight.
Table of contents
Course FAQ
ASP.NET Core is a framework used by millions of developers for building web applications because it is open source, cloud-ready, lightweight, and relatively simple.
Building a small, but fully functional web app from the ground up with the ASP.NET Core framework using basic HTML, CSS, JavaScript, and more.
There are not any prerequesites per se, but it would help to be familiar with C# and to have a general understanding of the basic building units of a website. Some experience with Visual Studio would also be helpful.
You should come away with a basic foundational knowledge of all of the technologies most frequently used when building a web application, including ASP.NET Core, MVC, Entity Framework Core, Angular, and Bootstrap.
Some of the technologies inside ASP.NET Core include Entity Framework Core, ASP.NET Identity (for securing pages and APIs), ASP.NET MVC (for building APIs), and a means of deploying your application.
We will be using ASP.NET Core 3.0, Entity Framework Core 3.0, Bootstrap 4, and Angular (v8)