- 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…
- LINQ Overview, part two (Lambda Expressions)LINQ Overview, part zero LINQ Overview, part one (Extension Methods) NOTE: This article is dedicated to Keith Elder...even if he never sent me a bologna…
- 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…
- Hirschberg Global Alignment in C# .NET 2.0Moved to here.
- WCF Latency Test Harness and WCF PerformanceMoved to here.
- FTP error 425, "Can't open data connection."One of the most common questions I get about FTP has to do with error 425, "Can't open data connection." This is indeed a protocol level error that is…
- Bandwidth costs and time for SneakernetDoes transferring a terabyte of data via sneakernet make sense? First, consider the bandwidth capabilities and monthly cost of a few common Internet…
- Aspect Oriented Programming with .NET with WindsorUpdate: Fixed some code issue and added a bit more discussion With our group, we've discussed IoC quite often as part of the discussion. Some are pretty…
- Dear Blizzard, Please Fix Warcraft's PatcherBlizzard Entertainment's World of Warcraft is ostensibly the most popular massively-multiplayer roleplaying game available in the present market. It was…
- Zune Playlists Easy to Create?I was pondering late last night how can I get along with the new Zune software. No more name calling and bashing the moderators at Zune.net forums. I…
- Finding and killing SSAS SessionsIf you have a reasonably large Analysis Services implementation with users running adhoc queries via multiple tools (ProClarity, Excel, etc...) then you…
- Design by Contract and C# (without Spec#)After finishing the mini-lecture circuit and my often viewed dive into Spec#, I decided to see if anyone else was working in the Design By Contract (DBC)…
- We Are Microsoft | Texas Discovery Gardens In this interview, Doug and I speak with Zach Young and Jay Smith from the Northwest…
- Dropping a User's Default Database in SQL Server 2005What happens if you drop a user's default database in SQL Server 2005 and the user then tries to use SQL Server Management Studio? You get this crystal…
- HowTo: Set up your project for Window's Workflow (C# style)Any C# project can contain Workflow definitions. They're just code file and/or XAML files. The trick is getting Visual Studio to recognize the project as…
- My Adventures in F#Update: Added new Hanselminutes show on F# and other links With the new year comes new challenges. Recently I've been looking to take my background in…
- F# Solution : Project Euler Problem 25The Problem : What is the first term in the Fibonacci sequence to contain 1000 digits? The sweet solution : ahh... such power and elegance....
- Geekswithblogs.net3 Ways to update the Application Tile Content in Mango Posted By: mbcrump | 8/30/2011 6:03 AM | 0 Comments Introduction Have you ever wondered how to…
- DC ALT.NET Meeting January WrapupWell, we had another great DC ALT.NET meeting last night. I want to send a special thank you to CMAP, Randy Hayes and for allowing us to crash the…
- Have worker thread update ObservableCollection that is bound to a ListCollectionViewWhile playing around with WPF, I tried to do some multithreading where I have a worker thread updating my ObservableCollection, while having a…
