Refresh_token_feature_image

Aug 8

Using Refresh Token in Asp.Net Core Web API Project

A refresh token is a special token that lets the user to refresh the access token without asking the user to login again A refresh token will be generated with

By Pownraj

Dec 21

Pattern Matching In C#

Pattern matching is one of the coolest things that was introduced in C# 70 It evolved in a smarter way and in C# 90 it became more powerful We already write

By Suhas Parameshwara
clean-code-c#

Oct 23

The art of writing clean code in C#

When I came across the term clean code, I thought its something that only 10x Engineers or Senior developers can do We often tend to approach a solution that

By Hariharan subramanian

Dec 4

Deep dive into .NET Standard

Most of us are familiar with NET Framework, NET Core and NET Standard applications NET Framework is an NET implementation that supports websites, services

By Suhas Parameshwara

Nov 8

Getting started with HTTP REPL in ASP.NET Core

On September 2018, NET Core 22 preview 2 has been released ASPNET Core team keeping the Web API improvements as a major theme for this release Currently,

By Pandiyan Murugan

Sep 25

What’s coming to C# 8

Net Conf is a free, virtual developer event co-organized by the NET community and Microsoft Over the course you have a wide selection of live sessions that

By Suhas Parameshwara