Chapter 4: Razor View Engine
Building dynamic and data-driven web applications is pretty easy; however, things can sometimes be confusing, especially if you are new to the technology. As a beginner, you might find yourself having a hard time understanding how the stateless nature of the web works. The main reason for this is either you have never been exposed to how to apply the framework or simply because you are completely new to web development and you have no idea where to begin.
Even though there are many tutorials that you can use as a reference to learn, you may still find it hard to connect pieces, which could result in you losing interest. The good news is that ASP.NET Core makes things easier for you to learn how to carry out web development. As long as you understand C#, basic HTML, and CSS, you should be able to learn web development in no time. If you are new, confused, and have no idea how to start building an ASP.NET Core application, then this chapter is for you...