Geeks with Blogs
HomeAbout
  • MSDTC on server 'servername' is unavailable
    By default, when a stand-alone instance of Microsoft SQL Server exists in a cluster environment, the SQL Server-based instance is set to start…
    Narendra Tiwari · 2006-10-09
  • Isolating NHibernate Logging
    I 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…
    Mike Nichols · 2006-09-29
  • 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…
    Manish Agrawal · 2006-09-25
  • How to Get Exchange Information from ADUC Without Installing ESM
    I 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…
    Chris Haaker · 2006-09-21
  • 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…
    Madhawa Karunaratne · 2006-09-17
  • BizTalk Receive Locations Disabling
    Error: "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…
    Mark Wiggins · 2006-09-14
  • 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.
    Tim Hibbard · 2006-09-14
  • Passing Parameters from ASP.NET Application to Crystal Report Application
    Crystal 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…
    Mohammad Azam · 2006-09-13
  • ASP.NET DropDownList with OptionGroup Support
    Why 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.
    Chris J. Breisch · 2006-09-13
  • Web Services - Sending Large SOAP Messages
    I 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…
    Bill Evjen · 2006-09-13
  • 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…
    Sarah Blow · 2006-09-12
  • 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…
    Rajiv Popat · 2006-09-11
  • Lazy Vs Eager Init Singletons / Double-Check Lock Pattern
    Lazy 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…
    Alois Kraus · 2006-09-10
  • 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…
    Rajiv Popat · 2006-09-09
  • 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…
    Rajiv Popat · 2006-09-09
  • 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…
    Rajiv Popat · 2006-09-09
  • Null Object Pattern
    > public class Person { private string \name; public Person(string name) { this.Name = name; } public string Name { get { return this.\name; } set {…
    Dru Sellers · 2006-09-08
  • Transactions, Identity Columns and Foreign Key Constraint Errors - The Chicken Egg Situation
    I faced this problem while using NetTires which I highly recommend for anyone who wants to quickly generate a Data Access Layer using Microsoft Enterprise…
    Rajiv Popat · 2006-09-08
  • The Decorator Pattern
    > Intent: Attach additional responsibilities to an object dynamically. Decorators provide a flexible alternative to subclassing for extending…
    Dru Sellers · 2006-09-06
  • 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.
    Murray Gordon · 2006-09-06
← Prev1…180181182…227Next →
Geeks with Blogs

A community archive of developer blogs and technical articles, preserved at their original URLs.

Browse

HomeAboutArchive
© 2026 Geeks with Blogs. Posts by their original authors.