May 2018
Intermediate to advanced
394 pages
9h 51m
English
Make sure you have completed the previous recipe that includes setting up the environment and building of the .NET Standard 2.0 library that creates a text file as a log. This recipe assumes you have basic knowledge of MVC architecture. In simple terms, MVC is a software architectural pattern that separates data models, controlling code, and user interfaces. Let's have a look at how to build this application and use our library.