How to Combine ASP.NET Core SignalR Chat with Angular 5

In this post, I will show an article how to use command line prompt with dotnet CLI and Angular CLI. Let’s get started. Create the Projects We will create a new empty ASP.NET Core Web project. You can either do it with Visual Studio or execute dotnet new web in the command line. I have Angular CLI installed on […]

Read more
How to Perform Database Logging Using NLog in ASP.NET Core

NLog is a highly efficient logging framework which helps us enabling logging to almost all logging source format including Console, File, Database logging, etc. High-end logging requirements like Database or File or Rolling File logging provider are still not available through the .NET Core framework. Currently, the available ASP.NET Core version logging framework is already very rich and gives us a […]

Read more