My background is in software development, not marketing, not sales, not real estate ... its software development. Over the years I've been a full time employee, consultant and business owner and …
ASP.NET MVC: Building Web API’s with HeaderValueProvider
A friend of mine who is involved in a local start-up here in MPLS was talking to me about how his start up is building their web api. Their start-up is a mobile application that has a back end data …
Continue Reading about ASP.NET MVC: Building Web API’s with HeaderValueProvider →
Empty Folders: A git svn gotcha
I've been using git-svn for about 6 months at one particular client without any major issues (we've our fair share of small nuances here and there though). However, I did run into a weird problem …
No IE6 ActionFilter for ASP.NET MVC
*** Update ***: I've also created a cheap jQuery plugin for this as well. See the bottom of the post There's a lot of talk on Twitter today about IE6. I'm building a web application in my free time …
Continue Reading about No IE6 ActionFilter for ASP.NET MVC →
ASP.NET MVC REST API WINDSOR CONTROLLER FACTORY
I’m using the ASP.NET MVC REST Toolkit for a REST API I’m building for a mobile infrastructure. Long story short, it will be responsible for service hundreds of thousands (if not millions) of users …
Continue Reading about ASP.NET MVC REST API WINDSOR CONTROLLER FACTORY →
My CODE Magazine Article Is Live
My first article with CODE Magazine is live. You can read it here. I cover ASP.NET MVC with the Spark View Engine. I cover a wide range of things and go in depth with examples with topics that …