Stories recently tagged with 'StevenHarman'

A Little More Sugar for Testing Routes in asp.net MVC(stevenharman.net)

submitted by usshermussherm(5285) 3 years ago

Building on the Fluent Route Testing from MVC Contrib, this is another extension for testing ignored Routes. read more...

add a comment |category: |Views: 185

tags: another

ReSharper 4.0 EAP Nightly Builds are Now Available!(stevenharman.net)

submitted by usshermussherm(5285) 3 years, 11 months ago

That's right kids... those early bits are now available for download - if you're daring! :) read more...

2 comments |category: |Views: 2

tags: another

Stop Refactorbating or You'll Go Blind!(stevenharman.net)

submitted by usshermussherm(5285) 4 years ago

A new term for the developer lexicon: Refactorbation. read more...

add a comment |category: |Views: 1

tags: another

Expectation Based Testing with Mocks(stevenharman.net)

submitted by usshermussherm(5285) 4 years ago

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. read more...

add a comment |category: |Views: 10

tags: another

CodeMash Open Space Podcast: Open Source on .net(stevenharman.net)

submitted by usshermussherm(5285) 4 years ago

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. read more...

add a comment |category: |Views: 5

tags: another

Riding The Geek Rewrite Wave(blog.wekeroad.com)

submitted by usshermussherm(5285) 4 years ago

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. :) read more...

add a comment |category: |Views: 7

tags: another

Visual Studio Tip: Kill That Build!(stevenharman.net)

submitted by usshermussherm(5285) 4 years ago

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? read more...

add a comment |category: |Views: 21

tags: another

Get Ruby-esq Each Iterators in C# 3.0(stevenharman.net)

submitted by usshermussherm(5285) 4 years ago

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! read more...

add a comment |category: |Views: 12

tags: another

A Better Search and Replace for Your Database(stevenharman.net)

submitted by usshermussherm(5285) 4 years, 1 month ago

Using SQL Server's built in Replace function to do a Search & Replace in Text and NText fields using a cast to nvarchar(MAX). read more...

add a comment |category: |Views: 0

tags: another

Search Driven Uninstall for Visual Studio 2008 Betas(stevenharman.net)

submitted by usshermussherm(5285) 4 years, 2 months ago

Use Vista's search integration to make finding and uninstalling the mountain of VS2008 dependencies quicker and easier! read more...

1 comment |category: |Views: 1

tags: another

You Say MVC for ASP.NET, I Say mvc.net(stevenharman.net)

submitted by usshermussherm(5285) 4 years, 3 months ago

A proposed name for the Microsoft-ASP.NET-System.Web-MVC-byScottGo-Framework read more...

add a comment |category: |Views: 6

tags: another

Multi-targeting VS2005 and VS2008 Web Application Projects - A Gotcha(stevenharman.net)

submitted by diggerdanhdiggerdanh(295) 4 years, 4 months ago

Tips on Multi-targeting VS2005 and VS2008 Web Application Projects read more...

add a comment |category: |Views: 10

tags: another

Attn: Windows Update - Stop Installing the Same Updates Over and Over!(stevenharman.net)

submitted by usshermussherm(5285) 4 years, 4 months ago

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. read more...

add a comment |category: |Views: 9

tags: another

Setting a Default Browser for Visual Studio(stevenharman.net)

submitted by usshermussherm(5285) 4 years, 6 months ago

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. read more...

add a comment |category: |Views: 29

tags: another

Use the PageRequestManager to Get More Control of Your UpdatePanels.(stevenharman.net)

submitted by usshermussherm(5285) 4 years, 7 months ago

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. read more...

1 comment |category: |Views: 16

tags: another

Lightbox and Subtext Galleries Integration (stevenharman.net)

submitted by siphilpsiphilp(867) 4 years, 7 months ago

integrate Lightbox JS into Subtext's photo galleries read more...

add a comment |category: |Views: 35

tags: another