Today in this article, we shall see how to use PowerShell Invoke-WebRequest a utility method to call HTTP GET and POST request with parameters. The Invoke-WebRequest cmdlet...
Continue ReadingHow to Get Access Token from HttpContext in .NET Core
Get Access token from HttpContext in .NET Core Today in this article, we will learn how to get access token from httpContext in .NET application....
Continue ReadingMemcached Distributed cache in ASP.NET Core
Memcached Distributed cache in ASP.NET Core Today in this article, we shall see how to Memcached Distributed cache in ASP.NET Core. We will use EnyimMemcachedCore...
Continue ReadingHow to save IFormFile to the Disk
How to save IFormFile to Disk or File path Today in this article, we shall see how to save IFormFile to disk or file path...
Continue ReadingCreate, Drop and Rename MongoDB Database and Collection
Create, Drop and Rename MongoDB Database and Collection using Command-Line In this article, we shall see how to Create, Drop and Rename MongoDB Database or...
Continue Reading