-
CKS Dev for Visual Studio 2012 is here
The Community Kit for SharePoint: Development Tools Edition extends the Visual Studio 2012 SharePoint project system with advanced templates and tools. Using these extensions you will be able to find relevant information from your SharePoint environments without leaving Visual Studio. You will have greater productivity while developing SharePoint components and you will have greater deployment […]
-
SharePoint 2010 101 Code Samples
The SharePoint 2010 101 Code Samples set of examples is an excellent starting point for Developing with SharePoint. Each code sample is part of the SharePoint 2010 101 code samples project. These samples are provided so that you can incorporate them directly in your code. Each code sample consists of a standalone project created in […]
-
CKS Development Tools Edition for Visual Studio: New Version Out
Overview The Community Kit for SharePoint: Development Tools Edition extends the Visual Studio 2010 SharePoint project system with advanced templates and tools. Using these extensions you will be able to find relevant information from your SharePoint environments without leaving Visual Studio. You will have greater productivity while developing SharePoint components and you will have greater […]
-
Syntax Formatting for PowerShell in Visual Studio 2010
PowerShell is an essential tool for advanced SharePoint development & administration. Unfortunately Visual Studio doesn’t offer PowerShell code syntax highlighting or Intellisense natively. You can however use Adam Driscoll’s plugin PowerGUI VSX from Codeplex, which runs on top of PowerGUI : PowerGUI V requires the free, standalone application PowerGUI. Please download the correct version: PowerGUI […]
-
Make Windows Server a SharePoint – Development Friendly Workstation
A major limitation of developing against SharePoint is that Visual Studio must be on the same machine as a SharePoint Server instance. After a brief experiment with some methods involving copying the collection of SharePoint .DLL’s to the GAC on your dev machine and referencing them Visual Studio Projects – I can confirm why there […]
-
Optimize images for web directly inside Visual Studio 2010
Probably in the 90s sometime, you achieved insider web design knowledge learning that you should not really be referencing a 4MB image file as little content image in a web page. Friends, family and associates we’re amazed as you made their Geocities pages suddenly 10X faster by replacing the image bloat. These days, the people […]