(Jovan Popovic) In this article I will explain how you can implement inline editing functionality in the ASP.NET MVC3 application using the JQuery. For inline editing will be used JEditable plugin. JEditable plugin enables you to create click and edit field as it is shown in the following figure:
Tag: Development
Introduction to HTML5 for ASP.NET Developers
(Bipin Joshi) More and more web applications are harnessing the power of client side features of a browser. To that end HTML5 has many features to offer web developers. HTML markup, JavaScript and CSS have become more powerful and flexible than ever before. ASP.NET Developers must be well-versed wit
Model View Presenter Design Pattern
(John Charles Olamendy) Model View Presenter is the new kid on the block in the Enterprise Architecture design patterns which has derived from the classic model-view-presenter.
How to perform CRUD (Create Read Update & Delete) operation in ListView.
(SheoNarayan) To perform data manipulation (CRUD – Create, Read, Update and Delete) in the ListView, we can follow this approach.
ASP.Net Development Tips
This tutorial highlights the different tips and techniques that a beginner can use when developing ASP.NET 4.0 websites using Visual Web Developer Express 2010 (VWD 2010).
Using the Text Plugin With RequireJS To Load Remote HTML Templates
(Ben Nadel) Earlier this week, I started looking into the RequireJS library as a way to manage JavaScript dependencies and modular application design. In addition to the core functionality of loading modules, RequireJS also has a plugin architecture that enables the loading of non-JavaScript data ty
List<'T> Methods in FSharp
(Alok Pandey) The List
Overview of UML diagrams
(Neeraj Kaushik) The Unified Modeling Language (UML) is a standard language for specifying, visualizing, constructing, and documenting the artifacts of software systems, as well as for business modeling and other non-software systems. The UML represents a collection of best engineering practices th
Making HTML5 Video work with IIS Express
(Harish Ranganathan) One of the cool things about HTML5 is the ability to play audio/video files out of the box without the dependency on plugins. Earlier I had written about HTML5 Video and the fallback using Silverlight for non-supported scenarios.
Under the Hood of Display Mode in MVC 4
(Nandip Makwana) This post is part of ASP.NET MVC 4 Article Series.
