- Project Management Process + ToolsI wanted to take a few minutes to talk about the project management / tracking / estimation methods I use. Over time the processes and tools I use have…
- How to determine which clr version an assembly or executable is usingLet’s assume you have all (most) of the framework versions installed on your machine. How can you determine which application uses which framework…
- Tagged!I have been tagged as part of the "" meme making its rounds in the blogosphere. You get "tagged" and then you tell five things about yourself others may…
- nunit testing 32-bit apps on 64-bit machineI'm trying to run nunit tests of a 32-bit assembly on a 64-bit machine. When I load the assembly (compiled with VS target platform set to x86) into nunit,…
- BizTalk: Anti-Patterns: Business Rule EngineLet's see one of the projects I've made with the Business Rule Engine from the Microsoft BizTalk tool set. There are the EDI data in"very flexible…
- BizTalk Pattern: Mapping Reference DataWhat is reference data? Typically by reference data we mean an attribute of an object within a system that is restricted to a specific list of values. In…
- Tech in 5 minutes: the glory of yield return(This one is maybe more of a 10 min post. you'll survive) Lots of code in this one, so I'll cut to the chase. I have a woman. Shocking i know. Right now…
- The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID - MOSS / SharePoint 2007 Server Issues RevisitedYou may see this error - more than once - when working with your Microsoft Office SharePoint Server (MOSS) 2007 deployment. This animal / error generally…
- BizTalk Messaging ModelThis is a 1st article in the BizTalk Model serie (2nd article is a "BizTalk: The Endpoint model depreciates the Physical and Logical Ports "…
- ASP.NET AJAX RC1 RSS ReaderSo the other day I was adding a “news page” to one of my projects and thought it was a great chance to play with consuming some other RSS feeds that had…
- Windows XP error: svchost.exe - Application ErrorOne morning when restoring my pc from hibernate - I got this error: svchost.exe -- application error the instruction at "0x745f2780" reference memory at…
- Editing Resource Files after publishing in ASP.NET 2.0Editing Resource Files after publishing in ASP.NET 2.0 An important point to note while globalizing your ASP.NET 2.0 web applications is regarding dynamic…
- Changing your hosts file in VistaBy default, if you try to modify your hosts file in Vista, it will not let you save it. It tells you that you don't have permission. To successfully…
- The IIS Admin Service service terminated with service-specific error 2149648394 (0x8021080A).The IIS Admin Service service terminated with service-specific error 2149648394 (0x8021080A). IIS Admin Service goes away after restoring a VHD / VPC…
- BizTalk Server 2006: An xpath() Function problemI spent a couple of hours today looking at the problem we encountered yesterday with the xpath() function in BizTalk. We were attempting to use an XPath…
- Encrypting Web.config and App.configRecently I got a chance to play around with the Data Protection Application Programming Interface (DPAPI). With .NET 2.0 installed, you can encrypt your…
- Top 10 Most Influential People in the Microsoft .NET WorldSunday, December 10, 2006 8:47 PM I have seen a lot of top 10 lists around (i.e. top 10 greatest IT people, etc). But, I have yet to come across a top 10…
- Object Oriented Tagging : Adding Power to Web 2.0 Tags!One of the basic consideration in web 2.0 concept is 'tagging' where any contents in the web can be associated with one or more tags, which can be shared…
- Howto: Duplicate any Windows installation to a new hard disk using only a Vista DVD (!)I recently bought a bigger 80 gig hard drive for my laptop, and wanted to copy the contents of my existing 30 gig disk with an XP install over to it. I…
- How to Get Enum Values with Reflection in C#This came up when I was writing a UIProperty for SmartCodeGenerator, The combo box should display all the available enum options in a DropDownList for the…
