Tag Archives: Visual Studio 2013
VSIX for SharePoint 2013
Recently while configuring a new developer lab VM I searched http://visualstudiogallery.msdn.microsoft.com/ for plug-ins to help speed up coding. I found a few good ones and wanted to share links here in case you might find these helpful too. Cheers! ![]()
- CKS – Dev for Visual Studio 2013 is a collection of Visual Studio templates, Server Explorer extensions and tools providing accelerated SharePoint 2010/2013 development based on Microsoft’s SharePoint 2010/2013 development tools.
- SPCop CE (Community Edition) Essential tool to ensure SharePoint code quality. SPCop analyses SharePoint code from .wsp and .app files and checks all contained code incl. XML, ASPX, JS, CSS for correctness, best practices, memory disposal etc. SPCop is the free component of SPCAF.
- SharePoint 2013 Ribbon API provides you to use Ribbon UI elements such as Button, DropDown, SplitButton, Gallery, Tab, Group and others for building your own Ribbon and/or modification standart one.
- Mavention SharePoint Assets Minifier for Visual Studio 2013 automates the process of minifying CSS and JavaScript files. Upon installation it introduces three custom tools that you can use for minifying CSS and JavaScript files.
- Office 365 API Tools – Preview your app can access email, calendar, contacts, files, and profile information on behalf of the user. This extension will help register your app to consume Office 365 APIs, and will add the necessary NuGet libraries and sample code to get you up and running.
- SPRemoteAPIExplorer provides the ability to explore, discover and generate SharePoint 2013 remote API code in REST and CSOM(Javascript, .Net and Silverlight). Useful when developing SharePoint REST applications
- Ribbon Designer for SharePoint and Office 365 – true RAD tool for customizing the Server Ribbon UI of your SharePoint and Office 365 solutions. Specialized components allow you to quickly build custom ribbons and add a new ribbon to your existing projects without learning the Ribbon XML schema.
My first Angular app – Todo List
Recently I began studying Angular as a JavaScript framework to accelerate front end development. SharePoint 2013 app model is obviously a place where this could be helpful.
Below is a quick 10 minute video of me coding a Todo List with Angular and Visual Studio 2013 based on the JS Fiddle example http://jsfiddle.net/dakra/U3pVM/. Hopefully this walkthrough shows just how quick and simple Angular can be. Intellisence from Visual Studio and Viasfora “rainbow brackets” make the coding even easier. Enjoy! ![]()
For a good read on Angular concepts check out O’Reilly at http://shop.oreilly.com/product/0636920028055.do






