Sign in
Dan Gartner's codetastic blog about programming and other things (such as hotdogs, for instance).
Apparently, this is a blog.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
asp.net ajax
attached
behavior
deepzoom
deepzoompix
deepzoompiz
mvvm
retry
seadragon
try
wpf
Archive
Archives
April 2012
(1)
June 2010
(1)
March 2010
(1)
November 2009
(1)
October 2009
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Dan Gartner's codetastic blog about programming and other things (such as hotdogs, for instance).
Using Assert::ExpectException with Native Unit Testing in VS11
Posted
over 1 year ago
by
dgartner_live.com
0
Comments
The native unit testing capabilities in VS11 beta are very cool indeed. Being mainly a managed code developer, I was left wondering how to pass a test if an expected exception is thrown (a al the [ExpectedException] attribute I’ve used with MS-TEST in...
Dan Gartner's codetastic blog about programming and other things (such as hotdogs, for instance).
Useful Windows and SQL Azure Whitepapers
Posted
over 3 years ago
by
dgartner_live.com
0
Comments
Below is a collection of useful whitepapers on Windows and SQL Azure that have been recently released. I plan on updating this page as others are released. Developing and Deploying with SQL Azure Brief Description This document provides guidelines on...
Dan Gartner's codetastic blog about programming and other things (such as hotdogs, for instance).
Trying and Retrying in C#
Posted
over 3 years ago
by
dgartner_live.com
5
Comments
I sometimes encounter a requirement where we want to execute some code and, if that method throws an exception, we want to retry executing it several times until some limit is reached. In this scenario, the thrown exception was expected at times...
Dan Gartner's codetastic blog about programming and other things (such as hotdogs, for instance).
WPF Attached Behavior Example – Watermark Text
Posted
over 4 years ago
by
dgartner_live.com
1
Comments
I’ve been working on a relatively simple WPF application lately, in an effort to effectively follow the MVVM pattern, I’ve been working with custom attached properties. In my app, I have some textboxes that I want to contain some default text that is...
Dan Gartner's codetastic blog about programming and other things (such as hotdogs, for instance).
ASP.Net AJAX – Seadragon AJAX Control – making it work with DeepZoomPix
Posted
over 4 years ago
by
dgartner_live.com
0
Comments
The latest version of the AJAX Control Toolkit includes a new SeaDragon control that allows you to DeepZoom images with pure JavaScript. This is very cool, however, the instructions for embedding the viewer seem to already be out of date. The instructions...
Page 1 of 1 (5 items)