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
.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…
Windows PowerShell Cheatsheet 3 juli 2008 0 Windows PowerShell is a modern object-based command shell and scripting language designed for Microsoft Windows. Along with the normal shell features for working with files and programs, it also provides for direct access to all of Windows though the Windows…
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 (<%$, <%=, <%,…
Silverlight 2 Developer Poster 18 maart 2008 0 At Mix08, the Silverlight 2 Poster was a hot item given out in many of the session. If you didn’t get yours or if you couldn’t make it, you can feel free to download and print your own! Silverlight 2…
ASP.NET Runtime Cheat Sheet: HttpRequest, HttpRuntime, AppDomain and friends 20 februari 2008 0 This article has cheat sheets for retrieving various bits of ASP.NET runtime information. For each bit of info, there is: * A code snippet for retrieving it in a page, with a link to MSDN * Description, sometimes explanation *…
Regular Expressions cheat sheets 12 februari 2008 0 Regular Expressions (RegEx) give me a headache most of the time. That’s where cheat sheets like these com in handy: via:Scott Klarr – Regular Expressions cheat sheets http://www.ilovejackdaniels.com/cheat-sheets/regular-expressions-cheat-sheet/http://regexlib.com/CheatSheet.aspxhttp://www.funduc.com/regexp.htmhttp://krijnhoetmer.nl/stuff/regex/cheat-sheet/http://opencompany.org/download/regex-cheatsheet.pdf
CSS Reference 31 januari 2008 0 One of the most complete and comprehensive references about CSS from the guys of SitePoint: SitePoint CSS Reference
HTML Entity Character Lookup 7 januari 2008 0 Using HTML entities is the right way to ensure all the characters on your page are validated. However, often finding the right entity code requires scanning through 250 rows of characters. This lookup allows you to quickly find the entity…