- XSD Inference ToolAs many of you know it's possible to generate a XSD Schema, from a Xml Instance, there are many tools for doing it (XmlSpy, Biztalk Server, Custom…
- Money object and NHibernate ICompositeUserTypeWanting to create an Money object in my application, I first read Fowler's description in his PoEAA book and then looked at JP Boodhoo's implementation…
- Selecting a Collection ClassSelecting a Collection Class The System.Collections.Generic namespace contains interfaces and classes that define generic collections, which allow users…
- Understanding SQL 2005's new PIVOT clauseSQL Server 2005 has lots of new tricks up its sleeve. During our user group meeting this past Wednesday night there was a question about how to use one…
- Array of DataRecord vs. DataView: A Dramatic Difference in PerformanceI spent much of last weekend running tests against a table with 122,000 records. The folks at Citibank and Geico would just yawn at that amount of data,…
- A Sad Day For Open Source - NDoc is NDoneA Sad Day For Open Source - NDoc is NDone You may or may not have seen this: Kevin Downs, the creator and sole developer (I believe) of NDoc has thrown in…
- Using WIA for scanningI was playing around this morning with scanning images and put together an adapter class that uses the Windows automation library (WIAAUT.DLL) which is…
- DRM! Moving you DRM Protected eBooks to Mobile DevicesIf you’ve tried moving an eBook you bought on Amazon that was protected with DRM to your palm device and have been successful skip this post. However, if…
- Hack your Tungsten-E to improve it's Battery life!I’ve been reading a LOT lately, mostly during my commute. I’ve been a MP3 Audio Book guy for the past few months but nothing beats reading. So, lately…
- Using Enterprise SSO (Single Sign-On) with the SAP Adapter and in generalUsing Enterprise SSO (Single Sign-On) with the SAP Adapter and in general So I'm currently have been architecting and developing a BizTalk 2006 SAP…
- Changing to a friendly Team Foundation Server NameSo you just finish installing TFS, it works great and you’re about to give out the name to all your devs so they can start using the great new features in…
- Validating any XML Document within OrchestrationRecently, I needed to validate any XML documents within BizTalk. I tried, but it was too limiting in that it required the SchemaStrongName property of the…
- The row value(s) updated or deleted either do not make the row unique or they alter multiple rows.I came across an error today in SQL Server 2005. The row value(s) updated or deleted either do not make the row unique or they alter multiple rows.
- Iowa Porkbusting Efforts - A Scorecard of Iowa Pork and Congressional EarmarksPork (also known as congressional earmarks) is special projects granted money from congress to promote certain causes. Sometimes earmarks are a good…
- Congratulations, Eclipse Aviation!Several years ago Bill Gates invested into a little aviation firm founded by his friend Vern Raburn in his old stomping grounds of Albuquerque, New…
- Using NHibernate with MySQLI did not find a lot of information on using NHibernate in combination with a MySQL database. The reason I want to do this at all is quite simple, though:…
- Visual Studio 2005 - Documentation Generation Using NDoc 2005Recently I have been designing an Application Framework in .NET/ASP.NET 2.0. It went well and I was thinking of generating the documentation using Visual…
- Generate Code-DOMs directly from C# or VB.NETIf you write applications in .NET that generate .NET language source-code as output, and the output language should be selectable (typically C# or…
- Model-View-Presenter split into two "new" patternsFor the past year or so, Martin Fowler has included the pattern Model-View-Presenter, or MVP, in his upcoming addendum to Patterns of Enterprise…
