Search for json returned 225 packages
Displaying results 21 - 40.
-
JSON Web Token Handler For the Microsoft .Net Framework 4.5, Developer Preview
By:
This package provides an assembly containing classes which extend the .NET Framework 4.5 with the necessary logic to process the JSON Web Token (JWT) format. That includes validating, parsing and generating JWT tokens; those capabilities can be applied both within the Windows Identity Foundation token processing pipeline and standalone, without any... More information
-
SisoDb - Simple Structure Oriented Db (core)
By:
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 schemachanges on the fly and can assist you to handle m... More information
-
Jayrock JSON
By:
Jayrock JSON is a versatile JSON parser, formatter and converter for Microsoft .NET Framework.
-
WebApiContrib.Formatting.Jsonp
By:
Provides a JSONP MediaTypeFormatter implementation for ASP.NET Web API
-
-
-
JWT
By:
JWT (JSON Web Token) Implementation for .NET (Public Domain)
-
RIA Services Toolkit (all packages)
By:
Includes SOAP and JSON Endpoints, EntityFramework Code-First support, Linq to Sql support, Unit Test Host, T4 code generation, and the Windows Azure Table Storage DomainService. RIAServices.Server is also included, which allows for easier bin-deployment of your RIA Services applications by referencing the core server assemblies from the NuGet pack... More information
-
KendoGridBinder
By:
This is a ModelBinder designed to painlessly consume an http request and build a json serializable object for the Kendo UI Grid datasource.
-
SisoDb.Sql2008 - Simple Structure Oriented Db
By:
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 schemachanges on the fly and can assist you to handle m... More information
-
-
SisoDb.SqlCe4 - Simple Structure Oriented Db
By:
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 schemachanges on the fly and can assist you to handle m... More information
-
-
DynamicJson
By:
dynamic json structure for C# 4.0. This provides only single .cs file.
-
EventStore ServiceStack JSON Serialization Plugin 3.0.11326.44
By:
Additional serialization provider for EventStore based on ServiceStack JSON library.
-
ExtDirectHandler
By:
Ext Direct router implementation for ASP.NET
-
Spring.Social.Twitter 1.0.1
By:
Spring.NET Social Framework extension for Twitter
-
Managed Fusion Web
By:
Managed Fusion Web contains a bunch of useful extensions for MVC and uses the a light weight serialization for JSON, XML, CSV to create REST API's.
-
-
NETFx WebApi Json.NET MediaTypeFormatter
By:
A Json.NET-based MediaTypeFormatter for the WebApi that can handle text-based Json as well as binary Json (Bson). To use: var config = HttpHostConfiguration.Create().UseJsonNet();