ASP.NET Boilerplate provides a set of objects and functions those are used to make javascript development easy and standard-based.
Here, list of APIs in ASP.NET Boilerplate. Click headers to see details and usages.
Used to call server-side services using AJAX and evaluate the return value. Since ASP.NET Boilerplate server-side code returns a standard response for AJAX calls, it's suggested to use this method to handle the standard return value.
Used to show auto-disappearing notifications.
Used to show message boxes (dialogs) to the user.
Used to make an area (a div, a form, entire page...) blocked for user inputs. Also, making an area busy (with a busy indicator).
Used to write logs in client-side.
Some utility functions those make easy to perform some common stuff.