Manage API collections & Version Control through Postman

Manage API collections version control, forks, resolve conflicts, and merge changes through Postman

 

How to access azure key vault secret value in Function app using Managed Identity

Easy and secured way to access key vault values in function app using managed identity.

 

Bundling and Minification of JS and CSS in ASP.NET Using GruntJS

In this article, let us see how to do the Bundling and Minification of JS and CSS in ASP.NET Using GruntJS

 
 

How to Identify the In-Active Users from SharePoint Online using C# CSOM Programmatically

A common problem during the data management within SharePoint is, some of the users might be leaving the company and the documents created by them will remain on their name. Though, the admin will delete the user from the Admin portal, the Users will be available on the Site Collection Level. Recently, I came up with a requirement to update these users with a given service account.

 

Steps to perform WCF Windows Activation Service hosting

In this article let us have a close look about WCF Windows Activation Service Hosting

 

What is new in C# 6

In every version of C# new language specific features are introduced. Certain features withstand the time and some features are left un-noticed by the developer community over the period of time. In this article I have listed some of the new features that are available in C# 6

 
 

Steps to perform WCF IIS hosting

In this article let us see the Steps to Host a WCF Application in IIS

 

How to protect Application from Cross Site Request Forgery Attacks in MVC

How to Protect Application from Cross Site Request Forgery Attacks in MVC

 

Entity Framework Database first approach to Read/Insert/Update/Delete the database data in Asp.Net MVC & C#

Entity Framework – An indepth view on the CRUD Operations

 
 

Entity Framework Model first approach to Read/Insert/Update/Delete database data in Asp.Net MVC & C#

In this article an indepth knowledge on Entity Framework on Asp.NET with MVC