Application Insights API enables you to get insights into user behavior and monitor usage patterns for your JavaScript applications. Application Insights service collects the data, analyzes it and presents the results in the forms of graphs and reports in Application Insights portal in Microsoft Azure. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
ASP.NET Web API Integration for Autofac
ASP.NET Core MVC is a web framework that gives you a powerful, patterns-based way to build dynamic websites and web APIs. ASP.NET Core MVC enables a clean separation of concerns and gives you full control over markup.
TweetSharp v2 is a fast, clean wrapper around the Twitter API. It uses T4 templates to make adding new endpoints easy.
The AutoRest tool generates client libraries for accessing RESTful web services. Input to AutoRest is a spec that describes the REST API using the Open API Initiative format.
ELMAH error logger for sending errors to elmah.io. This package include initial configuration for getting up and running with elmah.io from ASP.NET, MVC, Web API etc. Consider using one of the specialized packages instead (Elmah.Io.Mvc, Elmah.Io.WebApi etc.).
Swagger UI is written by the wordnik folks and allows one to interact with a REST API that is documented using the Swagger spec (including swagger's code gen tools). This package makes the latest available for the .NET community. This is packaged with a pre-release version of Swagger.Net which emits the Swagger spec for the ASP.NET Web API. NOTE: Currently broken in IE. Use in other browser.
Smart internationalization for ASP.NET-based web applications. The i18n library is designed to replace the use of .NET resources in favor of an easier, globally-recognized standard for localizing ASP.NET-based web applications. Supports ASP.NET MVC, ASP.NET Web API, ASP.NET WebMatrix / Web Pages and ASP.NET Web Forms.
The ArcGIS API for Silverlight is a powerful web mapping API for Silverlight 5 applications. The ESRI.ArcGIS.Client library contains core functionality of the ArcGIS API for Silverlight. The library contains a Map control, ArcGIS service layers, graphics, geometry, symbol components, and tasks that support query, find, identify, and various geospatial and geoprocessing operations. For complete design-time support in Visual Studio, download and install the ArcGIS API for Silverlight: http://links.esri.com/silverlight
Backload is a professional, full featured server side file handler for ASP.NET (Core, MVC, Web API, ASP.NET WebForms or HTML). It handles the client side jQuery File Upload Plugin from blueimp, PlUpload from Moxiecode and Fine Uploader from Widen Enterprises out of the box, but it can be easily customized to work with any client side plugin. More than 20 examples in demo packages. Continually developed and backed by the software industry. Demo packages and support: https://github.com/blackcity/Backload/ Licenses: Standard (free), Pro/Enterprise licenses starting from $19.90. Web: http://backload.org
A library for interacting with Google Maps API web services using C# or VB.Net
The files and references that are essential for a Breeze Legacy ASP.NET Web API Entity Framework v5 Server. We recommend installing this package shortly after creating a project with the "ASP.NET Empty Web Application" template or one of the MVC 4 templates such as the "ASP.NET MVC 4 Empty" template. To see an example Breeze application, try the 'Breeze.WebApiSample' package which creates a simple MVC4 WebApi app.
Provides a set of services to be discovered by Swagger (http://swagger.io). Swagger is a specification and complete framework implementation for describing, producing, consuming, and visualizing RESTful web services.
A library bringing output caching (similar to MVC's "OutputCache"), to Web API actions. Strathweb.CacheOutput will take care of server side caching and set the appropriate client side (response) headers for you.
ASP.NET Web API exception filter for logging errors to ELMAH. Ported from Fabian Vilers' Elmah.Contrib.Mvc.
The files and references that are essential for a Breeze Legacy ASP.NET Web API server. We recommend installing this package shortly after creating a project with the "ASP.NET Empty Web Application" template or one of the MVC 4 templates such as the "ASP.NET MVC 4 Empty" template. To see an example Breeze application, try the 'Breeze.WebApiSample' package which creates a simple MVC4 WebApi app.
Package for supporting OWIN when using Microsoft ASP.NET Web API Compression Support
SlackConnector initiates an open connection between you and the Slack api servers. SlackConnector uses web-sockets to allow real-time messages to be received and handled within your application.
An implementation of HATEOAS for aspnet core web api projects which gives full control of which links to apply to models returned from your api.
MVC intgration package for resource/action based authorization.
TweetMoaSharp is a fast, clean wrapper around the Twitter API. Based on the original TweetSharp.
JQuery File Upload Plugin from blueimp (https://github.com/blueimp/jQuery-File-Upload). All files are included. The package also includes theme based style and script bundles (bundles folder) Main purpose of this package is to use it with the server side file handler Backload. But it can also used standalone. All file can be found in the ~/Backload/Client folder. Backload project and demo package: https://github.com/blackcity/backload Nuget package (Backload): https://nuget.org/packages/backload
Generates a C# proxy for communicating to a RESTful Web Api that implements the WebApiProxy provider
FluentSharp is an API that dramatically simplifies the use of .NET Framework APIs. This is the Fluent# BCL which provides support for System.Forms and Web
TypeScript CodeDOM has TypeScriptCodeProvider implementing ICodeGenerator which has been used in POCO2TS.exe and Strongly Typed Client API for Web API.
Exchange Web Services Managed API 2.1
ASP.NET Web API support for MvcCodeRouting. For System.Web hosting install the MvcCodeRouting.Web.Http.WebHost package.
Contains an OData media type formatter for use with WCF Web API.
Provides a JSONP MediaTypeFormatter implementation for ASP.NET Web API
Provides an ApplyChanges extension method for DbContext that sets EntityState on trackable entities, so they can be saved in a single transaction as part of a batch update.
Open source library for Windows Phone and Windows 8 XAML applications. This library is focused on web connected and data driven applications. It includes helpers to easily cache data from API calls and cache web images to the local storage. There's also a DataLoader included which functions as a wrapper around a Task<T> method. You can bind a progress bar to the DataLoader and show it as long as the task is running.
MAD.NET is a simple and high perfoming extension framework for .NET 5.x with a lot of needful features. The hole framework uses the Microsoft.Extensions.DependencyInjection extension to handle the dependency injection on top level of each application. The framework is splitted into seperate layers. The first (core) layer contains extension implementations and useful other features, like diagnostic measurement, fast reflection access, simple dynamic type creation at runtime, protected configuration sections, a lot of own collection or tree implementations, a simple linq tree access pattern, a caching framework for a dictionary cache which works like the Microsoft.Extensions.MemoryCache and abstractions for the INotifyPropertyChanged, IDisposable and IChangeTracking interfaces. The second (data) layer contains a standardised data access framework for sql or linq based data stores. With a fluent api the developer can create queries working like linq queries. The abstraction layer makes the expansion of the data layer very easy so that client implementations of MySql and MSSQL become easier. Futhermore a fast object mapper can make developing much as simple when creating entities from a query result. the object mapper handles joined tables by recognizing the repetition of rows in a query result. The third (application) layer contains configuration extensions for the lean service implementation Rebus or logging extension named Serilog. Also a virtual drive service is prepared to map a path to a logical drive letter as simple as possible. The fourth (process) layer is empty and will contains orchestrate implementations inspired by the Rebus Sagas in the future. The fifth (presentation) layer makes presentate your application WPF-Extensions allowing the developer to create views controlled by a view controller (MVVM-C) and inject backend services or send command or receive messages via a message bus as easy as possible. In the future the presentation framework will be expanded by simple ASP.NET Web Api or ASP.NET MVC extensions to develop responsive frontends for each plattform in a short time.
Documents the ASP.NET Web API using the Swagger specification. Swagger.Net targets .NET 4.0 and will expose any apis the inherit from the ApiController in the new ASP.NET Web API. Swagger.NET aims to conform to the Swagger specification to support all swagger components including client code gen.
A library for binding custom types (including files) when sending and receiving multipart encoded form data
The WebApiContrib.IoC.Ninject library provides dependency injection helpers for ASP.NET Web API.
Provides API for configuring ASP.NET Core to use Let's Encrypt.org to automaticaly generate HTTPS certificates. Let's Encrypt is a free, automated, and open Certificate Authority. When this package is installed and enabled, your web server will use the Let's Encrypt certificate authority and automatically generate an HTTPS certificate when the server starts up. It then configures Kestrel to use this certificate for all HTTPS traffic. This only works with Kestrel, which is the default server configuration for ASP.NET Core projects. Other servers, such as IIS and nginx, are not supported. This package was build from source code at https://github.com/natemcmaster/LetsEncrypt/tree/e2d4c3247268e609e36340b271491043a1798c9e
TweetSharp v2 is a fast, clean wrapper around the Twitter API. It uses T4 templates to make adding new endpoints easy.
The ArcGIS API for Silverlight is a powerful web mapping API for Silverlight 5 applications. The ESRI.ArcGIS.Client.Bing library contains a set of components that integrate Microsoft's Bing Maps imagery, geocode, and route services with the API. For complete design-time support in Visual Studio, download and install the ArcGIS API for Silverlight: http://links.esri.com/silverlight
The ArcGIS API for Silverlight is a powerful web mapping API for Silverlight 5 applications. The ESRI.ArcGIS.Client.Toolkit.DataSources library contains a set of standard and custom data sources to enhance the ArcGIS API for Silverlight. The library contains support for WMS, KML, OpenStreetMap, GeoRss, CSV, and heatmap layers. Source code for this library is available on CodePlex at http://esrisilverlight.codeplex.com and GitHub.com at http://github.com/Esri/arcgis-toolkit-sl-wpf. For complete design-time support in Visual Studio, download and install the ArcGIS API for Silverlight: http://links.esri.com/silverlight