- Win32 XP Key Recovery UtilityFollowing my prior post: - Recover your XP product key from the registry using C#, I have had many requests to provide the same code in unmanaged C++ - so…
- When you create a MS CRM 3.0 queue and it does not work, don't forget to ...<< MS CRM 3.0 ExchangeSinkServiceException | Home | MS CRM 3.0: Add menu items to detail forms of entities that are not supported in ISV.config >>
- More Things Great .NET Developers Should KnowA few weeks ago, I linked to a list of What Great .NET Developers Should Know. I then came up with the idea of adding more of my own through my own…
- Gotcha! Visual Studio Pre/Post-Build EventsVisual Studio has a nifty feature called Pre-Build and Post-Build events. These are used to include extra DOS commands before or after the build.
- Functional Programming with C#/F#Functional Programming with C#/F# After all this hype around C# 3.0 where we will get, lambda expressions and many other thing I thought that it would be…
- Accessing Outlook items from C# .NETThe following demostrates how to retreive data from items within an Outlook folder (called "MySubFolderName" under the Inbox folder) using .NET:
- Word 2007 Beta 2 Blogging and .TextSeveral people have tried out blogging from Word 2007 (as I am now) and are having problems with.Text. This issue is in the CookComputing.XmlRpc.dll and a…
- Invoke vs BeginInvokeNow that 2.0 (with its detection of accessing control properties from an incorrect thread) has become main stream there are numerous people realizing that…
- How to convert special characters to HTML encoded equivalents using C#.NETpublic string HTMLEncodeSpecialChars(string text) { System.Text.StringBuilder sb = new System.Text.StringBuilder(); foreach (char c in text){ if(c>127) //…
- Kansas City .net User Group - May 2006Jeff Julian and John Alexander were nice enough to let me speak about the last night at the meeting. I've never spoken in front of that many people…
- Populating the DropDownList inside the FormView ControlFormView control is a template control and hence it allows other controls to be embedded inside it. You can also place a DropDownList control inside the…
- Memory Management in WindowsMemory Management in Windows Alright, if you need to get down to the nitty gritty of Windows memory management like I have to right now, then you don't…
- BizTalk: Questions for interview without answersThis article is a Part 1 of the Interview Questions series. Part 1: BizTalk: Questions for interview without answers Part 2: BizTalk: Interview questions…
- Make your exceptions shine with SQL Server Exception Message BoxIf you've been using the SQL Server Management Studio that comes with SQL Server 2005 for a while, you might noticed this nice message box that shows all…
- DotNetNuke Premium Modules - Child Portal Vs Parent Portal and Avilable Vs AssignedIt's feels a little Awkward to be writing something as simple as this but then again, maybe this is why no one has written it and Google couldn't help me…
- Overriding the ToString() function of an enum.I like enums, but sometimes I wish I could provide a better mechanism for getting the descriptive name for the enum.
- Programmatically set IIS Authentication for a page.To use Mixed Windows Authentication one of the step is to set set authentication on one page only to be Windows Integrated, but not “allow anonymous”.(see…
- Exclusive GeeksWithBlogs Member Game Design Contest --Winner to get XBOX 360!Ever wanted to try your hand at Game Development? Been itching to play with.NET 2.0 but needed motivation to get started? Then you need to take the…
- C++/CLI and XML Code DocumentationFinally, in Visual Studio 2005, Microsoft now supports XML Code Documentation. Visual Studio now ships with XDCMake.exe which creates XML Documentation…
- 640 x 480 Projector from your Mobile/PocketPC/PSP? Digislide - one of the elite "global innovators" for 2006?I came across this article after it was syndicated in newspaper. A small Adelaide company,, based at Dry Creek, is earning worldwide attention after…
