Simple AngularJS Directive Copyright Year

Last week, one of my favorite bloggers wrote this little diddy in jQuery.  And though I list “Angular Ninja” on my LinkedIn profile that is more jest than reality. Therefore I thought it a good exercise to take what was written here at Maff Rigby’s website and do me some learnin’ about AngularJS Directives. I like … Read more Simple AngularJS Directive Copyright Year

Azure SQL Connection Error: No entity framework provider found for ‘system.data.sqlclient’

I’ve been doing some work for a website which would be deployed to Azure for both the website and the database.  Here is a quick run-down on how the deploy situation went, an error that gave me fits and the final-fix. First off, let me say I had this website entirely working on my local … Read more Azure SQL Connection Error: No entity framework provider found for ‘system.data.sqlclient’

Paste JSON as Classes: From JSON to C#

I recently discovered a feature in the most amazing IDE in the cosmos .. otherwise known as Visual Studio. Myself and some fellow developers were having a discussion about AngularJS and JSON data. As you may expect we started talking about ways to get the JSON data into our C# classes. During that discussion one … Read more Paste JSON as Classes: From JSON to C#

A most important comment, on comments

I truly enjoy helping other developers by making exceptionally good comments, such as these, during my commits.  Really.  I do.  Yes this is called helping.  Honest! (ahem) “Final commit of the day.  Stati are inserting correctly and things are going into the database properly (still) as long as we have good item codes in our … Read more A most important comment, on comments