Click here to Skip to main content
15,893,588 members
Articles / Web Development / ASP.NET

ASP.NET Advanced Generic Handler ASHX

Rate me:
Please Sign up or sign in to vote.
4.74/5 (49 votes)
9 Jun 2013CPOL5 min read 323K   10.2K   138  
Take your Generic Handlers to the next level...
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>jQuery.UI.Combined</id>
    <version>1.8.11</version>
    <title>jQuery UI (Combined Library)</title>
    <authors>jQuery UI Team</authors>
    <owners>jQuery UI Team</owners>
    <licenseUrl>http://go.microsoft.com/fwlink/?LinkID=214339</licenseUrl>
    <projectUrl>http://jqueryui.com/</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>jQuery UI is an open source library of interface components — interactions, full-featured widgets, and animation effects — based on the stellar jQuery javascript library . Each component is built according to jQuery's event-driven architecture (find something, manipulate it) and is themeable, making it easy for developers of any skill level to integrate and extend into their own code.</description>
    <summary>The full jQuery UI library as a single combined file. Includes the base theme.</summary>
    <language>en-US</language>
    <tags>jQuery jQueryUI plugins</tags>
    <dependencies>
      <dependency id="jQuery" version="[1.4.4, 1.6)" />
    </dependencies>
    <references />
  </metadata>
</package>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
Switzerland Switzerland
Senior IT Consultant working in Switzerland as Senior Software Engineer.

Find more at on my blog.

Comments and Discussions