Visual Studio

Mindscape Visual Studio File Explorer

In the spirit of supporting New Zealand made I’ve just installed the free Visual Studio File Explorer Add-In from Mindscape. It’s a neat idea, and in theory it should suit my developing style pretty well. The Visual Studio File Explorer Add-in (sexy name we know, but hey, it’s self documenting) is a free Tool Window add-in for VS 2008 that provides a Windows Explorer style file system view. It’s particularly useful for performing routine file system tasks without the need to “context switch” away from Visual Studio, which can be time-consuming over the course of...

posted @ Thursday, August 14, 2008 5:25 PM | Feedback (0) Filed Under [ Visual Studio ]

Echo Chamber++; SP1 for VS 2008 and .NET 3.5 released;

Visual Studio 2008 and .NET Framework 3.5 both had their SP1 releases a couple of days ago, but I’ve not had time to install it. So this post is basically a reminder to myself and a place to store some links. I’ve skimmed over a few people mentioning a couple of compatibility issues with the VS2008 release, so take a skim through the comments sections of these posts before installing to see if you're going to be affected or not. Link: Service Pack 1 for VS 2008 and .NET FX 3.5 released! Link: More about .NET Framework...

posted @ Thursday, August 14, 2008 4:55 PM | Feedback (0) Filed Under [ Visual Studio Web Development ]

Identation and Readability

Somehow (and I can't remember how) I recently ended up reading the Wikipedia entry for the K&R style of indentation. K&R just seems so ugly to me – who out there loves it and feels like defending it for my benefit? Indentation styles are such a personal preference, I get that. But K&R just seems to sacrifice so much readability for what? Is it just a case that it's defenders simply can't adjust to anything else? On the subject of indentation styles, I'm wondering a lot about the default HTML formatting built into Visual Studio 2008. When I...

posted @ Sunday, June 29, 2008 11:06 PM | Feedback (0) Filed Under [ Visual Studio Web Development ]

ReSharper 4.0 Released

Existing ReSharper users are no doubt already aware that the 4.0 release is now out. If you’ve never used ReSharper and want to check it out, then now would be a good time. The 4.0 release looks to be packed full of new features, as well as providing support for LINQ and C# 3.0 (oh and it does VB as well if you’re into that). This release also fixes a small graphical display bug which I was only getting on my XP64 system around Visual Studio window resizes. Get it here. Tags: ReSharper...

posted @ Thursday, June 12, 2008 11:22 PM | Feedback (0) Filed Under [ Visual Studio ]

Visual Studio 2008 crashing on 64bit XP systems with ReSharper 3.1

While the above configuration probably isn't the most common out there, google provides lists of many other people who have been experiencing rather frustrating issues where Visual Studio 2008 seems to die a horrible death - either when using find and replace functionality, or (randomly) when editing css stylesheets. The latter seems to be a problem with ReSharper users only, however the former issue affects any 64bit XP system running VS2008. It turns out that this crash is the result of a bug in the Wow64 layer of Windows x64 (XP/2003 – it has been fixed in Vista...

posted @ Tuesday, April 22, 2008 12:15 AM | Feedback (0) Filed Under [ Visual Studio ]

VS 2008 Web Development Hot-Fix Roll-Up Available

Scott Guthrie posted on Friday about the release of the long awaited hotfix. Although there are a lot of issues addressed with this release, the ones I was most interested in were those around HTML Source view performance - after a quick test this morning it seems fixed. (Thanks Sonic, that's a nice way to start my Monday!) Link: Scott Guthrie: VS 2008 Web Development Hot-Fix Roll-Up Available Tags: Visual Studio , Microsoft

posted @ Monday, February 11, 2008 9:53 AM | Feedback (0) Filed Under [ ASP.NET Visual Studio Web Development ]

From the "glad it's not just me" files

Initially I thought it was possibly my work machine playing up when the Visual Studio 2008 HTML designer was crawling. I went through and applied all the usual tweaks for 2005 in an attempt to speed things up, but no joy. So I'm quite relieved to find out that it's a known bug. A hotfix is due shortly, and Scott Guthrie has promised to blog about it when it's released. Until then, it's back to Notepad for me! Woo! Tags: Visual Studio , Microsoft

posted @ Thursday, February 07, 2008 3:16 PM | Feedback (1) Filed Under [ Visual Studio Web Development ]

Visual SourceSafe 2005 Update

For those wanting to run Visual SourceSafe 2005 with Visual Studio 2008 (hang on, does anyone actually *want* to run Visual SourceSafe?), grab the recently released update (December 13th 2007) which is a rollup pack containing bugfixes as well as improved compatibility with VS2008. Tags: Microsoft , SourceSafe , Visual Studio

posted @ Friday, December 14, 2007 11:20 AM | Feedback (0) Filed Under [ ASP.NET Visual Studio ]

ASP.NET 3.5 Extensions CTP Preview Released

Get your early dose of MVC goodness for Visual Studio 2008 here (and here for the MVC Toolkit extras). There's interesting mention of a few other items included in the extensions preview. One thing I've not followed closely is ADO.NET Data Services. The ADO.NET Entity Framework is billed as "a modeling framework that enables developers to define a conceptual model of a database schema that closely aligns to a real world view of the information". I'm very interested to see how this competes with something like LLBLGenPro (or even if that's it's intention in life). Tags: ASP.NET...

posted @ Monday, December 10, 2007 10:47 PM | Feedback (0) Filed Under [ ASP.NET Visual Studio ]

A few quick links

Joel on Software's Strategy Letter VI - On Lotus Symphony, AJAX, and history repeating itself. The post is a couple of months old now, but I missed it when it was first posted. Worth a read. What's Ailing ASP.NET Web Forms - Rick Strahl on the historical strengths and weaknesses of ASP.NET webforms (prompted by the impending release of Microsoft's ASP.NET MVC framework). Using Visual Studio 2008 with VSS (Visual SourceSafe) - basically "grab the patch", or migrate to some decent source control (yeah I added the second one in). Facebook Beacon Privacy Issues Worse Than Previously...

posted @ Wednesday, December 05, 2007 10:40 PM | Feedback (59) Filed Under [ Visual Studio Web Development Miscellaneous ]

Full Visual Studio Archive

About me

My name is Ross Hawkins and I'm a Developer, Consultant and Writer based in Auckland, New Zealand (pictured below!). My current work revolves around ASP.NET, C#, jQuery, Ajax, SQL Server, and a mix of other Microsoft development technologies.

I also have about 14 years of experience with IBM Lotus Notes/Domino and associated technologies. While Notes/Domino is no longer my primary focus I still like to dabble and keep my skills up to date.

I own and run 2 businesses - Hawkins Consulting Services, and Ignition Development.

Bethells Beach, located in sunny West Auckland, New Zealand


Subscribe

Subscribe to this feed


Search




Popular Content

Troubleshooting WebResource.axd

The .NET 2.0 framework changed the way clientside JavaScript is delivered to the browser. Previously, ASP.NET 1.1 used the aspnet_client directory whereas now 2.0 uses WebResource.axd.

Published on October 8, 2006

Microsoft AJAX Extensions: Sys.Debug is null or not an object

One of the breaking changes which was made with the 1.0 release of the Microsoft Ajax Extensions was the renaming of the 'Debug' class to 'Sys.Debug' for reasons of compatiability with other frameworks. Breaking changes like this can often be a source of frustration..

Published on May 22, 2007

Simple ASP.NET Character Counter

A textbox character counter is a pretty simple piece of functionality, and there's a lot of different ways to apply one to your application. The following method is nice and simple, and can be done using only clientside JavaScript if required, or combined with server side code in order to create a more dynamic effect

Published on December 4, 2006

Simple ASP.NET Character Counter - with Master Page Support

A quick update to my previous character counter article adding some changes for those using it with Master Pages.

Published on February 7th, 2009

Adding Tooltips to Gridview Headers

As the title says, this is a very simple but dynamic way of achieving tooltip text on a header column. It's not overly flash, but it's lightweight and quick to implement.

Published on April 15, 2007

SQL Server Web Report Viewer Issues on Windows 2008 Server/IIS7

A fix for another AXD related issue, this time with the SQL Server Web Report Viewer Control which was being served up via IIS7 on a Windows 2008 server.

Published on June 2, 2007
Updated on April 10, 2008


Archives

July, 2010 (12)
June, 2010 (8)
May, 2010 (8)
April, 2010 (4)
March, 2010 (8)
February, 2010 (6)
January, 2010 (12)
December, 2009 (13)
November, 2009 (11)
October, 2009 (12)
September, 2009 (12)
August, 2009 (2)
July, 2009 (7)
June, 2009 (12)
May, 2009 (9)
April, 2009 (9)
March, 2009 (9)
February, 2009 (8)
January, 2009 (7)
December, 2008 (6)
November, 2008 (7)
October, 2008 (9)
September, 2008 (12)
August, 2008 (9)
July, 2008 (6)
June, 2008 (24)
May, 2008 (13)
April, 2008 (16)
March, 2008 (8)
February, 2008 (10)
January, 2008 (1)
December, 2007 (14)
November, 2007 (11)
October, 2007 (11)
September, 2007 (13)
August, 2007 (11)
July, 2007 (5)
June, 2007 (15)
May, 2007 (11)
April, 2007 (9)
March, 2007 (9)
February, 2007 (10)
January, 2007 (8)
December, 2006 (18)
November, 2006 (11)
October, 2006 (14)
September, 2006 (9)
August, 2006 (10)
July, 2006 (4)
June, 2006 (4)
May, 2006 (6)
April, 2006 (3)
February, 2006 (6)
January, 2006 (10)
September, 2005 (2)
August, 2005 (4)

Post Categories

ASP.NET
AJAX
Amusing
NZ
NZ Trains
Notes/Domino
Visual Studio
Web Development
Miscellaneous
Me
Rugby
C#
SQL