The slides in this week discuss the details of the default ASP.NET project using the following four technologies:
Microsoft Visual Studio Community (VSC), which is an integrated development environment (IDE) letting programmers create web sites that run on any platforms supported by Microsoft’s .NET Framework
Microsoft ASP.NET Core, which is a cross-platform, open-source framework for building modern web applications
MVC framework, which is a software architectural pattern widely used for developing web and mobile applications.
It separates an application into three interconnected components: Model, View, and Controller, each with distinct responsibilities.
Microsoft C#, which is a modern, object-oriented programming language
It is a simple web application, which includes two tabs, Home and Privacy, whose screenshots are as follows: