Using logging

When you are developing your applications, you use one of the well-known integrated development environments such as Visual Studio 2017 or Visual Studio Code, as described in the beginning chapters of the book. You do this every day, and most of the things you do become reflexes and you do them automatically after some time.

It is natural for you to be able to debug your applications and understand what is happening during runtime, by using the advanced debugging features of Visual Studio 2017, for example. Looking up variable values, seeing what methods get called in what order, understanding what instances are injected, and capturing exceptions, are key to building applications that are robust and respond to business needs. ...

Get Learning ASP.NET Core 2.0 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.