Category: Visual Studio

  • Jasmine with Visual Studio and SharePoint Apps – Part 1

    Jasmine with Visual Studio and SharePoint Apps – Part 1

    This blog does no​t describe how to perform JavaScript ​TDD (test-driven development) or BDD (behaviour-driven development). It does however describe how to set-​​up Visual Studio and configure an App for SharePoint project to get you started.

  • Cool Visual Studio 2013 plugin called Javascript Parser…

    Found a cool plugin which improve support for JavaScript within Visual Studio 2013 and therefore help the performance of development process and avoid possible bugs. Excellent! However the best thing I like about “Javascript Parser” plugin is that I can now use the “// TODO: …” Task List Tokens in my JavaScript code just like we…