Geeks with Blogs
HomeAbout
  • Win32 XP Key Recovery Utility
    Following 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…
    Willem Fourie · 2006-05-31
  • 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 >>
    Guenter Wallnoefer · 2006-05-31
  • More Things Great .NET Developers Should Know
    A 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…
    Matthew Podwysocki · 2006-05-31
  • Gotcha! Visual Studio Pre/Post-Build Events
    Visual 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.
    Dave Chestnutt · 2006-05-30
  • 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…
    Alois Kraus · 2006-05-28
  • Accessing Outlook items from C# .NET
    The following demostrates how to retreive data from items within an Outlook folder (called "MySubFolderName" under the Inbox folder) using .NET:
    Tim Huffam · 2006-05-26
  • Word 2007 Beta 2 Blogging and .Text
    Several 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…
    Jeff Julian · 2006-05-26
  • Invoke vs BeginInvoke
    Now that 2.0 (with its detection of accessing control properties from an incorrect thread) has become main stream there are numerous people realizing that…
    Greg Young · 2006-05-25
  • How to convert special characters to HTML encoded equivalents using C#.NET
    public string HTMLEncodeSpecialChars(string text) { System.Text.StringBuilder sb = new System.Text.StringBuilder(); foreach (char c in text){ if(c>127) //…
    Tim Huffam · 2006-05-25
  • Kansas City .net User Group - May 2006
    Jeff 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…
    Tim Hibbard · 2006-05-24
  • Populating the DropDownList inside the FormView Control
    FormView 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…
    Mohammad Azam · 2006-05-22
  • Memory Management in Windows
    Memory 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…
    Devin A. Rychetnik · 2006-05-22
  • BizTalk: Questions for interview without answers
    This article is a Part 1 of the Interview Questions series. Part 1: BizTalk: Questions for interview without answers Part 2: BizTalk: Interview questions…
    Leonid Ganeline · 2006-05-22
  • Make your exceptions shine with SQL Server Exception Message Box
    If 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…
    Szymon Kobalczyk · 2006-05-21
  • DotNetNuke Premium Modules - Child Portal Vs Parent Portal and Avilable Vs Assigned
    It'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…
    Rajiv Popat · 2006-05-19
  • 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.
    Robert May · 2006-05-19
  • 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…
    Michael Freidgeim · 2006-05-19
  • 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…
    Jeff Julian · 2006-05-17
  • C++/CLI and XML Code Documentation
    Finally, in Visual Studio 2005, Microsoft now supports XML Code Documentation. Visual Studio now ships with XDCMake.exe which creates XML Documentation…
    Matthew Podwysocki · 2006-05-17
  • 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…
    Dave Caddick · 2006-05-11
← Prev1…186187188…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.