14
Packages
1,318,257
Downloads of pranavkm's packages
pranavkm's Profile
Packages
-
Antlr
ANother Tool for Language Recognition, is a language tool that provides a framework for constructing recognizers, interpreters, compilers, and translators from grammatical descriptions containing actions in a variety of target languages.
-
ASP.NET Web Helpers Library
This package contains web helpers to easily add functionality to your site such as Captcha validation, Twitter profile and search boxes, Gravatars, Video, Bing search, site analytics or themes. This package is not compatible with ASP.NET MVC.
-
Microsoft.AspNet.Web.Helpers.Mvc
This package contains web helpers to easily add functionality to your site such as Captcha validation, Twitter profile and search boxes, Gravatars, Video, Bing search, site analytics or themes.
-
RazorGenerator.MsBuild
MsBuild tasks for RazorGenerator
-
RazorGenerator.Mvc
MVC View engine that supports precompiled Razor views
-
RazorGenerator.Templating
Runtime support for Razor generated code
-
RazorGenerator.Testing
Helpers to allow unit testing precompiled Razor views
-
ZeroClipboard
The Zero Clipboard library provides an easy way to copy text to the clipboard using an invisible Adobe Flash movie, and a JavaScript interface.
-
NuGet Extend
Adds an "AddExtension" command to NuGet.exe. To use this package, install the package using NuGet.exe to %LocalAppData%\NuGet\Commands NuGet.exe Install /ExcludeVersion /OutputDir %LocalAppData%\NuGet\Commands AddConsoleExtension.
-
XTraAct.Rules
Test Package description
-
WebBackgrounder
WebBackgrounder is a proof-of-concept of a web-farm friendly background task manager meant to just work with a vanilla ASP.NET web application. See https://github.com/NuGet/WebBackgrounder for more information.
-
Routing for WebPages
Enables routing in ASP.Net WebPages applications. Usage and samples located under the docs folder.
-
Loop Helper for WebMatrix
Adds syntactical sugar for working with loops in ASP.NET pages
-
WebPages.QueryValidators
Allows validation to work with query string parameters. Usage: Validation.RequireField("id"); Validation.Add("id", MyValidator.Integer("Not an integer value"), MyValidator.Range(1, 10));