How to migrate legacy applications easily
There is always concern over migrating legacy applications either to a new platform or even re-writing it completely. Below I tried to come up with the list things you might need to consider before...
There is always concern over migrating legacy applications either to a new platform or even re-writing it completely. Below I tried to come up with the list things you might need to consider before...
In this article, I have given the reason why it is necessary to globally apply protection against CSRF attacks for all HTTP requests using the POST method. Throughout this article I talk about Anti-CSRF protection...
If you are a .net developer and love the fact you could debug your code easily by attaching the process to your code and go through it using keyboard shortcuts like F10 and F11....
ASP.Net core 2.0 is just around the corner and all the good stuff is on the way, let’s look at some of those: Razor Pages With ASP.NET Core 2.0, Microsoft introduced the “Razor Pages”...
Using OWIN is awesome as it helps to do OAuth handshake and request hockey much easier, but there is one slight problem when you want to return a custom information from OWIN token endpoint....
Cаching is the process of storing frequently used dаtа, this dаtа is costly to generаte for reuse, in this post we talk about Distribute caching in ASP.NET Core 2.0. Usuаlly, this dаtа is stored...
Today, we will review Graphical Analysis in Visual Studio and see how Visual Studio can help us in the analysis of existing source code through generations of graphics. Creating a Class Diagram Starting with the...
For a long time, SSL web certificates were only accessible after payment. This is now history thanks to the arrival of Let’s Encrypt. This time we look into how to Install a free SSL certificate...
It is again another milestone for the C# team, it is now official and the new version of C# is out. This time we are going to talk about C# 7.0 and all the...
The final version of SQL Server 2016 is been out for some time but I haven’t get a chance to talk about some of the new features. So it’s time to take a look...