TakeIo.Essentials is a RESTful framework for ASP.NET MVC 3. TakeIo.Essentials supports Sinatra-like (from Ruby) routes, implements OPTIONS and HEAD methods in a reasonable way, adds syntax-sugar methods for returning OpenSocial (JSON/XML) single items and collections, decouples routing from...
More information
ThinkGeo UI Blazor works with .NET Core 3.0. This package allows you to add maps and perform GIS spatial operations within your Blazor application. It provides classes to work with most GIS data formats, display popups, allow spatial drawing, manage projections, perform spatial operation and...
More information
ThinkGeo UI WebApi Control works with both .NET Core(3.0 and above) and .NET Framework(4.6.2 and above). This package allows you to add maps and perform GIS spatial operations within your WebAPI application. It provides classes to work with most GIS data formats, display popups, allow spatial...
More information
TypeScript CodeDOM has TypeScriptCodeProvider implementing ICodeGenerator which has been used in POCO2TS.exe and Strongly Typed Client API for Web API.
RESTful base client that can call any RESTful API. Supports the HTTP verbs GET, POST and PATCH. Deals with the HTTP status code 200, 201, 204, 300, 301, 302, 303, 305, 307, 400, 404, 409, 500 and 502. [covered by 60+ tests]
WebApiClient is a simple and powerful .NET Portable Library built to work as a middle layer between your application and a RESTFul service, like the Microsoft WebApi.
It provides methods to make asynchronous, typed WebApi requests using the HttpClient class.
It takes care of all the logic...
More information
This small library is a wrapper around the use of HttpWebRequest\WebRequest classes in the .Net framework and is designed to make the use of RESTful web service in a .Net application as easy as possible.