Brian Vander Plaats

Developer

Projects

» Projects

Articles by category: Projects


Tools SQL-Server-Tips General Development Research tips
2016
11 Oct 2016

Angular2 Testing Introduction

Looking at unit testing in Angular2, following the offical docs. Unit Testing is a large topic, so this is just...

28 Sep 2016

Angular2 Simple Edit Page

Going over the Angular2 docs on forms, and decided to bring forward my 1.x simple forms demo It ports over...

13 Jul 2016

AngularJS Complex Edit Page

This article demonstrates a “complex” edit page in Angular. I’ve created a demo page using JSFiddle. So what makes an...

20 Jun 2016

AngularJS Simple Edit Page

This article demonstrates a simple edit page in Angular. I’ve created a demo page using JSFiddle that implements the following:...

14 Jun 2016

AngularJS Search Page

This article demonstrates a basic technique for a search page in Angular. I’ve created a demo page using JSFiddle that...

16 May 2016

AngularJS Introduction

AngularJS is a JavaScript framework developed by Google for front-end web development. It allows creation of a class of applications...

22 Feb 2016

Website Authentication - ASP.NET Identity & OAuth 2.0

In the next few posts, I will be exploring different authentication options for a simple front end/ back end app....

20 Jan 2016

Web API Series Part 2 - Basic Authentication

In the previous article on Web API, I demonstrated simple CRUD operations.   In this article I implement a security scheme...

2015
10 Dec 2015

Web API Series Part 1 - Basic CRUD

In this article I demonstrate how to set up a Web API Service to perform simple CRUD operations.   Web API...

01 Dec 2015

Entity Framework Series Part 4 – Basic CRUD with Code First + Sprocs

In part 3 of this series I demonstrated using EDMX with stored procedures only.  In this article I do the...

11 Nov 2015

Entity Framework Series Part 3 – Basic CRUD with EDMX + Sprocs

In part I of this series, I created a simple entity data model to demonstrate basic CRUD operations.  I now...

27 Oct 2015

Entity Framework Series Part 2 – Basic CRUD with Code First

The second part of my Entity Framework series is identical to the first, except this time I’m using Code First....

19 Oct 2015

Entity Framework Series Part 1 – Basic CRUD with EDMX

As a first of a multi-part series, I am exploring Entity Framework 6.X.  My goal is to begin with simple examples,...

12 Oct 2015

Creating the Bike Store Database – Part I – Product Schema

Over the next few months I plan on doing a bunch of research on Entity Framework, WebAPI, MVC, and AngularJS....