Technofog (/tɛkˈnɒ/fɒɡ/) – the confluence of domain specific jargon, technical debt and knowledge gaps that negate sensible use of even familiar technologies at the start of a new job or. read more…
There’s no doubt about it, things that help are good. This topic of abstraction came up in a chatroom the other day and I found myself advocating not abstracting in. read more…
By default IIS and ASP.NET aren’t configured as part of a Windows setup (for obvious reasons) so developers are used to having to register IIS manually before being able to. read more…
This is a useful little tidbit of knowledge to have. Suppose you can browse to your new spanky site using IISExpress at http://localhost:54275/ … now you want to look at. read more…
Originally Written 20 June 2014 So, if you have found this blog post as you are going through this process and have hit numerous brick walls I’m afraid I’ve got. read more…
I’ve been recently revisiting a WebAPI client implementation that uses DotNetOpenAuth for authorising calls to an OAuth 2.0 protected WebAPI. So I thought I’d share the generic methods I wrote. read more…
This had me stumped for a moment. All the Javascript was there (linkable from bundle links in the page source), all the files were there, everything worked in dev (doesn’t. read more…
After doing a lot of reading it appears that it is possible to do what I was attempting to do but it requires relaxing a lot of useful security measures. read more…
Technofog
Technofog (/tɛkˈnɒ/fɒɡ/) – the confluence of domain specific jargon, technical debt and knowledge gaps that negate sensible use of even familiar technologies at the start of a new job or. read more…
Continue Reading
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 other day and I found myself advocating not abstracting in. read more…
Continue Reading
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 to having to register IIS manually before being able to. read more…
Continue Reading
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 IISExpress at http://localhost:54275/ … now you want to look at. read more…
Continue Reading
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 and have hit numerous brick walls I’m afraid I’ve got. read more…
Continue Reading
Wrapping HttpClient
I’ve been recently revisiting a WebAPI client implementation that uses DotNetOpenAuth for authorising calls to an OAuth 2.0 protected WebAPI. So I thought I’d share the generic methods I wrote. read more…
Continue Reading
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), all the files were there, everything worked in dev (doesn’t. read more…
Continue Reading
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 but it requires relaxing a lot of useful security measures. read more…
Continue Reading
C# Query String Builder
Here is a nice little extension method for building your query strings in C#
Continue Reading