Windows Phone 7 Developer Tools Beta

The developer Tool for Windows Phone reached beta-status. And Microsoft included into the 380 mb Setup Expression Blend 4 for Windows Phone. So far the good news. The bad news: several things have changed from CTP.April to beta – most of all: consolidation and...

ASP.NET MVC and a Generic jQuery Grid –jqTGrid Part 3

Please check out my previous posts (Part1 and Part2) if you haven’t read it yet. Today I want to show how we can create a generic “GridBaseController for our jqTGrid that we don’t have to implement the “DynamicGridData” controller method in every controller. For...

ASP.NET MVC and a Generic jQuery Grid -jqTGrid

If you searching the internet for jqGrid and ASP.NET MVC you will find many examples, but all of them always define the jqGrid columns – see for an example the blog post from Phil Haack. If you have a lot of jqGrids in your project you don’t want to define every...

Code Overload

Maybe I should consider to rethinking my code style guidlines. As I opened my AMUSE project today I got the following message from Visual Studio (9.0). Never seen it bevor 😉 Just checked witch file was responsible for this,… seems like VS doesn’t like the embedded MDG...

Checking Silverlight Version

We are currently working with Wix (Windows Installer XML) and  today we wanted to roll out a new software package with a prerequisite for Silverlight 3.0. I must say it’s pretty hard to find something on the web, on how to check installation or version of Silverlight...

Full screen for WM/CF

Since I do some Compact Framework programming on the side. I ran into the problem on how to do full screen applications on WM. Due to our background as “third level developers” we got a pretty good framework for C# Compact Framework programming and there I...

.net and click once and settings

For some applications this is a very useful technique to assure, the user runs the latest version. For some applications, you may experience difficulty with settings files. Settings files in that way, that users store local data in there, and that these changes are...