-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Modern Full-Stack Web Development with ASP.NET Core
By :
In this chapter, we will embark upon a journey to establish the foundation of ASP.NET Core development, ensuring that you gain the essential skills and understanding to construct your first web application. By delving into the practical aspects of setting up your development environment and engaging in the hands-on creation of a basic web application, you’ll acquire a robust grasp of the core concepts and architectures that define ASP.NET Core development.
I will introduce you to the model-view-controller (MVC) architecture, a cornerstone of organizing web applications, ensuring you understand its importance and how it can be effectively applied. Furthermore, we’ll explore the intricacies of routing and controllers, key elements that facilitate the navigation and functionality of our applications. By the end of this chapter, you’ll have not only your first ASP.NET Core application up and running but also a solid comprehension...