0
Posted on 6:00 AM by Softminer and filed under ,

Webstorm is a great Javascript & Html editor provided by jetbrains.com

There are a lot of js MV* framework to use. http://todomvc.com/ gives a good comparision for structuring and comparisioning java script framework.

AngularJS is an open-source JavaScript framework, maintained by Google, that assists with running single-page applications. The main difference between Jquery and AngularJs is that Jquery is not Single page application and its mostly working with DOM.

Apache CouchDB is a database that uses JSON for documents,JavaScript for MapReduce queries,
and regular HTTP for an API

Sass makes CSS fun again. Sass is an extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more. It’s translated to well-formatted, standard CSS using the command line tool or a web-framework plugin.


Bootstrap is a free collection of tools for creating websites and web applications. It contains HTML and CSS-based design templates for typography, forms, buttons, navigation and other interface components, as well as optional JavaScript extensions.

ASP.NET SignalR is a new library for ASP.NET developers that makes developing real-time web functionality easy. SignalR allows bi-directional communication between server and side. Servers can now push content to connected cliently instantly as it becomes available. SignalR supports Web Sockets, and falls back to other compatible techniques for older browsers. SignalR includes APIs for connection management (for instance, connect and disconnect events), grouping connections, and authorization.
0
Responses to ... Javascript tools for .net developers