Book Image

Build a Real-World App with ASP.NET Core MVC [Video]

By : Ronnie.M.Rahman
Book Image

Build a Real-World App with ASP.NET Core MVC [Video]

By: Ronnie.M.Rahman

Overview of this book

<p><span id="description" class="sugar_field">ASP.NET Core MVC helps you build powerful web applications using the Model-View-Controller design. </span></p> <p><span id="description" class="sugar_field">This guide will help you build applications which can be deployed on non-Windows platforms such as Linux. In today’s age, it is crucial that you possess the ability to separate programming and business logic, and this is exactly what ASP.NET Core MVC application will help you achieve. You will also learn the fundamentals of the Entity framework and how to use it in ASP.NET Core web applications. You will learn how to secure your web application and your Web API. No web application is complete unless we have a platform to deploy it to. Here we will deploy our application on many different platforms including IIS, Linux, Docker, Azure, and AWS. </span></p> <p><span id="description" class="sugar_field">By the end of this course, you will have a solid understanding of the ASP.NET Core MVC framework and you will be ready to take on your next masterpiece with full confidence. </span></p> <p><span id="description" class="sugar_field">All the code and supporting files for this course are available on GitHub at<br /> <a style="font-weight: normal;" href="https://github.com/PacktPublishing/Build-a-Real-World-App-with-ASP.NET-Core-MVC" target="_new">https://github.com/PacktPublishing/Build-a-Real-World-App-with-ASP.NET-Core-MVC</a></span></p> <h1>Style and Approach</h1> <p><span id="trade_selling_points_c" class="sugar_field">Fast-paced guide to help build your first real-world app with ASP.NET Core MVC.</span></p>
Table of Contents (10 chapters)
10
Deploying in the Cloud – Azure, AWS
Chapter 3
Razor Pages
Content Locked
Section 3
Demo – Working with Razor in Razor Pages
Utilize previously learnt knowledge and use HTML helpers to make a table to display the books information. - Use HTML helpers - Create a table for the book information - Work with the model class