I oftentimes call this as module discovery but what really happens when I speak about this is that I follow the design principle called Convention…
With the advent of Single Page Applications (SPAs) using client side technologies like Angular or React, we can totally have separate projects for our client…
Prior to the Windows Compatibility Pack in .NET Core, I have been using the library from Novell for LDAP authentication. Now, we can use the…
If you have ever used %username in the conversion pattern of the log4net configuration on your ASP.NET Core application, you would noticed that you wouldn’t…
This is a step by step guide on how to create an Angular application with ASP.NET Core as the server side code. This will also…
While there is a default logging feature provided by the ASP.NET Core, you would have to register the providers via code, as in: Now, if…