Blog page 8
Validator Callout doesn't display on second control after fixing first control
There’s a bug in the Validator Callout in the AJAX Control Toolkit documented by bugs 10900, 12342, 15698, and 11701 on the Code Plex site....
LINQ to SQL Visualizer isn't in the transaction it is visualizing
The LINQ to SQL Visualizer is a phenomenal tool. This is how debugging should be done....
Compile time reminders
For ages I’ve wanted to be able to put a comment of some kind in my code that I could get to come up during a build....
Filter Sql Server Profiler by Database
Ok, I stumbled with this one enough times to log it here. I want to tune a database I’m working with....
Thinking in JavaScript for the C# Developer
I had the great privilege and honor of presenting “Thinking in JavaScript” at the SouthEast Valley ....
DropDownList's SelectedValue in JavaScript
Ok, I’ve forgotten this more times than I care to remember, and each time, I have to re-Google it....
Double-click the document in Solution Explorer -> Code View by default
Ok, this has been an annoyance for long enough. I’m in Visual Studio. I double-click on a web service’s code behind file in the Solution Explorer, and up pops an empty designer window....
Update Statistics for all tables
Statistics in Sql Server are awesome for improving performance of queries. There’s a lot of voodoo behind the scenes, but the end result is fast, and that makes users smile....
LINQPad – Query Analizer for Linq
There’s an awesome tool called LINQPad by Joseph Albahari – completely free, download here. (“LINQPad is not an open-source product and the source code is protected by standard copyright laws....
Linq to Sql Query Visualizer
Scott Guthrie described an awesome Linq to Sql Query Visualizer here. His context is Visual Studio 2008 Beta 2....