Welcome to Mike Taulty's Weblog Sign in | Join | Help

August 2008 - Posts

I often hear of the "Source Code Compatibility" between Silverlight and Windows Presentation Foundation and so today I thought I'd try it out a little bit. Personally, I don't view this as; Take your SL source code, add a few bits and pieces and you have Read More...
I got so excited about the .NET Client Profile that I made a screencast about it and stuck it on Channel 9; http://channel9.msdn.com/posts/mtaulty/WPF-ClickOnce-and-the-NET-Client-Profile/ When will I get a life? Read More...
From here . This will be my first leap into the world of IE8. Read More...
Following on from this post I wanted to see if I could get my Client Profile installation to work with ClickOnce. To be honest, I struggled quite a bit with this. Sticking with my "Hello World" WPF application, I made sure that on the Publish tab of my Read More...
Hmm, today I find that IIS on my laptop suddenly won't start as it has a corrupt applicationHost.config file. The event log says; The Windows Process Activation Service encountered an error trying to read configuration data from file '\\?\C:\Windows\system32\inetsrv\config\applicationHost.config', Read More...
If you're building something like a .NET WPF client application then one of the major bugbears (for both you and for Microsoft - let's be honest here :-)) is trying to get the .NET Framework on to the client machine. We're trying to make this easier but Read More...
Some of these controls are very cool - I've not looked at how "declarative" and easy to use they might be in your own apps but there's a very rich experience going on there. Intersoft's Silverlight Controls Demo Take a look at a few of the demos, use Read More...
Following up on this "I will be at PDC" post, I thought I'd do another "Where will I be" style post and say that I'll also be at MIX UK where I'm doing a Silverlight 2 session; It looks like I'm on the agenda on the second day and I'll be doing a talk Read More...
It looks like ( fingers crossed ) I will be able to attend PDC in Los Angeles at the end of October :-) I'm hoping to be at the pre-con on the Sunday that's focused on concurrent programming and then to be around for the week until the conference ends Read More...
I've been puzzling over how you'd actually do; MessageBox.Show() in a Silverlight 2 application. I don't mean HtmPage.Window.Alert(""). I mean something that stays within the bounds of the SL control but asks the user a question. Naturally, there's many Read More...
I miss default parameter values from C++. In C# if I have some method Foo; static void Foo( int intValue, float floatValue, string stringValue) { } and there's the possibility that all the parameters can be "optional" then I end up writing something like; Read More...
Hmm. Maybe I'm just suffering a post-holiday motivational low ( which I am, in a big way :-) ) but I've been reading this; Accessing Duplex Services and I'm struggling to see how the "reward" here is justifying the "effort". With Silverlight, it's pretty Read More...