By tag: StevenHarman
0
kicks
A Little More Sugar for Testing Routes in asp.net MVC
Building on the Fluent Route Testing from MVC Contrib, this is another extension for testing ignored Routes.
0
kicks
ReSharper 4.0 EAP Nightly Builds are Now Available!
That's right kids... those early bits are now available for download - if you're daring! :)
0
kicks
Stop Refactorbating or You'll Go Blind!
A new term for the developer lexicon: Refactorbation.
0
kicks
Expectation Based Testing with Mocks
An example and walk-through showing how to use mocks, Rhino.Mocks that is, to do expectation based testing... with a little BDD flavor thrown in just for fun.
0
kicks
Riding The Geek Rewrite Wave
Rob Conery like to ask the tough questions. In this post he asks when do you know its time to do a rewrite... and how do you tell your client that. Oh, and he has a good bit of fun at my expense along the way. :)
0
kicks
CodeMash Open Space Podcast: Open Source on .net
From the recent CodeMash conference: an Open Spaces talk discussing Open Source software on the .net platform - and WebDevRadio just happened to be there and got it all on tape... err, digitally recorded.
0
kicks
Visual Studio Tip: Kill That Build!
Have you ever accidentally started to compile your code and you didn't mean to... so you're stuck waiting for Visual Studio to finish so you can get back to work? Why not just cancel the build with a keystroke?
0
kicks
Get Ruby-esq Each Iterators in C# 3.0
An Extension Method that will shine a little Ruby-goodness on your hum-drum C# world - bringing Ruby's .each method to IEnumerable. Iterators, lambda methods, and solubility!
0
kicks
A Better Search and Replace for Your Database
Using SQL Server's built in Replace function to do a Search & Replace in Text and NText fields using a cast to nvarchar(MAX).
0
kicks
Search Driven Uninstall for Visual Studio 2008 Betas
Use Vista's search integration to make finding and uninstalling the mountain of VS2008 dependencies quicker and easier!
0
kicks
You Say MVC for ASP.NET, I Say mvc.net
A proposed name for the Microsoft-ASP.NET-System.Web-MVC-byScottGo-Framework
0
kicks
Multi-targeting VS2005 and VS2008 Web Application Projects - A Gotcha
Tips on Multi-targeting VS2005 and VS2008 Web Application Projects
0
kicks
Attn: Windows Update - Stop Installing the Same Updates Over and Over!
Microsoft recently pushed out a Visual Studio patch via Windows Automatic Update. The fun part... Automatic Update wants to install-and-reboot over and over again. Make it stop with this workaround.
0
kicks
Setting a Default Browser for Visual Studio
Want to launch a particular web browser when selecting "View in Browser" or debugging your web application from within Visual Studio? Read on to learn how.
0
kicks
Use the PageRequestManager to Get More Control of Your UpdatePanels.
The ASP,NET AJAX framework provides a new client-side JavaScript class that defines properties, events, and methods that can be used to on any page that has at least one UpdatePanel and a ScriptManager control. Use this class to take back control of your UpdatePanels and the pages they live on.