Jasp - we program on ASP.NET, more effectively using JavaScript
I want to tell you about the framework that was created to develop "rich" web applications on ASP.NET. The framework was created in the company in which I work, and used in several combat projects.
Key features of the framework are:
good JSON formatter (now almost any .NET types can be transferred to the client);
the master pages / pages / controls on the client are represented as JavaScript objects (in JavaScript, building the interaction between them is now quite simple);
master pages / pages / controls can be inherited, and you can inherit both server code and client code (yes, even markup);
can be used with jQuery or (as we do) with ExtJS;
a lot of things :)
The initiator of the creation of the framework and its main developer is not me, but my colleague. I just posted announced I wanted to tell you about a wonderful product :)
Read article ')
PS - The description of the topic link did not fit the description, made as a topic.