Top 20 NuGet AJAX Packages

The easy way to embed and inject JSON configuration in your .NET assemblies.
HaveBoxJSON is a among the fastest of JSON Libs for .NET. HaveBoxJSON is dedicated to only serialize and deserialize JSON, and it does it faster than most other JSON libs. HaveBoxJSON is not bloated with unnecessary features, and therefor it is only a fraction in size compared to leading competitor...
The simplest .NET configuration that could possibly work. Use Json in your .NET config files. Use simple POCO classes for all your config. Works with Azure ServiceConfiguration.cscfg too!
DataBind is a simple javascript function that facilitates binding Data from a JSON object to a HTML template. The objective of this script is to enable using templates without introducing any new or invalid syntax and without dictating the way you structure your application. All you need is a single...
TSON: Typeable Simple Object Notation. Fully compatible with JSON, but with relaxed syntax rules that make it much easier for humans to type, plus it supports commenting using #.
Saleslogix SData client library for .NET
cereal is a header-only C++11 serialization library. cereal takes arbitrary data types and reversibly turns them into different representations, such as compact binary encodings, XML, or JSON. cereal was designed to be fast, light-weight, and easy to extend - it has no external dependencies and can ...
A simple JSON parser targeted specifically for F#. The parsed data is based on F# discriminated unions, and support construction of F# record types.
This library will automatically proxy CORS requests (Cross-origin resource sharing) if IE9 or below is used. The proxy is integrated in ASP.NET and works with all ASP.NET libraries like WebForms, Mvc and WebApi. jQuery is used at the client side.
Inspect values in JSON strings with single line expressions and plain old CLR objects without using foreach/if to extract values from JSON. Extract the 42 from ["first",{"aString":"HelloWorld","aNumber":42}] with C# expression: json.AsList[1].AsDictionary["aNumber"].AsInt
Json library for .NET
SisoDb is a schemaless document-oriented provider for SQL-Server. Using JSON and key-value storage, it lets you persist object graphs without specifying any mappings or extending any base classes interfaces etc. It lets you perform queries against SQL-server, using lambda expressions. It syncs schem...
A DynamicObject based generic ChangeSet for managing partial changes to POCO objects supplied through JSON HTTP requests.
RabbitBus JSON serialization provider.
This is a simple and fast JavaScript library to convert Json format data to standard HTML Table
http.js provides AJAX functionality for the browser.
The easiest AJAX library for ASP.NET. Use Render method on any ISelfRenderedControl-derived control and get ready-to-show HTML.
Lifecycle.js provides conventions and helpers to manage the life cycles of Javascript instances.
Serialize and deserialize XML and JSON to/from Stream or string. Platforms * .NET4.0 and higher * Silverlight 4 and higher * Windows Phone 7.0 and higher * WinRT
There is a situation where I display a screen dynamically load a partial view using ajax. And when the authentication expires, user initiates an ajax call, then the action is being called without authorization. It actually returns a login view inside the DOM object on the page rather than returns ...