- Managed DirectX Tutorial 02: Creating a 2D SpriteNote: The assumption is being made that previous tutorials have already been completed and that a project is available and in a state to make the changes…
- Start experimenting with XAML on your XP machine in under 15 minutes!I presented a session on WPF at the Arizona .NET User's Group last night, and today have been getting email and calls from several people who wished they…
- Abstract Class vs InterfaceIntroduction: There 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 vs InterfaceIntroduction: There are lost of discussion on the internet about the Interface vs Abstract class. Also, as base class whether we have to use interface,…
- 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…
- 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…
- 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…
- 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…
- 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…
- Get control name in Page_Load event which make the post backHi, Few 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…
- 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…
- 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…
- 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…
- 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…
- 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…
- BizTalk 2004 - sending messages using SMTPThe SMTP adapter can be used to send messages to email addresses. By default, the SMTP adapter comes with few options:
- 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…
- 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…
- Windows Vista: Kernel Changes - Here boy! Here boy! Fetch!SuperFetchTM > Everyone is probably familiar with Prefetch which was introduced in Windows XP. Prefetch really only handled single processes at process…
