Welcome to Geekdojo Sign in | Join | Help

.NET (RSS)

.NET

Looking for the right exception?

This is mostly for my own reference; I am usually looking for the right exception to throw so here is a single list with everything deriving from System.Exception nicely nested and linked: System.Object   System.Exception     
posted by jez | 0 Comments
Filed Under:

Wanted: Experienced Tester to join the TT team

Our team currently has an opening for an experienced tester.  We are looking for someone who has the ability to implement and execute a testing strategy for our team utilizing some of the latest Microsoft technologies (like team system and foundation
posted by jez | 3 Comments
Filed Under: ,

How to return an array - null or empty?

I was writing some code today and had a few methods that were returning arrays of values.  I was wondering what the guidelines were about the proper way to return an array from an API so I did a quick search and turned up the following: “String
posted by jez | 2 Comments
Filed Under:

Visual Studio Won't Debug - Symbols not loaded - Fixed

Debugging stopped working on my laptop today.  No symbols would load for any assembly.  Even trying to load the symbols manually in the modules window wouldn't work.  I found the answer to this problem over on Min Kwan Park's blog.
posted by jez | 2 Comments
Filed Under:

HttpUtility.UrlEncode Does not encode spaces properly

I realized a while back that HttpUtility.UrlEncode does not properly encode spaces for URLs.  It encodes a space as a “+“ which most browsers do not interpret as a space for the obvious reason that + is actually a valid character for
posted by jez | 4 Comments
Filed Under:

SOA Data - Inside vs. Outside

Pat Helland has struck gold yet again with a great paper on SOA data over at MSDN.  This time he goes into detail about how to manage data both inside and outside the service edge.  There is so much to un-learn when doing SOA development,
posted by jez | 0 Comments
Filed Under: ,

Exporting Font and Color setting in Visual Studio

Not too long ago I got another computer for development @ work and needed an easy way to copy my font and color settings from my one machine to the other.  The solution? Export the  [HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\7.1\FontAndColors]
posted by jez | 0 Comments
Filed Under:

Windows Forms FAQ

Found a nice link to a site with some good WinForm tips by George Shepherd.  http://www.syncfusion.com/FAQ/WinForms/   .
posted by jez | 0 Comments
Filed Under:

Response.Cookies Bug

Admittedly, I am no Brad Abrams when it comes to API design and usage but I am pretty sure that this API faux pas constitutes itself as a bug.  The bug is in HttpCookie and has to do with the Value and Values properties.  You can use the following
posted by jez | 0 Comments
Filed Under:

Prevent Client Side Caching with HttpModules

I am attempting to build a totally anonymous feedback system here at work and so I needed to find a way to prevent clients from caching any data coming off the server.  I started out by just putting in the standard cache killing code in the actual
posted by jez | 2 Comments
Filed Under:

Web Design - Control Layout

Ever since I was wee programmer I was taught that “good” gui design (as it related to controls) meant that you align labels and control right next to each other.  So if one were to create a data entry screen it would like so:
posted by jez | 0 Comments
Filed Under:

Web Design Guidelines

I was doing a little leg work for project TruckerHat (a significant re-design project I am tasked with this quarter) and came across a nice site put together by Oracle affectionately called BLAF (browser look and feel).  The site contains some pretty
posted by jez | 2 Comments
Filed Under:

C# Compiler Line Limit

Well I found out today that the C# compiler only allows 2046 characters on one line.  I wonder why this is the case? Why was I putting 2046+ characters on one line you ask?  Well I was pasting in a rather large error message so I could play
posted by jez | 2 Comments
Filed Under: ,

ObjectSpaces Sample Code from PDC now available

Thanks Andrew for posting the links to Luca's sample code from his PDC presentation.  This is good stuff!  
posted by jez | 0 Comments
Filed Under: ,

Why bother learning XAML?

I must say I am pretty hesitant to spend much time learning much about XAML right now since I think we are going to have a lot of options to develop XAML apps visually in the future.  The most interesting buzz that I have heard is about Microsoft's Sparkle.
posted by jez | 0 Comments
Filed Under:
More Posts Next page »