IIS 7.0 Configuration Store Hierarchy 16 december 2008 0 Here’s a hierarchical view of the IIS 7.0 Configuration Store Tom Woolum’s Blog : The Official Microsoft IIS Site – IIS 7.0 Configuration Store Hierarchy
Rich IntelliSense for jQuery 3 november 2008 0 A while back we updated VS2008 IntelliSense to not fail when referencing jQuery. However, getting IntelliSense for chained calls and rich summary/parameter hints still required adding special comments to a few thousand lines of jQuery. If you didn’t have the…
Essential Visual Studio Tips & Tricks that Every Developer Should Know 23 oktober 2008 0 In this blog entry, I list the essential tips and tricks that every developer who uses Visual Studio 2008 should know. I wanted to keep this list brief. I also wanted to focus on only those tips and tricks that…
Migrate apps from Internet Explorer to Mozilla 9 oktober 2008 0 When Netscape started the Mozilla browser, it made the conscious decision to support W3C standards. As a result, Mozilla is not fully backwards-compatible with Netscape Navigator 4.x and Microsoft Internet Explorer legacy code; for example, Mozilla does not support as…
URL Rewrite Module 12 september 2008 0 Today IIS team has made the Go Live release of URL Rewrite Module for IIS 7.0 available for download. This release contains significant functionality and performance improvements and it is believed to have a quality level suitable for production deployments.…
The type ‘‘ exists in both ‘‘ and ‘‘ 11 september 2008 0 Today I got this error message: "The type ‘<class>’ exists in both ‘<dll location>’ and ‘<dll location 2>’" I remembered I encountered it before, but I didn’t remember the cause, nor the remedy. That’s why I keep this blog to…
URL Rewriting in IIS 7 18 augustus 2008 0 I started to use URL Rewriting on a Windows 2008 Server running Internet Information Server 7. At the time of writing, a technical preview of the module is available here: Using URL Rewrite Module. After installing the module, I was…
ASP.Net Load Testing and Optimization Toolkit – So you want to be a hero 14 augustus 2008 0 One of my passions is optimization. There’s no code related task I like more than making something run better, faster, snappier – from tweaking UI registry keys to stripping out crap code – I want results. Usually if something is…
.NET Developers’ Reference Card Roundup | Alvin Ashcraft’s Morning Dew 8 juli 2008 0 I thought I would share this list of reference cards / cheat sheets that I have compiled over the last year or so. If I am missing any good ones, please post them in the comments. Alvin Ashcraft’s Morning Dew…
Exception handling best practices in ASP.NET web applications 3 juli 2008 0 Exception handling plays an important part of application management and user experience. If implemented correctly it can make maintenance easier and bring the user experience to a higher level. If not, it can be a disaster. How many times have…
(Better) JQuery IntelliSense in VS2008 – BradVin’s .Net Blog 30 april 2008 0 I know, I know, this has been done before. The reason I’m writing this post, however, is to improve on what I have found on the web. For anyone wondering what jQuery is, goto the jQuery site and also read…
Inline ASP.Net tags… sorting them all out 2 april 2008 0 There are all sorts of different inline tags, and I haven’t found a place that explains them all in one place, so here is the quick and dirty… Naspinski – Inline ASP.Net tags… sorting them all out (<%$, <%=, <%,…