CSharpFeeds - All your C# feeds in one place.

Monday, April 02, 2007

A dynamic class loading HttpHandlerFactory

by Rick Strahl via Rick Strahl's Web Log on 4/2/2007 10:13:46 PM

I mentioned a few days ago that I was working on a Web application that's dealing with custom extensions to route requests to a very large number of custom 'script' pages. Basically I have a custom IHttpHandler based base class and custom subclasses that implement the actual handler logic which is essentially a script like implementation to call business objects and return an XML response to the client. I love using HttpHandlers in general because of the high performance and simple imp ...

[ read more ]

TeamTray 1.0 Alpha Released

by Patrick Altman via Shifting Bits by Patrick Altman: Latest Entries on 4/2/2007 10:05:28 PM

I just posted an Alpha release of a tool that I have missing in the Team Build space, especially when using Team Build in a Continuous Integration Environment. TeamTray is a CodePlex hosted project and I welcome collaboration if anyone wishes to join, just let me know. TeamTray will detect registered Team Foundation Servers so the [...] ...

[ read more ]

Identify external links in JavaScript

by post@madskristensen.dk (Mads Kristensen) via .NET Slave on 4/2/2007 8:37:52 AM

Many websites have started to add a little icon next to external links, so that visitors know that if they follow it, they will leave the website. Here is a small JavaScript that adds a class called external to all off-site links on the page. Just call the function when the page has loaded. // Sets a class to all external links function StyleExternalLinks() {  var divs = document.getEl ...

[ read more ]

Understanding Operator Overloading in C#

by Joydip Kanjilal via ASPAlliance.com - Articles, reviews, and samples for .NET Developers on 4/2/2007 12:00:00 AM

In this article Joydip discusses the concept of Operator Overloading in C# with the help of code samples. ...

[ read more ]

Subscribe

New Feed

Product Spotlight

Recently Updated Sources

Legal Note

The content of the postings is owned by the respective author. CSharpFeeds is not responsible for the contents of the postings. This site is automatically generated and cannot be reviewed for abusive content. If you find abusive content on CSharpFeeds, please contact us. Designated trademarks and brands are the property of their respective owners. All rights reserved.

Advertise with us