24 Apr 2013
Most ASP.Net web applications have some amount of configuration. In ASP.Net you can add configuration settings to the Web.config under the <appSettings> section. Here’s an example: <appSettings> <add key="name" value="Mike" /> </appSettings> Configuration settings can...
19 Apr 2013
Programming More on Immutable Collections in .NET AngularJS and scope.$apply — Jim Hoskins henriquat.re - AngularJS for .NET Developers Hakansson and Robbins Talk NancyFX - .NET Rocks! Tom DuPont .NET: Report Unhandled Errors from JavaScript...
18 Apr 2013
Many of you like to download and use my desktop gadgets (that Microsoft unceremoniously killed in Windows 8). Setting up a web site to download a gadget should not be a big deal, right? Something...
16 Apr 2013
Description of ELMAH from the web site: ELMAH (Error Logging Modules and Handlers) is an application-wide error logging facility that is completely pluggable. It can be dynamically added to a running ASP.NET web application, or...
15 Apr 2013
I write web applications and my usual tools are KnockoutJS and jQuery. But in the last day or so I’ve discovered AngularJS, a JavaScript framework by Google. I’m totally hooked. Here’s a simple example: <input...
14 Apr 2013
A few weeks ago I started getting messages about tweetz login errors. Not having a Windows 7 machine limited what I could do. Since then I’ve found a way to run desktop gadgets on Windows...
12 Apr 2013
Programming SignalR 1.1 beta - Unhandled Exception hmemcpy/Nancy-ReSharper-Plugin · GitHub Chrome Web Store - Knockoutjs context debugger Fiddler - The Free Web Debugging Proxy by Telerik .NET Slave | AngularJS Intellisense in Visual Studio 2012...
11 Apr 2013
NancyFx (commonly just called Nancy) is a Sinatra inspired MVC framework for ASP.Net. It’s low ceremony and just plain fun to write in. The home page communicates volumes about its philosophy in just 7 lines...
06 Apr 2013
Since Google’s announcement that it’s killing it’s awesome Google Reader, I’ve been looking for an alternative. The Old Reader has a similar feel and includes the social bookmarks that Google eliminated a few years ago...
06 Apr 2013
“Who is the Mike Ward chap and what have you done with Blue Onion Software?” This started about a month ago when I decided to update my blog engine. Bloget was my Web-Forms based blog...