- How low can you go?I can only wonder about the stick this Pilot must have got once he landed back at base? As someone who was in the RAAF I've always had a certain affection…
- The type or namespace name 'Pkcs' does not exist in the namespace 'System.Security.Cryptography'I had an error that was been driving me up the wall, CS0234: The type or namespace name 'Pkcs' does not exist in the namespace…
- Converting a System.Data.Linq.Binary (or timestamp) to a string and back again to avoid LINQ concurrency issuesI have been working on getting around the concurrency issues that LINQ has while working with disconnected DataContext's in an nTier environment. I…
- F# Solution : Project Euler Problems 1-3Problem 1 : If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23. Find the sum…
- What's Important at Code Camp?I've been reviewing my evaluations from the South Florida Code Camp 2008 and one of the comments brought out some interesting points. After reading the…
- Hyper-V on Win2008 RTM - VMM service fails to start? You must install 2008 using 'English (United States)'So as I'm going to be attempting this in the next few weeks it is interesting to note that this would appear to still be an issue with the RTM of 2008 as…
- VS 2008 - I want my prop snippet back!For those of us that implement INotifyPropertyChanged on our state objects, the new Automatic Properties feature of Visual Studio 2008 hasn't been very…
- Unique Data Columns in SQL Server 2005: A Quick Look
- Disposing CollectionView (Detaching your data and the CollectionView)Disposing CollectionView (Detaching your data and the CollectionView) One of my prior post talks about how CollectionView (and anything deriving from it…
- Windows 2008 + TFS 2008 it works but...So someone was bound to do it sooner or later... might as well be me ;-). I got the new shinny Windows 2008 ISO from MSDN and install in a VM. 20 min…
- LINQ to SQL - Implementing the Repository patternI have been working for the past few days to try and figure out how to get LINQ to SQL integrated into my normal nTier environment. I have also been…
- Creating Chart with Aspnet ReportViewer controlIntroduction This article shows on how to generate a chart (a graphical representation of data) using the aspnet ReportViewer control. Basically, this…
- Consuming a WCF serviceAdding references to WCF services is trivially easy with Visual Studio 2008, but if you're still working with 2005 there are a few things that need to be…
- Looking at .NET: The Disposable PatternOne of the more obscure things about the .NET Framework is the Disposable pattern used throughout the framework, supported via the IDisposable interface.…
- .NET WinPCapAs I stated in my last post, I am currently geeking out on packet capture software. The WireShark network analysis tool is pretty awesome and is built…
- The Road to OsloIf you have been keeping up to date with developments within the Connected Systems Division within Microsoft you will be aware of the “Oslo” initiative.…
- Geekswithblogs.net! DMARC – A new anti-spam effort that looks promising Posted By: Michael B. McLaughlin | 1/30/2012 3:45 PM | 0 Comments
- Running Visual Studio 2005 on IIS7, Windows VistaIf you are working with Windows Vista and IIS7 and developing web applications using Visual Studio 2005, you might want to know certain things before you…
- OneNote ResourcesAs I prepare to embark on this grand tour of Arizona User Groups, it occurs to me that I should have some place on the web for the people attending the…
- Url Rewriting Using ASP.NET MVC FrameworkFew days ago I wrote a post about Url Rewriting Using RewritePath Method. The basic idea was to rewrite the path to the correct one inside the…
