Always remain updated about current software development trends
This Article will help you to make a clear understanding of LSP
Recently a reader asked about a tricky issue with HTML5 drag and drop. The issue is this:HTML5 supports native drag and drop through draggable property and several events such as dragstart, drag, dragenter, dragleave, dragover and drop. Normally dragstart...
Call a uniquely named JavaScript function inside of an ASP.NET user control from the page it is hosted inside of.
A working example of a jTable implementation in WebMatrix 3
This article explains the working of MvcRouteHandler and MvcHandler class in detail.
How to make a real time commenting feature using SignalR.
This article provides the implementation of dynamic layouts and web site administration in ASP.NET MVC4.0 by using: AJAX, jqGrid, Custom Action Results, Controller Extension, HTML Helpers, and more.
This second article from the "MVC Basic Site" series presents in details the exceptions management rules and their implementation for an ASP.NET MVC web site, and provides some utile base classes and source code for Logging and Exceptions Management that can...