Category: ASP.NET Core

0

Swagger in ASP.NET Core

If you want to have open API standards and API documentation easy and almost no code, you should try Swagger in ASP.NET Core. Whаt is Swаgger? Swagger is a language-independent specification for describing REST APIs. The...

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

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