Browse by Tags
All Tags »
C# (
RSS)
As I started to learn more about Entity Framework, i stumbled upon an interview with Quentin Clark who led the WinFS project from 2002 to 2006. WinFS was shut down in 2006 but much of the work done their lives today in several area's as QC mentions ...
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/
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...
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...
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...
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
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...
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...
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...
Hi, For some time now, I'm a dedicated user of Interfaces in my code. I really like to develop using Interfaces because it offers a loosely coupled integration between my components. However, I find them having one minor drawback, that is, they don't...