in

www.dotNET6.com

Generic Collection of disconnected members.

Browse by Tags

  • Practice your LINQ expressions

    Reading through my daily blogs I've stumbled upon this very nice LINQ application. It basically allows you to write LINQ statements and execute them right away. http://www.linqpad.net/
    Posted to Erik Lenaerts (Weblog) by ErikL on 04-16-2008
  • Thread-safe caching mechanism using a Hashtable

    Hi. I wanted to start my first (real) blog post with some interesting material ;-) On our current project we have been struggling with the following problem. We need a custom caching system that uses a static Hashtable to cache its items. As we work in a multi-threaded environment, this solutions needs...
    Posted to Joris Dresselaers (Weblog) by Jokke on 02-15-2008
  • Blog code formatting

    Hi guys, While writing my first blog post, I stumbled on the following problem: how do I format the code that I want to publish on the blog? It seems that when I paste my code in the blog editor, I lose all formatting (except for the coloring). My good friend Wesley told me that a website exists for...
    Posted to Joris Dresselaers (Weblog) by Jokke on 02-14-2008
  • Unreachable Url's in google

    Since a while we encounter more and more problems for one of the websites I'm working on ( www.morres.com ). Somewhere in the first Quarter of 2007, the site dissapeared from the radar of Google entirely. Question is, what wen't wrong? We spent a great deal of the project budget into an Search...
    Posted to Erik Lenaerts (Weblog) by ErikL on 07-18-2007
  • Don't register your Http Response Filter too soon

    I'm working on a Translation system for one of my customers and I used a Http response Filter . The filter basically looks for certain patterns and replaces these with new values. This way we translate some content of the pages. The filter is registered using an HttpModule like shown in the code...
    Posted to Erik Lenaerts (Weblog) by ErikL on 07-17-2007
  • ASP.Net Thickbox control

    On a regular basis we needed the thickbox functionalities on our ASP.Net web sites. I'm a fan of the thickbox implementation from Codey Lindley . We wanted to make this functionality easier to consume in ASP.Net so we decided to package this functionality into an Server Control as we did last time...
    Posted to Erik Lenaerts (Weblog) by ErikL on 07-07-2007
  • DateTime and Number format overview

    Very handy if you always need to start the VS Help to lookup on those date or number formats.... http://john-sheehan.com/blog/wp-content/uploads/msnet-formatting-strings.pdf
    Posted to Erik Lenaerts (Weblog) by ErikL on 07-05-2007
  • ASP.NET Tooltip control

    We regularly use an advanced tooltip control for web projects hence this ASP.NET Server control. It is based on the LGPL licensed freeware code of walter zorn . For your convinience I wrapped it into an ASP.NET server control. Basically you can create DHTML based tooltip controls with lots of features...
    Posted to Erik Lenaerts (Weblog) by ErikL on 06-16-2007
  • ASP.NET single submit button

    Dimitris, a colleague here at MSP, recently create a slick new ASP.NET Server control. The control is in fact a button with one additional behavior; it will disable itself after you've clicked on it. This behavior is very interesting for sites where the posting of the form may only be done once....
    Posted to Erik Lenaerts (Weblog) by ErikL on 06-05-2007
  • Integrate your Framework documentation into Visual Studio Help

    At the moment I'm working on a small, but usefull, .NET framework for one of my customers. The purpose of this framework is build around Logging, Configuration, etc. The customer has a team of .Net Developers that will be using this framework with every application they build from now on. The framework...
    Posted to Erik Lenaerts (Weblog) by ErikL on 04-25-2007
Page 1 of 2 (11 items) 1 2 Next >
Powered by Community Server (Non-Commercial Edition), by Telligent Systems