- Abstract Class vs InterfaceThere are lost of discussion on the internet about the Interface vs Abstract class. Also, as base class whether we have to use interface, abstract class or normal class.
- Static Variables In ASP.NET - "I Didn't know this" Moment Number 42Yet another "I didn't know this" moment - Turns out, static variables in a class in ASP.NET are pretty similar to application objects but I am going to keep my long-winded posts really short this t…
- Socket I/O: Unix, Windows, and .NETThis is adapted from a recent email conversation I had about network I/O models for a GUI client running on.NET. I ended up on a tangent, covering APIs available for 3 major platforms. Since all th…
- Can't View CHM Files in IE7 - A FIXIf you are having problems viewing CHM files (like the new WCF documentation CHM files), you might be seeing a blank IE screen when you click on any of the subject headings contained ni the file. I…
- Finding calling method using reflectionThere's probably a more elegant way to do this, but I wanted to find out which method had called the current method for logging. For example, I am calling a method in my DAO and i want to know whic…
- How Do I Get the Atlas Control Toolkit to Show Up On My Visual Studio.NET 2005 Toolbox?One of the Questions I was asked on my Article on Atlas @ Code Project at http://www.codeproject.com/Ajax/HelloAtlas.asp was How do you make the Atlas Controls Appear on your Visual Studio toolbox …
- Get control name in Page_Load event which make the post backFew day back i need post back control name in the Page\Load event. I did lots of search on net. I found few intersting fact about that and i am sharing that.
- Generic DTO AssemblerPlaying around with incorporating Data Transfer Objects into my project, I figure I can use a touch of reflection to manage most assembler cases which are called from my service layer. May be a tad…
- Dynamically Calling a Web Service Without Setting Web ReferenceThis Approach is particularly helpful when one needs to implement loosely coupled integration using Web Services from a Multi Tangent (Application Service Provider Model) type of front end.
- How to Deploy an InfoPath 2007 Form Containing Managed Code to a Browser-Enabled WSS v3 LibraryUpdate (8-14-2006): InfoPath Forms Services is NOT part of WSS v3. It is a separate install, or you can install it as part of the MOSS 2007 Beta 2 install. The RTM version, last I heard, will be av…
- Internet Explorer 7.0 Beta on Windows 2003 Server!As much as I would like to take the credit for this post, it was actually the author of that figured it out! If you've been trying desperately to get your hands on IE 7.0 Beta but couldn't because …
- Generating XMLA - referencing Objects by nameJamie Thomson has an interesting post here http://blogs.conchango.com/jamiethomson/archive/2006/06/20/4106.aspx about some of his recent experiences with Analysis Services.
- BizTalk 2004 - sending messages using SMTPThe SMTP adapter can be used to send messages to email addresses.
- What place does duct tape have at Prom?People have been doing fascinating things with duct tape for a little over 60 years. Did you know, for instance, that it can cure warts?
- Windows PowerShell - Unix comes to WindowsWindows PowerShell (formerly known as “Monad”) is a Microsoft's answer to the power and flexibility of the Unix command shells. It should finally complete the Windows management picture by providin…
- Drawing Custom Borders in Windows Forms,Part Three: Introducing Form StylesAlmost a year ago I've published first two articles titled "Drawing Custom Borders in Windows Forms" and they turned out to be the most successful part of my blog with almost 13 000 web views (howe…
- Windows Vista: Kernel Changes - Here boy! Here boy! Fetch!> Everyone is probably familiar with Prefetch which was introduced in Windows XP. Prefetch really only handled single processes at process startup. > > In Vista, SuperFetchTM prefetches across a se…
- Disabling buttons on click in ASP.NETUPDATE (12/17/2007): My blog has moved. This post is now located at:
- Windows Vista: Kernel ChangesWindows Vista is coming and will be here sooner than some might think. By now you have probably seen the graphical changes coming in Vista with the new Aero and Aero Glass user interfaces (and the …
- Windows Vista: Kernel Changes - I/O, I/O, It's off to work I go...> I/O completion ports allow threads to wait efficiently for completion of multiple I/O requests. Before Vista, each completion caused a context switch to the issuing thread. Now, the I/O completio…
