Click here to Skip to main content
15,883,623 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 320.5K   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.vsdoc</id>
    <version>1.5.1</version>
    <title>jQuery Visual Studio 2010 IntelliSense</title>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <licenseUrl>http://go.microsoft.com/fwlink/?LinkID=214339</licenseUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Includes vsdoc files for jQuery 1.5.1 that provide IntelliSense in Visual Studio 2010. For best experience get the JScript Editor Extensions before installing this package, from visualstudiogallery.msdn.microsoft.com/en-us/872d27ee-38c7-4a97-98dc-0d8a431cc2ed</description>
    <summary>Includes vsdoc files for jQuery 1.5.1 that provide IntelliSense in Visual Studio 2010. For best experience get the JScript Editor Extensions before installing this package, from visualstudiogallery.msdn.microsoft.com/en-us/872d27ee-38c7-4a97-98dc-0d8a431cc2ed</summary>
    <language>en-US</language>
    <tags>jQuery VS IntelliSense</tags>
    <dependencies>
      <dependency id="jQuery" version="[1.5.1]" />
    </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