This error message when I try to run a ASP.net web application have happened to me twice within a few weeks, to I thought I would add a solution to fix it. It seems to happen when you get an updated version of a project on a machine that already […]
Estimated reading time: 1 minute
Sure everyone have seen url short codes before, and it’s not really rocket science how to generate them. Regardless, I decided to write my own library for it because I had a specific requirement that I have not seen covered by any other url short code algorithm. The two requirements […]
Estimated reading time: 4 minutes
I’m a big fan of dependency injection, and after starting to work on a project using the Azure Mobile Services .NET Backend I quickly found myself looking for a solution on how to do DI like I’m used to in my other WebAPI projects. My DI framework of choice have […]
Estimated reading time: 3 minutes
Maybe you attended the Build 2014 Conference or maybe you just watched some of the sessions/keynote and was impressed with the new .NET backend for Azure Mobile Services. I was very impressed by what I saw in Kirill Gavrylyuk and Yavor Georgiev session on Powerful Mobile Apps with Mobile Services […]
Estimated reading time: 12 minutes
I really like the .NET WebAPI, it is a simple and lightweight way to create REST services, and it is proving to be pretty powerful if you, like me, like heavy client side applications that communicate with the server through a public API. This post is a walkthrough on how […]
Estimated reading time: 8 minutes
http://www.hezser.de/blog/archive/2007/04/29/how-to-use-the-sharepoint-web-controls.aspx http://www.wisdom-soft.com/downloads/downloadfiles.htm http://www.brsreddy.com/2009/05/edit-dispform-editform-or-newform-in.html http://blog.thekid.me.uk/archive/2007/02/15/a-solution-to-quot-an-unexpected-error-has-occurred-quot-in-wss-v3.aspx http://weblogs.asp.net/bsimser/archive/2006/09/25/Enabling-anonymous-access-in-SharePoint-2007.aspx
Estimated reading time: 18 seconds