How to handle input and output XML in SQL Server Stored Procedure

In this article let me show you how we can store the result set from a input XML to a Sql Server table and vice-versa

 

How to achieve the Cross domain WebAPI (Get/Post) call using Ajax request

In this article let us see how to achieve the Cross domain WebAPI (GET/POST) call using Ajax Request.

 

How to create SQL Server Trace programmatically for Troubleshooting and Performance Tuning

In this article let us see how to Create SQL Server Trace Programmatically for trouble shooting and Performance Tuning

 
 

Grab UserControl custom event in a Winform

In this article let us see how to Grab the custom events from the User Control in .Net Windows Based Application

 

Is it possible to upgrade Visual Studio 2015 RC to Visual Studio 2015 RTM?

So, you have downloaded the brand new Visual Studio 2015 and now the confusion would have started if you have already installed RC copy. I tried my best to figure out the upgrade path in  …read more

 

How to solve cross domain issue ( CORS ) in Asp.Net web application using IIS URL rewrite module

In this article let us see How to solve Cross-origin resource sharing (CORS) issue using IIS Re-write module for any .Net Web Application that uses client call to perform advanced requests (POST PUT DELETE and other types of HTTP requests along with specifying custom HTTP headers)

 
 

Locating custom assemblies built for SharePoint 2013 in GAC

Locating custom assemblies in GAC is bit different for SharePoint 2013 when compared to SharePoint 2010. This difference is due to .net version on which these version of SharePoint are depending on. Although this is  …read more

 

Create Public Key Blob for an Assembly

In SharePoint to have a custom config file, with CAS policies set , it requires Blob data of assemblies . Follow the bellow steps to extract public key blob of an assembly. 1. Open Visual  …read more

 

Physically locate assemblies in GAC

Physically locating the assembly in GAC would help in debugging assemblies deployed into GAC. In .Net debug symbols of assemblies are available in .pdb file which is created along with the assembly during compilation.  Deployment  …read more