Over the course of my career I’ve encountered this too many times. Application rot. What is Application Rot? I’m currently performing a detailed code review on a client system. It’s.
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.
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.
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.
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.
One advantage of MVC Razor could also be deemed a disadvantage. No comile time checking of views. I personally love the dynamic nature of build the Razor views but you.
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.
If you ever want to display the version of your app in the UI (useful in development with lots of environments) you can do the following. In your Global.asax start.
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.
Application Maintenance – Application Rot
Over the course of my career I’ve encountered this too many times. Application rot. What is Application Rot? I’m currently performing a detailed code review on a client system. It’s.
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.
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.
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.
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.
Continue Reading
Compile Time Checking for MVC Views
One advantage of MVC Razor could also be deemed a disadvantage. No comile time checking of views. I personally love the dynamic nature of build the Razor views but you.
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.
Continue Reading
MVC – Display Version Number in Your UI
If you ever want to display the version of your app in the UI (useful in development with lots of environments) you can do the following. In your Global.asax start.
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.
Continue Reading
C# Query String Builder
Here is a nice little extension method for building your query strings in C#
Continue Reading