I had a situation today where I have a stored procedure that is structured as follows:
1 CREATE PROCEDURE _Entity_GetByKeywordTypeDateRange(
2 @keyword varchar(255) = null,
3 @typeA bit = 0,
4 @typeB bit = 0,
5 @typeC bit = [...]
I caught a pretty awesome tip over Twitter today.
One of the annoying things about using the “Package Manager Console” in NuGet is that you’re constantly scrolling up and down the list of results. If you’re like me, and you keep your console in the lower panel in VS2010, it’s not exactly easy to see a [...]
Visual Studio 2010 has built in support for –vsdoc files, which add Intellisense support for javascript libraries. This is a great feature and is suprisingly easy to get set up.
Setting up jQuery Intellisense
Prerequisite for Visual Studio 2008 users
If you’re using Visual Studio 2008, make sure you’re as SP1 and install this patch to enable vsdoc [...]
UPDATE: Streaming Video Solution Added!!!
I’ve completed my first screencast on what’s new in MVC3, covering new features such as Razor View Engine, NuGet, and Multiple View Engine support.
I’m working on getting a streaming solution worked out, but until then, I’m including a link to download the screencast in High Definition .mp4 format. The file is [...]
I did a tech talk (an internal presentation for Tallan) on 11/30 with the intent to do a quick demonstration of the new features of ASP.NET MVC3. Unfortunately (or fortunately, depending on how you look at it), there’s are just too many new features to cover in a 45 minute presentation.
I’m writing a series of [...]