november 2006 - Posts
22 november 2006
Cheap skate way to do exception shielding in ASP.NET web services
You read it right. There is a very cheap way to shield exception information from an ASP.NET web service. Mind you, this is available only from ASP.NET 2.0 (and upwards presumably). So, what is exception shielding for web services? Preventing potentially valuable exception information from leaking to...
Read More...
22 november 2006
Learn to use "keyboard only" when programming
Loads of time I see fellow programmers and students of mine struggle with both the keyboard and the mouse when they are programming. Useful at first, but it will slow you down in the end. I’ve tried to adopt a “keyboard only” mode when programming. Meaning that I will only reach for the mouse when really...
Read More...
11 november 2006
Bitslapping contest: LX vs compile on Test integration in VS2005 part 2
Round 2: LX offense, compile defending Continuing the bitslap on unit test integration between Dennis and myself. Time to counter the first round . Ready, set, go. VS2005 comes with three frameworks for testing: Unit testing (in assembly Microsoft.VisualStudio.QualityTools.UnitTestFramework) Web testing...
Read More...
10 november 2006
Microsoft Photosynth technology preview
Microsoft Labs has released a tech preview of Photosynth . It is a web application that will show a 3D scene through a large series of photos. The site features several collections of photos, such as the Piazza San Marco in Venice, Italy and the Grassi Lakes in Canada. It is full of 3D animation and...
Read More...
10 november 2006
Cool Windows XP Theme: Zune
Normally I don’t change the appearance of my OS very much. But when I came across this Zune theme I did anyway (through theWPFblog right here ). I love the small fonts on the caption bars and the dark color is pleasant to the eyes.
Read More...
08 november 2006
Bitslapping contest: LX vs compile on Test integration in VS2005
Round 1: compile offense, LX defending Colleague Dennis (irl, compile in CS and WoW ) tries to give a few punches . He thinks that NUnit is a better testing framework than the one supplied by VS2005 (Team Edition for Developers, Testers and the Team Suite) I can’t do in VS2005 what he can with...
Read More...
08 november 2006
.NET 3.0 balloon joke
On theWPFblog you can see the celebration of the release of the .NET Framework 3.0. This post shows a nice set of balloons over the logo and release date of .NET FX 3.0. Real nice demonstration of the possibilities of WPF, … except that it is a Flash animation!
Read More...
08 november 2006
Is Linq to SQL here to stay?
A couple of days ago the October 2006 CTP of Visual Studio Orcas appeared. Loads of people blogged about it appearing, but I get the impression not a lot of people actually played with it. In the meantime Pablo Castro from the ADO.NET data team just posted on their weblog that: “ Also, since the ADO...
Read More...
07 november 2006
Sneak peak at Linq from C# 3.0 perspective
You might be wondering where all this C# 3.0 is going. Especially when reading the previous post on Lambda expressions . Let me give you a sneak preview of how Linq needs most of what’s in C# 3.0. Linq uses lambda expressions quite heavily. Linq expresses queries with query operators, which essentially...
Read More...
07 november 2006
C# 3.0 for mere mortals, part 5: Lambda expressions
Time to continue with the longest running series on C# 3.0. Lambda expressions originated from lambda calculus and found its way into functional languages such as Lisp and Haskel . Lambda calculus is all about calculations with functions. Functional programming on the other hand uses the application...
Read More...
02 november 2006
Don't overuse var keyword
Most of the Linq demos that are around show sample query expressions like this (the demos shown are largely from the 101 samples included with the May 2006 CTP): int [] numbers = { 5, 4, 1, 3, 9, 8, 6, 7, 2, 0 }; var lowNums = from n in numbers where n < 5 select n; The point of this posting is that...
Read More...
Home
Contact
Alex Thissen Weblog Build 1.15.10.1971
Disassembling my brain
RSS for Posts
Atom
RSS for Comments
Recent Posts
Microsoft Most Valuable Professional for 2010
Extracting files from an MSI package
WCF Extensibility part 5: Make your endpoints behave
WCF Extensibility part 4: Applying formatting to operations
WCF Extensibility part 3: Formatting operations
Tags
.NET FX 2.0
.NET FX 3.0
.NET FX 3.5
.NET FX 3.5 SP1
AJAX
ASP.NET 2.0
C# 3.0
Community
Conferences
Gaming
Humor
Linq
O/R Mapping
Personal
Projects
Protocols
Security
Talks
Testing
Tools and Utilities
Visual Studio 2005
Visual Studio 2008
WCF
Web Services
Windows OS
Archives
juli 2010 (1)
juni 2010 (1)
augustus 2009 (7)
juli 2009 (2)
juni 2009 (2)
mei 2009 (1)
maart 2009 (3)
februari 2009 (2)
januari 2009 (2)
november 2008 (1)
oktober 2008 (3)
augustus 2008 (4)
juli 2008 (3)
juni 2008 (1)
mei 2008 (1)
april 2008 (1)
maart 2008 (3)
februari 2008 (2)
januari 2008 (1)
december 2007 (3)
november 2007 (2)
oktober 2007 (1)
september 2007 (2)
augustus 2007 (2)
juli 2007 (6)
juni 2007 (1)
mei 2007 (1)
april 2007 (8)
maart 2007 (4)
februari 2007 (10)
januari 2007 (6)
december 2006 (14)
november 2006 (11)
oktober 2006 (3)
september 2006 (1)
augustus 2006 (3)
juli 2006 (12)
juni 2006 (8)
mei 2006 (2)
april 2006 (3)
maart 2006 (10)
februari 2006 (1)
januari 2006 (5)
december 2005 (5)
november 2005 (6)
oktober 2005 (9)
september 2005 (15)
augustus 2005 (6)
juli 2005 (16)
juni 2005 (9)
mei 2005 (3)
april 2005 (6)
maart 2005 (6)
februari 2005 (8)
januari 2005 (3)
december 2004 (6)
november 2004 (8)
oktober 2004 (4)
september 2004 (6)
augustus 2004 (6)
juli 2004 (11)
juni 2004 (14)
mei 2004 (24)
april 2004 (10)
maart 2004 (19)
februari 2004 (24)
januari 2004 (24)
december 2003 (9)
november 2003 (4)
oktober 2003 (3)
Search
Go
Community
Home
Blogs
Media
Wikis
Groups
Email Notifications
Events