Client File Structure
Now that we have worked out how we will organize code, the next…
Client Side Code Structure and Standards – Prologue
AngularJS is a wonderful JavaScript framework which allows developers…
Check Security Authorization
Because each system we build has custom security requirements,…
Deploying files with CruiseControl.net using xcopy
Each CruiseControl.net job that needs to deploy files to a web…
OptimisticConcurrencyException
I was doing some refactoring of my randomization method (which…
Code First Migrations
Working within the .NET Code First environment has many advantages.…
AngularJS – SharedDataServices & Refresh Buttons
The use of Shared Data Service in AngularJS allows us to quickly…
AngularJS – Polling for data
Polling for data in AngularJS can be accomplished quickly using…