-
Hello Angular World (page 4 of 7)
Hello Angular World (from Visual Studio and Local IIS) Pages: 1, 2, 3, 4, 5, 6, 7 Hello Angular World from a HTML page Now that the basic configuration is complete let’s create the Hello Angular World app. The table below lists the folders and files that we will add next. Name Type Used assets […]
-
Hello Angular World (page 3 of 7)
Hello Angular World (from Visual Studio and Local IIS) Pages: 1, 2, 3, 4, 5, 6, 7 Angular Folder & File Structure 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 […]
-
Hello Angular World (page 2 of 7)
Hello Angular World (from Visual Studio and Local IIS) Pages: 1, 2, 3, 4, 5, 6, 7 NPM Packages 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. […]
-
Hello Angular World (page 1 of 7)
Hello Angular World (from Visual Studio and Local IIS) 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 […]
-
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). How to Use Save the Code Snippet file as UnitTestMethod.Snippet For for VS 2015, move the UnitTestMethod.Snippet file into this directory: %userprofile%\Documents\Visual Studio 2015\Code Snippets\Visual C#\My Code Snippets Once installed type: utestasync […]
-
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… How to Use Save the Code Snippet file as UnitTestMethod.Snippet For for VS 2015, move the UnitTestMethod.Snippet file into this directory: %userprofile%\Documents\Visual Studio 2015\Code Snippets\Visual C#\My Code Snippets Once […]
-
Angular 2: Quick Start Notes Part #2
Following my first post in this series, in which I set up Visual Studio Code, installed Git and cloned Deborah Kurta’s Angular2-GettingStarted.git. Today 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 […]
-
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… Tools & Setup: Macintosh (OS X) How to use Visual Studio Code with GitHub: Download and […]
-
Visual Studio Extensions
Here is a list of some of may favourite Visual Studio Extensions: [table id=”vsPlugins” ai=”1/No.”] Title[attr sort=”asc”],URL,Source Behaviours SDK (XAML), ,NuGet Chutzpah Test Adaptor for the Test Explorer,Chutzpah Test Adaptor for the Test Explorer,NuGet Chutzpah Test Runner Context Menu Extension,Chutzpah Test Runner Context Menu Extension,NuGet CKS – Dev for Visual Studio 201,CKS: Development Tools Edition,NuGet CssCop […]
-
SharePoint: Content and Structure Report for All Checked Out Files
Ever wondered why a file or page was not showing up in search or did not updated during a deployment? Well perhaps it was because the “creator” had not checked-in their file or published the page… SharePoint has a useful page called Site Content and Structure which can be used to review the following out-of-the-box […]
You must be logged in to post a comment.