Author: pakzad

0

Anti-CSRF protection in ASP.Net Core

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...

0

All new stuff in ASP.NET Core 2.0

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”...

How to return more information on OWIN token endpoint 4

How to return more information on OWIN token endpoint

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....

Distribute caching in ASP.NET Core 0

Distribute caching in ASP.NET Core

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...

0

Graphical Analysis in Visual Studio

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...

0

Install a free SSL certificate in IIS

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...