- NetCmdlets Cheat Sheet (PowerShell)Last winter, Ben Pearce put together a little PowerShell Cheat Sheet. I printed it out and I keep it handy at my desk. It occurred to me that a cheat sheet would be useful too, so I borrwed Ben's s…
- Getting started with ADO.NET Entity Framework. Part I: Mapping entitiesTwo months ago, after listening to .NET Rocks! show with Daniel Simmons, I was really curious to learn more about ADO.NET Entity Framework (EF). As part of my learning I was ready to write a tutori…
- Consuming WCF Services from COM using C++A little while back Martin sent me a question on some of the examples in Chapter 10 of our book . The point of the question was how to dynamically consume a WCF services (late bind) from C++ using …
- .NET 3.5 changes to GC.CollectDuring my talk on Garbage Collection in .NET at the Jacksonville Code Camp 2007, Joe Healy mentioned that I should take a look at the changes made to the GC in the .NET Framework 3.5 release. (This…
- How Firefox Handles Empty SRC tagsI ran into a crazy issue while working on my ASP.Net 2.0 application in Firefox this week and thought I'd share...
- Apple Force Installs iTunesSo imagine Microsoft releases a new patch for Windows Media Player. You install it and now you have the Zune software. How many people do you think would be pissed about that?
- Are you googling in your class?Google has several products available to educators that you might find of interest to use yourself or with your students.
- T-SQL – 1 million records in 1 secondI thought this is worth noting. This is the way to generate 1 million records within 1 second in SQL Server 2005. I'll have the code pasted here so that I can have a reference the next time I need …
- log4net and changing the logger levelsRecently I had the need to change the logging level for all loggers due to the need to hit the logging statements for NCover. This was harder than it appeared, and I couldn't really find anything o…
- Free on-line alternative to MS Office - Zoho, now in on-line and off-line modesTry this for size? and they are also extending the fuctionality of this to include off-line use as well based on the Google Gears project - more info on this development on their blog at http://blo…
- Difference between "throw" and "throw ex" in .NETException handling seems to be a common problem for .NET developers, particularly younger developers. We pretty much all know that you should wrap operations that have the potential for failing in …
- The maximum nametable character count quota (16384) has been exceededIt has been a while since I last posted, but I haven't stopped working:) I am currently on a project involving WPF and WCF. While I am not a big fan of WPF, but I quite like WCF.
- C# 3.0 Extension MethodsAt one time or another most of us have wished we could add functions to one of the intrinsic .NET classes. The solution has always been to either create a static (or sealed) class that contains the…
- The Code Project Browser Add-in for Visual Studio![cpbrowser2\[1\]](http://gwb.blob.core.windows.net/sdorman/WindowsLiveWriter/TheCodeProjectBrowserAddinforVisualStudi118BF/cpbrowser211.jpg)
- C# 3.0 Lambda Expressions replacing Anonymous MethodsC# 3.0 Lambda Expressions replacing Anonymous Methods
- Greenfield design - should you use Terminal Server/Citrix or VMware's VDI?Greenfield design - should you use Terminal Server/Citrix or VMware's VDI?
- Social content in context with Google Reader's "Next" bookmarklet! I don't regularly use desktop or web-based RSS feed aggregators for the fact that they take the content away from its context. It usually doesn't add much, but sometimes I can gauge things like p…
- SSAS 2008: Data Management ViewsVidas recently did a post about a couple of new features that will be available in SSAS 2008 (but that are not in the July CTP). One of which was DMVs (Data Management Views.
- WF Rules and MS BRE - Comparing PerformanceI’ve been asked a few times how the performance of WF (Windows Workflow Foundation) Rules compares with that of the Microsoft Business Rules Engine (MS BRE). Having done no testing, I could only gu…
- Better.Dev- March, 2009 (1) - September, 2008 (1) - August, 2008 (1) - May, 2008 (1) - February, 2008 (1) - December, 2007 (1) - November, 2007 (1) - October, 2007 (1) - August, 2007 (2) - July, 2007 (2) - J…
