A guide to customising the Identity to use long as primary key, different schema name, postgresql naming conventions and hilo id genaration
I will explain the simple steps required to modify the ASP.NET Core 2 MVC Identity template to work with Postgresql. Read more
Curiosities of the C# programming language...
The following post will explain to you how to serialize an object into XML including a CDATA Xml field. Read more
Curiosities of the C# programming language...
The var keyword might appear a little bit deceiving sometimes, specially when involving Linq in the equation. Some developers (particularly novice ones) can't seem to draw the line between two things that are separate concepts. So, what is the best practice when using var in C#? Read more
A catchy question during an interview...
What is the purpose of having two actions in c# that seem to do the same? On one side we have the typeof() keyword and on the other side the GetType() method. Read more