A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
Simple JavaScript & jQuery
$(document).on(“blur”,”:input”,function() {
this.value = this.value.trim();
});