Category: C#

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

Step-back while debugging with IntelliTrace in Visual Studio 2017 0

Step-back while debugging with IntelliTrace in Visual Studio 2017

The recent updates of Visual Studio 2017 (version 15.5 Preview) comprise with several sets of new features and improvements. Once of such great enhancement is “step-back” while debugging. Now, you can perform a step-backward and forward while debugging your code with IntelliTrace...