CNZK Web Library

A library of reusable components and classes for ASP.NET Web Projects
Download

CNZK Web Library Ranking & Summary

Advertisement

  • Rating:
  • License:
  • LGPL
  • Publisher Name:
  • Kelps
  • Operating Systems:
  • Windows All
  • File Size:
  • 6 KB

CNZK Web Library Tags


CNZK Web Library Description

The CNZK Web Library was developed to be a library of reusable components and classes for ASP.NET Web Projects such as image thumbnailers, rss helpers and so on. The goal of this project is to provide a library of reusable components, focusing on doing what really matters when developing web applications to leverage fast and reliable development. This first alpha release contains only the ThumbnailHandler, which is a HttpHandler designed to create thumbnail images in the easiest way possible. The thumbnail is generated by simply appending a "suffix" to the original image URI. See the following example to better understand the concept. Original Image URI: img/original-image.jpg Resized Image URI: img/original-image.jpg.200x150.thumb.axd The thumbnail is always resized proportionally to its original. When the desired image proportions are diferent from the original proportions, there will be borders on the sides or top and bottom of the new image to make it of the desired size without distortion. The resized image is cached in memory, to avoid overloading the server processor. When the original image does not exists, it will be generated an image with the desired proportions and a customizable text (for example, "Image not found.").


CNZK Web Library Related Software