- Windows CE: Simple Little Registry EditorThe Simple Little Registry Editor can be downloaded from:
- WP7, XNA, the GC, and You (and Silverlight too!)Some of you may have come across this helpful blog post recently, discussing when the garbage collector (a/k/a the GC) runs on Windows Phone 7 devices. Anyone who has programmed in XNA for the Xbox…
- IUpdateable has moved to ericnelson.wordpress.com - GuestPost\[Check out other guest posts if you like this one. They are often better than mine!\] One thing I miss about being the Technical Editor of the UK MSDN Flash is interacting with smart individuals t…
- 10 Reasons NOT to date a Geek (unless they don’t follow this pattern!)Well I’ve seen so many 10 reasons to date a geek that I thought I would go with the opposite, having dated a few in the past! Share the knowledge so to speak! Bear in mind that I am also a geek so …
- 10 Things C++ Developers Learning C# Should KnowAfter taking a lot of time with C# fundamentals, I decided to go down a different road this week and talk about some of the differences in C# that can be troublesome to people who are used to C++ d…
- 1,000 Year Countdown?This was one of the most uncomfortable articles that I read this year:
- A potentially dangerous Request value was detected from the clientDue to an upgrade from .Net 2, 3.0 or 3.5 to .Net 4.0 or you are starting a new .Net 4.0 project, you may run into this message:
- ApiChange Is Released!I have been working on little tool to simplify my life and perhaps yours as developer as well. It is basically a command line tool that allows you to execute queries on your compiled .NET code base…
- Bluetooth. Why Blue??? Why Tooth???Well, I’m posting this because during the last week three different people in three completly different environments asked me why is Bluetooth called “Bluetooth”. Why not Goldentooth? 🙂 Why not Bl…
- BotiquetteToday, at Build 2016, Microsoft revealed a new AI tool for developers called the Bot Framework. The Bot Framework allows developers to write software bots that interact with people (and other bots)…
- BUG TRIAGE MEETING – SEVERITY & PRIORITYPosted on Friday, August 20, 2004 3:02 AM
- C#/.NET Little Wonders: Cross Calling ConstructorsJust a small post today, it’s the final iteration before our release and things are crazy here!
- C#/.NET Little Wonders: Empty(), DefaultIfEmpty(), and Count() Extension MethodsOnce again, in this series of posts I look at the parts of the .NET Framework that may seem trivial, but can help improve your code by making it easier to write and maintain. The index of all my pa…
- C#/.NET Little Wonders: Indexer Initializer SyntaxOnce again, in this series of posts I look at the parts of the .NET Framework that may seem trivial, but can help improve your code by making it easier to write and maintain. The index of all my pa…
- CISCO VPN Client Software on Windows VistaWhen working with your new version of Windows Vista, after you install your Cisco VPN Client software – which I did – you might get the error:
- Declare different CSS rules for Firefox and Internet Explorer 7The post Creating different CSS style selector definitions for different browsers (Firefox, Internet Explorer 7 and IE 6.0) with subsequent comments desribes that
- Developers Petition Microsoft To Continue Support For VB6It seems that there are a few developers out there that are trying to petition Microsoft to keep VB6 alive.
- DirectorySearcher.FindAll() -should have PageSize=1000When you are calling DirectorySearcher.FindAll() and there is a chance to have more than 1000 records back, you must set PageSize to non-zero value, preferably 1000. Otherwise only the first 1000 r…
- Dynamic Attributes in C#Things have been busy and it’s been a while since my last post, so I decided to write up a post today related to something I have been working on recently where in I needed a way to associate an at…
