Found 205 packages
Knockout.js - is a popular JavaScript library that allows easy creation of feature-rich applications based on Model-View-View Model (MVVM) pattern: user interface can be bound to a separate existing data model. And any change of the model will result in dynamic refresh of the interface. Knockout MVC is a library for ASP.NET MVC3/MVC4 , that is a wrapper for Knockout.js, that helps to move entire business logic to the server side: the complete JavaScript code necessary on the client side will be generated automatically based on the described C# (or VB.NET) model. Binding of the page interface to business model is done MVVM-style with the help of C#/VB.NET expressions (not separate properties, but expressions over them that will be translated to JavaScript code) using IntelliSense. If complex operations should be done to the model, it is possible to address to any model method on the server using one short string (ajax query will be automatically generated; and when the client will get the updated model, the whole interface will automatically refresh). Generated JavaScript code is based on Knockout.js and that is why it works under any browser (even IE 6). Thus, describing the whole business logic on the server in a single instance we get an ability to create fully-featured cross-browser client Web application without writing a single JavaScript code!
A collection of helpers, like sharing enums with JavaScript and version query parameters, for ASP.NET MVC5.
A C# to JavaScript compiler. Write modern mobile and web apps in C#. Run them anywhere with JavaScript.
Ext.NET is an advanced ASP.NET (WebForms + MVC) component framework integrating the cross-browser Sencha Ext JS JavaScript Library. Includes 100+ high performance controls for Data Grids, Trees, Menus, Forms, Advanced Layouts and AJAX communication.
Documentation and samples: https://github.com/SignalGo/SignalGo-full-net/wiki SignalGo is a library for Cross-Platform developers that makes it incredibly simple to add real-time web functionality to your applications. What is "real-time web" functionality? It's the ability to have your server-side code push content to the connected clients as it happens, in real-time. like WCF and SignalR Features: 1.Send and receive any data like class,object,parameters,methods,return types 2.Send(upload) and receive(download) stream like file stream 3.Send and receive data with UDP connection for sound and video streamming 4.Return data from a method (client and server) 5.Linq query to Clients for send or receive data 6.Setting for maximum and minimum and timeout data transport 7.Using best security algoritm for send or receive data 8.call methods from http (GET and Post) protocol(like browser) with support upload files and manage Controllers like asp.net MVC 9.support async await methods 10.full logging systeam 11.manage data exchanger to customize model properties in send and receive data without create new class and other features...
JavaScript URL routing for ASP.NET MVC. Allows you to use your ASP.NET MVC routes from JavaScript. Please refer to project site (http://dan.cx/projects/routejs) for more details, usage examples and sample code.
Syncfusion PDF viewer for ASP .NET MVC is a lightweight HTML5 component that can be used for viewing, reviewing, and printing PDF documents within web applications. Key features: • High performance PDF viewer. • Any PDF document can be opened and viewed, even encrypted (password protected) documents. • Zooming and viewing modes for a better viewing experience. • Select and copy features for text. • Search and highlight features for text. • Text in a PDF document can be reviewed (highlight, underline, and strike-through). • Free-hand signatures can be included or modified. • PDF forms can be displayed, filled, saved, and printed. • Compatible with all modern browsers that provide support for HTML5/CSS3/JavaScript. • Highly configurable. • Built-in themes for enhancing appearance. Learn more: https://www.syncfusion.com/jquery/aspnet-mvc-ui-controls/pdf-viewer?utm_source=nuget&utm_medium=listing Documentation: https://help.syncfusion.com/aspnetmvc/pdfviewer/overview?utm_source=nuget&utm_medium=listing Support: Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident?utm_source=nuget&utm_medium=listing Forum: https://www.syncfusion.com/forums/general?utm_source=nuget&utm_medium=listing This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/?utm_source=nuget&utm_medium=listing). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products?utm_source=nuget&utm_medium=listing or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=nuget&utm_medium=listing).
Durandal is a cross-device, cross-platform client framework written in JavaScript and designed to make Single Page Applications (SPAs) easy to create and maintain. We've used it to build apps for PC, Mac, Linux, iOS and Android...and now it's your turn... Features -Clean MV* Architecture -JS & HTML Modularity -Simple App Lifecycle -Eventing, Modals, Message Boxes, etc. -Navigation & Screen State Management -Consistent Async Programming w/ Promises -App Bundling and Optimization -Use any Backend Technology -Built on top of jQuery, Knockout & RequireJS. -Integrates with popular CSS libraries such as Bootstrap and Foundation. -Make your own templatable and data-bindable widgets.
ASP.NET Core middleware to transpile JavaScript via Babel. Please refer to project site (http://reactjs.net/) for full installation instructions, usage examples and sample code
Backbone supplies structure to JavaScript-heavy applications by providing models key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing application over a RESTful JSON interface.
This package adds Rails-like flash functionality to your MVC controllers, backed by the excellent Toastr JavaScript notification library. Flash notifications are persisted through redirects and are removed when shown.
Adds a controller that can proxy requests from Loggly's JavaScript client to help protect your token.
View, print and process images and PDF documents in web application. A platform-independent web services, which allow to manage files, manage an image collection, render an image, process an image. JavaScript classes and controls for viewing, printing and processing of images and PDF documents in any HTML5 web browser.
[NEW: works with TypeScript] A project to auto-generate JavaScript and TypeScript proxies for ASP.NET MVC and WebApi controllers. With Intellisense, the library provides information for easy writing to ajax requests in JavaScript and in TypeScript for ASP.NET MVC and WEB API applications. The advantage is to have no more hard-coded client-side URL. When writing of ajax requests, the library allows the developer front-end to retrieve the url generated on the server side, to know the structure of data to send parameter and instantiate it. [HOW TO USE IT]: http://jsnet.codeplex.com/ [SAMPLE APPLICATION]: https://jsnet.codeplex.com/releases
Core SCSS (Sass) and JavaScript files for Foundation for Sites. For the complete package install Foundation5.MVC.Sass
Durandal is a cross-device, cross-platform client framework written in JavaScript and designed to make Single Page Applications (SPAs) easy to create and maintain. We've used it to build apps for PC, Mac, Linux, iOS and Android...and now it's your turn... This is a collection of transitions designed to work with Durandal's composition system.
SuperScript offers a means of declaring assets in one part of a .NET web solution and have them emitted somewhere else. This library contains the functionality for declaring JavaScript on an MVC Razor view and having SuperScript process and relocate this script block.
Create TypeScript or JavaScript Proxies for your ASP.NET MVC Controllers. The T4 template can create Angular 2, AngularJs or jQuery proxies for your .NET Controllers or WebApi Controller. How to use it: https://github.com/squadwuschel/MvcControllerToProxyGenerator