16 Apr
2008

Setting Control Focus when AJAX is involved

Here is an annoying problem I just ran into. I have a web form that has been working just fine for a long time…until I introduced it to the Microsoft Ajax library and starting doing some partial loading.  Nothing overly fancy, just using the value of one control to load values into another control. Problem […]

Read More
15 Apr
2008

Dynamic LINQ

Category:UncategorizedTag: , , :2 Comments on Dynamic LINQ

Something I just saw for the first time is a Microsoft C# sample application called DynamicQuery.  This allows you to enter part of a LINQ query as a string. If you have Visual Studio 2008 installed, you can find the samples in this directory: C:\Program Files\Microsoft Visual Studio 9.0\Samples\1033.  Then extract the file CSharpSamples.zip.  The […]

Read More
12 Apr
2008

NHibernate 2.0 and Cascading Deletes

Category:UncategorizedTag: :

The first alpha version of NHibernate 2.0 has been released some time ago. Oren has put a nice overview of the new features and the bugs that are solved for this first drop. In spite the fact that they put the word ‘alpha’ in the version name, it is actually RTM quality! One of the […]

Read More
10 Apr
2008

Modeling Wars. Great.

Category:UncategorizedTag: :7 Comments on Modeling Wars. Great.

I read a nice article in Information Week today. IBM And Microsoft Have Dueling Visions For Software Modeling This short article gets to the heart of the Oslo matter, which is Microsoft’s full court press initiative to provide modeling as a mechanism of building software and managing operations. I predict the most controversial part of […]

Read More