Browse by Tags
All Tags »
Development (
RSS)
Ever wondered where microsoft stores its code while it goes from idea to release stages? Have a look at this diagram:
Recently I needed to create a windows service application for one of my customers and I decided to use WCF for both incomming as outgoing communication mechanism. The problem I had was that I could not discover any WCF services in my solution. Only WCF...
After using/implementing some CMS systems and building one or two of our own I can tell you that it ain't a simple thing. Whats a good CMS? Well it should be: easy to work with extensible customizable in appearance (themes) easy to maintain and administer...
We have been looking for a long time for a desent Server Side Printing solution in our .Net development projects. Basically printing is a breeze when developing in a windows client environment. However printing from a server side is much more difficult...
From the blog posting of Scott Guthrie , Unit Testing will be available on the Pro edition of Visual Studio 2008 instead of only on the Team Suite Editions. Unit testing support is now much faster and included in VS Professional (and no longer just VSTS...
This post continues from part one . In this previous post we created a Http Response Filter that translated content based on a Token replacement technique. In this article we'll discuss how to apply this technique when you are using an Ajax Update...
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...
i recently finished a new website in my spare time. The web site is for a friend who owns a interior design store. you can take a look at the site here: http://www.nieuwinckel.com To be honest this posting is more to get some link popularity for that...
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...
Whenever you need colored code to paste into the HTML content of your blog, wiki or any other type of site, you can use the http://www.simple-talk.com/prettifier/ website to "prettify" your code online.
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...
More Posts
Next page »