C# Language is an Object Oriented Programming model language from Microsoft which is evolving with day by day. It is a leading programming language in Microsoft stacks. As per the standard guidelines of this language, it behaves in following manner while making a type(class) ready to work - (1) Default initialization:(2) Default inheritance and (3) Default constructor
[More]
HTTP Error 500.35 - ASP.NET Core does not support multiple apps in the same app pool
[More]
Consul for service discovery in microservices is a good pick. For the Production servers it needs to be running up constantly and for that we have two choices - 1) open a command prompt for always and let the consul up and running 2) install consul as a windows service.
[More]