Developer
» Projects
Looking at unit testing in Angular2, following the offical docs. Unit Testing is a large topic, so this is just...
Going over the Angular2 docs on forms, and decided to bring forward my 1.x simple forms demo It ports over...
This article demonstrates a “complex” edit page in Angular. I’ve created a demo page using JSFiddle. So what makes an...
This article demonstrates a simple edit page in Angular. I’ve created a demo page using JSFiddle that implements the following:...
This article demonstrates a basic technique for a search page in Angular. I’ve created a demo page using JSFiddle that...
AngularJS is a JavaScript framework developed by Google for front-end web development. It allows creation of a class of applications...
In the next few posts, I will be exploring different authentication options for a simple front end/ back end app....
In the previous article on Web API, I demonstrated simple CRUD operations. In this article I implement a security scheme...
In this article I demonstrate how to set up a Web API Service to perform simple CRUD operations. Web API...
In part 3 of this series I demonstrated using EDMX with stored procedures only. In this article I do the...
In part I of this series, I created a simple entity data model to demonstrate basic CRUD operations. I now...
The second part of my Entity Framework series is identical to the first, except this time I’m using Code First....
As a first of a multi-part series, I am exploring Entity Framework 6.X. My goal is to begin with simple examples,...
Over the next few months I plan on doing a bunch of research on Entity Framework, WebAPI, MVC, and AngularJS....