Category: Visual Studio

  • Hello Angular World (page 3 of 7)

    Now to add the basic folder and files structure required to build a simple Angular App. My intentions are to remain true to the conventions set out by Angular while remaining sympathetic to ASP.NET MVC. The items in grey were included automatically during the projects creation, the items in black we have already added and…

  • Hello Angular World (page 2 of 7)

    Now that we have a basic ASP.NET MVC 5 project let’s install some NPM Packages. Once you have installed the first NPM Package you will see a new file, called package.json, added to your Project’s root. We will look at the package.json in more details later.

  • Hello Angular World (page 1 of 7)

    I have written this article and the accompanying Visual Studio 2015 project as an exploration of how Angular 2 and ASP.NET MVC 5 can coexist and I have tried to remain true to both frameworks, respecting naming conventions and file structure. While carrying out research for this article, I came across the Angular2Mvc5Application Project Template…

  • Code Snippet: Async Unit Test Methods

    This is based upon my original UnitTestMethod.Snippet Gist, this C# Code Snippet can be used within Visual Studio to generates Asynchronous Unit Test Methods (Functions).

  • Code Snippet: Unit Test Methods

    While researching Unit Testing, I reviewed several different C# Code Snippet examples for generating Unit Test Methods (Functions) within Visual Studio and this is my take on it…

  • Angular 2: Quick Start Notes Part #2

    I’m going list the steps required to install and configure the NPM (Node Package Manager) command line utility; this will enable me to see the results of my code changes in a web browser as I make them.

  • Angular 2: Quick Start Notes Part #1

    These are my notes, made while watching Deborah Kurta’s Angular2: Getting Started course, hosted by Pluralsight. Most, if not all, of this information can be found within Deborah’s course, however by stripping this information out I hope to jog memories…

  • Visual Studio Extensions

    Here is a list of some of may favourite Visual Studio Extensions.

  • Jasmine with Visual Studio and SharePoint Apps – Part 3

    In this post I want to talk about Fixtures and a major pitfall I’ve found when working with Chutzpah Test Adaptor for the Test Explorer.

  • Jasmine with Visual Studio and SharePoint Apps – Part 2

    Jasmine with Visual Studio and SharePoint Apps – Part 2

    Last week I wrote about how to configure Jasmine to run within Visual Studio using Chutzpah Test Adaptors. However since then I’ve run into a number of issues for which I will share my thoughts in this post.