Technofog Technofog (/tɛkˈnɒ/fɒɡ/) - the confluence of domain specific jargon, technical debt and knowledge gaps that negate sensible use of even… Posted on: June 11, 2019 By: jammer With: 0 Comments
Abstracting APIs – Abstract Potentially Insane? There's no doubt about it, things that help are good. This topic of abstraction came up in a chatroom the… Posted on: December 20, 2015 By: jammer With: 0 Comments
Enable ASP.NET 4.5 On Windows 10 or Windows 8/8.1 By default IIS and ASP.NET aren't configured as part of a Windows setup (for obvious reasons) so developers are used… Posted on: September 22, 2015 By: jammer With: 11 Comments
View IISEXpress Hosted Sites On Your Local Network This is a useful little tidbit of knowledge to have. Suppose you can browse to your new spanky site using… Posted on: July 2, 2015 By: jammer With: 0 Comments
Upgrading MVC4 to MVC5 and WebAPI1 to WebAPI2 – MEF – DotNetOpenAuth Originally Written 20 June 2014 So, if you have found this blog post as you are going through this process… Posted on: June 30, 2015 By: jammer With: 2 Comments
Wrapping HttpClient I've been recently revisiting a WebAPI client implementation that uses DotNetOpenAuth for authorising calls to an OAuth 2.0 protected WebAPI. … Posted on: June 29, 2014 By: jammer With: 0 Comments
MVC Deployment – JavaScript – ReferenceError is not defined … This had me stumped for a moment. All the Javascript was there (linkable from bundle links in the page source),… Posted on: August 31, 2013 By: jammer With: 0 Comments
Using HttpClient to Send Dates in URL Using AttributeRouting After doing a lot of reading it appears that it is possible to do what I was attempting to do… Posted on: August 9, 2013 By: jammer With: 1 Comment
C# Query String Builder Here is a nice little extension method for building your query strings in C# Posted on: August 7, 2013 By: jammer With: 0 Comments