- MSDTC on server 'servername' is unavailableBy default, when a stand-alone instance of Microsoft SQL Server exists in a cluster environment, the SQL Server-based instance is set to start…
- Isolating NHibernate LoggingI am sure everyone else has already figured this out but thought I'd jot it down here. I wanted to isolate all messages being sent from NHibernate to its…
- How to use Subversion more effectively with proper Repository Structure and better use of Branching/Tagging/Versioning..In this article, I have assumed that the reader is aware of the basic functionality of Subversion. This article has been written to make the usage of…
- How to Get Exchange Information from ADUC Without Installing ESMI have had trouble in the past when installing the Exchange System Manager (ESM) on my laptop so I can modify email information about a user in Active…
- Why instance methods in java are virtual by default and in C# not?Have you ever wondered why instance methods in java are virtual by default and in C# not? In C# to make a method virtual you have to explicitly do it…
- BizTalk Receive Locations DisablingError: "exhausted the network retry attempts" Do you have over 50 receive locations that you use for Biztalk 2004/2006. Have you ever found them disabled…
- Driving to South Carolina. We just recorded a podcast at a Walmart and uploaded it. There is more CPU in this van than in most small offices.
- Passing Parameters from ASP.NET Application to Crystal Report ApplicationCrystal Reports allow you to display the data in a formatted report style form. You can easily create Crystal Reports by adding the "New Item" from the…
- ASP.NET DropDownList with OptionGroup SupportWhy doesn't ASP.NET 2.0 support the <optgroup> element? I don't know. But here's the solution for you, if you've been wishing it did.
- Web Services - Sending Large SOAP MessagesI have been working in the area of Web services for some time and I am on a project where I needed to distribute some extremely large datasets to some…
- BT... and their Web 2.0 Questionnaire (One cannot define web 2.0 by O'Reilly alone!)Of course they could simply fix the questions by supplying the "A buzz word" answer for everything. Cynical? Me? The whole thing is painful, trying to…
- Free Tools To Magnify Your Screen / Parts of it in Real Time (For Creative Guys / Designers and Guys who want to Magnify stuff during presentations).A Few days ago I had a discussion with a person from our creative team who informed me about (and liked) the fact that in MAC you could just zoom in and…
- Lazy Vs Eager Init Singletons / Double-Check Lock PatternLazy Vs Eager Init Singletons / Double-Check Lock Pattern Singletons are the easiest programming pattern to learn which seems to be the reason why it is…
- Auto-complete in Dos (Hitting Tab to Complete Directory / File Names in CMD.EXE), Does Not Work!Besides being a DotNet developer I've spent some part of my life (3 odd months) in the past, being a Linux Administrator. Every guy in the Linux world…
- Nullable Types, What does int followed by Question-mark (int?) Mean? What's with the Double Question Marks and Other Syntaxes?I first read about Nullable Types around 6 months or so ago. Since I last heard about / used Nullable types, I had completely forgotten about the syntaxes…
- Back To The Basics And Beyond! Generic Methods and Multiple Constraints.A couple of days ago I was asked if there was any way by which I could overload a method to "return" more than one type. If I was in a class room, or I…
- Null Object Pattern> public class Person { private string \name; public Person(string name) { this.Name = name; } public string Name { get { return this.\name; } set {…
- Transactions, Identity Columns and Foreign Key Constraint Errors - The Chicken Egg SituationI faced this problem while using NetTires which I highly recommend for anyone who wants to quickly generate a Data Access Layer using Microsoft Enterprise…
- The Decorator Pattern> Intent: Attach additional responsibilities to an object dynamically. Decorators provide a flexible alternative to subclassing for extending…
- MSBUILD + MAGE.EXE = ClickOnce (Need some help... Experts welcome :-) )If anyone has any experience with MSBUILD and Mage.exe to build ClickOnce projects, please let me know if you might be able to help.
