- 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…
- 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 defined in the RFC. Its meaning is obvious: th…
- 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 connections.
- Aspect Oriented Programming with .NET with WindsorUpdate: Fixed some code issue and added a bit more discussion With our DC ALT.NET group, we've discussed IoC quite often as part of the discussion. Some are pretty new to the concepts of using Depe…
- 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 released to the United States in November of…
- 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 needed to be a responsible Zunian(no I am not a…
- 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 have probably run into problems with long-ru…
- 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) arena with C#. Greg Young and I often talk …
- We Are Microsoft | Texas Discovery Gardens In this interview, Doug and I speak with Zach Young and Jay Smith from…
- 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 clear error message:
- 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 supporting worfklows for design-time suppor…
- 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 statistics and get back into graduate school. …
- F# Solution : Project Euler Problem 25The Problem : What is the first term in the Fibonacci sequence to contain 1000 digits?
- Geekswithblogs.net3 Ways to update the Application Tile Content in Mango
- 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 Chris Steen for allowing us to crash the architecture special interest group. I…
- 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 ListCollectionView of that ObservableCollection being …
