ussherm

Stories submitted by ussherm

ReSharper - Show Type Hierarchy(stevenharman.net)

submitted by usshermussherm(5285) 5 years, 10 months ago

A couple of very useful, even if slightly obvious, keyboard shortcuts for Visual Studio w/ReSharper... Get ready to have your productivity soar*! * = no guarentees ;) read more...

add a comment |category: |Views: 14

tags: another

Another Bulletproof SQL Script Using INFORMATION_SCHEMA Views(stevenharman.net)

submitted by usshermussherm(5285) 5 years, 10 months ago

This article presents a SQL Script that will use the INFORMATION_SCHEMA Views to determine if a particular Stored Procedure exists in a database for a given schema... and an optional script that makes use of Template Parameters. read more...

add a comment |category: |Views: 13

tags: another

Building Plugins Resilient To Versioning(haacked.com)

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

Phil Haack discusses an event-driven approach to implementing a plug-in architecture. The biggest impact of this approach...? Making your plug-ins more resilient to versioning of the core application you're plugging into. read more...

1 comment |category: |Views: 4

tags: another

Proper Way To Find The Form(haacked.com)

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

Haacked gives us some tips (and sample code) for recursively searching an ASP.NET page's controls to get the ID of an HtmlForm control. As usual, good stuff from Haacked. read more...

add a comment |category: |Views: 0

tags: another

Subtext 1.5 Nautilus R and R Edition Released!(haacked.com)

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

The SubText Team is proud to annouce the release of SubText v1.5! SubText is an open source blogging engine written in C# for the ASP.NET platform. Read on for information on some great new features and to learn about the coming release plan! read more...

2 comments |category: |Views: 1

tags: another

[How-To] Save Your Visual Studio 2003 Settings.(stevenharman.net)

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

A quick-and-dirty guide to exporting and importing your Visual Studio 2003 IDE settings. A true time saver! A few of the settings covered include: External Tools, Fonts and Colors, Text Editor, Keyboard schemes and shortcuts, Windows layouts, and more... read more...

4 comments |category: |Views: 36

tags: another

Custom Output Caching in ASP.NET(stevenharman.net)

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

In this post I cover one of the finer points of Page Fragment Caching with the ASP.NET Framework - using the PartialCachingAttribute class and its varyByCustom parameter to provide customized caching of User Controls. There is even some sample code to help illustrate the point. read more...

add a comment |category: |Views: 11

tags: another

Java Succumbing to .NET in my Organization(theserverside.com)

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

An experienced Java developer talks about how .NET is taking the front seat in his organization's development teams... and covers a few of the reasons why. read more...

add a comment |category: |Views: 4

tags: another