Introduction
One of common limitations of code generators is the inability for add custom functionality to automatically generated code, and if done, usually loss their integration with the generated code.
The SFS Tools are totally different to other code generator in this aspect, because allow a good integration between the generated code and the custom code.
In this tutorial we will add functionality to the user interface using the javascript framework: jquery (http://www.jquery.com ).
This is a ASP.NET MVC application, and ASP.NET MVC is highly dependent of javascript for add functionality. Learn the basics of jquery is minimal effort, and the benefit is great.