Monday, November 30, 2009 ASP.NET Weblogs
One of the really cool features of WPF is the ability to style controls. Styles in WPF can be grouped together into Resource Dictionaries. These resource dictionaries can then be loaded dynamically at runtime with just a small amount of Visual Basic or...
Monday, November 30, 2009 ASP.NET Weblogs
With feedbacks from several enthusiastic users, I have fixed many little bugs. Give the latest version a try. Post bugs on the forum as usual. Happy computing! I am running into a little bit of difficulty with CLR debugger integration. In order to...
Monday, November 30, 2009 K. Scott Allen
If you are an ASP.NET Web Forms programmer making the switch to ASP.NET MVC – what’s the first thing you should learn? There are lots of candidates for the number one spot. Some people will say the first thing to do is learn and embrace the spirit of the...
Monday, November 30, 2009 ASP.NET Weblogs
The Silverlight Tour is coming back to Montreal next week, and we already have Silverlight 4 content!!! When: December 07-09 Where: Montreal, Qc Registration (Fr): http://www.runatserver.com/SilverlightTraining.aspx If you are looking for 3 days of...
Monday, November 30, 2009 ASP.NET Weblogs
Consider this a 2nd part to IIS URL Rewrite – rewriting non-www to www . Reader Rubens asked about redirecting multiple domain names in a single rule. That’s a good question and worth writing a part II blog post about it. Here’s his question:...
Monday, November 30, 2009 ASP.NET Weblogs
Don’t miss the next Montreal .NET Community meeting which RunAtServer Consulting will be the proud sponsor. Indeed we invited Jesse Liberty , the " Silverlight Geek ” from Microsoft Boston, to speak on Silverlight 4 !! This event is scheduled for...
Monday, November 30, 2009 ASP.NET Weblogs
Last week we launched the ASP.NET Ajax Library Beta during PDC, oh and we donated it to the CodePlex Foundation under new BSD license (FTW). As the email volume has been fading away running up to Thanksgiving in the US and everyone at work is...
Monday, November 30, 2009 ASP.NET Weblogs
http://twitter.com/vga/status/6204238634 Go get it :) Read full article
Monday, November 30, 2009 ASP.NET Weblogs
A Cyber Monday Sale deal from Clarius: If you're writing T4 templates for Software Factories, DSLs, ASP.NET MVC, Entity Framework or just doing any other code gen and you're still not running Clarius Visual T4 Editor Pro edition this is your...
Monday, November 30, 2009 ASP.NET Weblogs
Since a major goal of Dynamic Data is to separate the business logic from the user interface, let’s look at a few areas where these concepts still blend and their alternatives. Today we look at the… DataSource controls In the previous parts, we explored...