hebbja

Stories kicked by hebbja

Visual Studio 2005 automatically removes deleted solution items(extraview.co.uk)

submitted by hebbjahebbja(390) 5 years, 5 months ago

Gotcha! Deleting or renaming a file that is included in a VS 2005 solution as a "solution item" will cause VS to remove the item from the solution. Ouch! read more...

add a comment |category: |Views: 4

tags: another

The multi-method anti pattern(extraview.co.uk)

submitted by hebbjahebbja(390) 5 years, 8 months ago

A light-hearted rant at some inherited code. read more...

add a comment |category: |Views: 3

tags: another

The multi-method anti pattern(extraview.co.uk)

submitted by hebbjahebbja(390) 5 years, 8 months ago

A light-hearted rant at some inherited code. read more...

add a comment |category: |Views: 4

tags: another

Click on a tab to close a document window(extraview.co.uk)

submitted by hebbjahebbja(390) 5 years, 8 months ago

How to close a document window in Visual Studio with one click of the mouse. read more...

add a comment |category: |Views: 35

tags: another

How to design an ASP.NET container user control(extraview.co.uk)

submitted by hebbjahebbja(390) 5 years, 9 months ago

Shows how to create an ASP.NET user control that can host some arbitrary inner content, much like the asp:Panel server control read more...

add a comment |category: |Views: 137

tags: another

Why not on by default!? Turn on auto HTML attribute quotes in 2005(geekzilla.co.uk)

submitted by phaymanphayman(3550) 5 years, 9 months ago

Holy cow! Why wasn't this on by default??? How annoying is it that when typing in the HTML Source editor window Visual Studio doesn't add the "" for you automatically... well guess what? It's a setting. read more...

3 comments |category: |Views: 4

tags: another

Total field encapsulation - a C# language enhancement wish(extraview.co.uk)

submitted by hebbjahebbja(390) 5 years, 9 months ago

A desired C# language enhancement to completely hide fields, even from the declaring class. read more...

1 comment |category: |Views: 2

tags: another

Client validators not called for a disabled button that is enabled usi(extraview.co.uk)

submitted by hebbjahebbja(390) 5 years, 9 months ago

Describes why ASP.NET client side validation may not trigger for a button and how to fix it. read more...

add a comment |category: |Views: 2

tags: another

Making GetLocalResourceObject work for child folders(extraview.co.uk)

submitted by hebbjahebbja(390) 5 years, 9 months ago

Some developers find GetLocalResourceObject fails at runtime when they store user controls in a seperate child folder. This article shows you how to do it correctly. read more...

add a comment |category: |Views: 309

tags: another

Consistent referencing Javascript files(extraview.co.uk)

submitted by hebbjahebbja(390) 5 years, 9 months ago

Referencing a Javascript file from an ASP.NET user control (including a master page control) can be problematic if the hosting aspx page can reside in a different folder to the control. Here is an elegant solution to the problem that leverages the ASP.NET framework. read more...

add a comment |category: |Views: 8

tags: another

Sandcastle Overview(blogs.msdn.com)

submitted by ekampfekampf(3195) 5 years, 9 months ago

PowerPoint slides provide a high level overview of Sandcastle. read more...

add a comment |category: |Views: 23

tags: another

Custom grouping of related files in Visual Studio 2005 ASP.NET Project(extraview.co.uk)

submitted by hebbjahebbja(390) 5 years, 9 months ago

Explains hot to customise the set of file extensions that get grouped to a particular file type in the Visual Studio 2005 solution explorer for ASP.NET projects read more...

add a comment |category: |Views: 8

tags: another

The Demise of NDoc and A Challenge For Users Of Open Source Software(haacked.com)

submitted by wwb_99wwb_99(870) 5 years, 10 months ago

A summary of the unfortunate demise of the NDoc 2.0 project. But more importantly, it is Paul Haack's eloquent appeal to developers to do their part and contribute to the open source projects which make their lives much easier. read more...

2 comments |category: |Views: 4

tags: another

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

Scriptable CSS(extraview.co.uk)

submitted by hebbjahebbja(390) 5 years, 10 months ago

How to enable ASP.NET script markup in a Cascading Style Sheet (CSS) file and why you would want to do it. read more...

add a comment |category: |Views: 9

tags: another

Microsoft Acquires SysInternals(blogs.msdn.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 10 months ago

"From the standpoint of someone working at Microsoft and responsible for the Windows SDK, this is incredible news. We are basically acquiring some of the best tools for that space (low-level, hard-core devs) as well as the services of two very talented people in Mark Russinovich and Bryce Cogswell. (I actually had the pleasure of meeting Mark some years ago when I ran CodeGuru and on top of being extremely intelligent he's also a very cool person)." read more...

add a comment |category: |Views: 0

tags: another