top of page
Search


The Tech Platform
Sep 9, 2020
Measuring Code Quality With Visual Studio
If we Google – “how to write good code”, we end up getting tons of articles. Over 90% of them talk about thousands of guidelines, which...

Vijai Anand Ramalingam
May 3, 2019
How to create custom powershell cmdlet using Visual Studio 2010
Steps Involved: Open Visual Studio 2010. Go to File => New => Project. Select Class Library template, enter the name and click Ok. Add...

Vijai Anand Ramalingam
Apr 18, 2019
Get the list template ID in Visual Studio 2010
In this article we will be seeing how to get the template ID for a particular list in SharePoint site from visual studio 2010. Open...

Vijai Anand Ramalingam
Apr 10, 2019
Add Web Reference in Visual Studio 2010
In this article we will be seeing how to add web reference in Visual studio 2010. I have created a console application to access the...

Vijai Anand Ramalingam
Apr 1, 2019
SharePoint Dispose Check tool in Visual Studio 2010
Introduction: SPDisposeCheck is a tool used by SharePoint Developers to check the custom SharePoint solutions that use the SharePoint...

Vijai Anand Ramalingam
Mar 28, 2019
How to create custom SharePoint 2010 Content Type using Visual Studio 2010
In this article we are going to create custom Content Type using visual studio 2010. Steps Involved: Creating Empty SharePoint Project:...

Vijai Anand Ramalingam
Mar 28, 2019
How to create custom SharePoint 2010 Content Type using Visual Studio 2010
In this article we are going to create custom Content Type using visual studio 2010. Steps Involved: Creating Empty SharePoint Project:...

Vijai Anand Ramalingam
Mar 28, 2019
How to create custom SharePoint 2010 Application Page using Visual Studio 2010
In this article we are going to create a custom Application Page using visual studio 2010. Steps Involved: Creating Empty SharePoint...

Vijai Anand Ramalingam
Mar 28, 2019
How to create SharePoint 2010 Visual web part using Visual Studio 2010
In this article we are going to create SharePoint 2010 Visual web part using visual studio 2010. Steps Involved: Creating Empty...

Vijai Anand Ramalingam
Mar 28, 2019
How to enable "Create GUID" option in Visual Studio 2010
In this article we will be seeing how to enable the External Tool "Create GUID" in Visual Studio 2010. Sometimes in Visual Studio 2010...
bottom of page