- F# Solution : Project Euler Problems 1-3If 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 of all the multiples of 3 or 5 below 1000.
- 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 comments, I thought it might be a good time t…
- 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 the Hyper-V is still in beta.
- 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 useful. In fact, the snippet prop that used t…
- 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)
- Windows 2008 + TFS 2008 it works but...So someone was bound to do it sooner or later... might as well be me ;-).
- 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 trying to follow along with the general principl…
- Creating Chart with Aspnet ReportViewer controlThis article shows on how to generate a chart (a graphical representation of data) using the aspnet ReportViewer control. Basically, this report is called an rdlc file “Local Mode” which means that…
- 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 considered when referencing WCF services in…
- 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. This pattern is so pervasive throughout .NE…
- .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 using the WinPCap library which is itself a po…
- 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. Microsoft has released information about thi…
- Geekswithblogs.netDMARC – A new anti-spam effort that looks promising
- 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 panic on getting issues with creating http:…
- 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 presentations to learn more about OneNote. In…
- 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 Application\BeginRequestPath method. This worked out o…
- Getting Started with ASP.NET MVC FrameworkToday, I played around with the new ASP.NET MVC Framework. I have to admit it is quite intriguing. I created a small application in which the user can select a particular category and view all the …
- LINQ Overview, part two (Lambda Expressions)LINQ Overview, part one (Extension Methods)
- Creating a SharePoint Solution Package (.wsp) in 5 stepsFor those who are new to the SharePoint solutions and features I would recommend to try the SharePoint Solutions Generator, which is a part of the Windows SharePoint Services 3.0 Tools: Visual Stud…
