- 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 Directory Users and Computers (ADUC). I get co…
- 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 right? Why is that?
- BizTalk Receive Locations DisablingError: "exhausted the network retry attempts"
- Driving to South CarolinaWe just recorded a podcast at a Walmart and uploaded it.
- 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 Visual Studio and going through the wizard. T…
- 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 clients (Windows Forms). So, imagine an interf…
- 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 watch a dinosaur attempt to reinvent itself ye…
- 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 magnify any part of your screen in real-time.
- Lazy Vs Eager Init Singletons / Double-Check Lock PatternLazy Vs Eager Init Singletons / Double-Check Lock Pattern
- 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 loves the bash Auto-complete feature. The part…
- 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 and was completely stumped when I was aske…
- 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 was teaching a programming class (I've done t…
- Null Object Patternpublic class Person { private string \name;
- 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 Library without having to do the grunt wor…
- The Decorator Pattern> Intent: Attach additional responsibilities to an object dynamically. Decorators provide a flexible alternative to subclassing for extending functionality.\
- 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.
- "Last Night, at BarCamp... there were Werewolves...!"Well yesterday afternoon was full of fun sessions and I hosted a discussion group on how we could positively encourage more women to come along to events such as BarCamp. The turn out hasn't been t…
- Basic questions for Security Code Review<table width="360" cellpadding="3" cellspacing="0"><colgroup><col valign="top" width="60"> <col valign="top" width="280"></colgroup><tbody><tr><td align="right">Title:</td><td><input name="PostComm…
- MS BRE: Using XPath to handling XML in the Microsoft Business Rules EngineA couple of days ago I found myself, yet again, introducing another BizTalk developer to the delights of using XPath with XML facts in Microsoft's rule engine. I've begun to lose count of the numbe…
