.NET news » Search results

Search results for query "MVC" (63):

ASP.NET MVC 4 Highlights, Part 1

Microsoft released ASP.NET MCV 3 just over a year ago. If history is a good indicator of timing, we can expect the next ASP.NET MVC release in the not too distant future. As of this writing’s date, Microsoft has not announced a firm release date. You don’t, however, have to wait to get your hands on the bits. You can download the developer preview here: http://www.asp.net/mvc/mvc4. ASP.NET MVC 4 also runs inside of Visual Studio 10 and the Visual Studio 11 Developer Preview. MVC 4 can be hosted alongside MVC 3. You can find all the details concerning installation in the aforementioned link. As with all developer preview/pre-release software, features sets are subject to change, which may range from minor tweaks to major changes. Please keep that in mind as you evaluate any developer preview as to how you can incorporate it into your development efforts.

2012-02-17 17:00:00   Source: ASP.NET MVC 4 Highlights, Part 1   Tags: Internet

ASP.NET MVC: The Features and Foibles of ASP.NET MVC Model Binding

Dive deep into the heart of ASP.NET MVC’s model binding subsystem, examining each layer of the model binding framework and ways to meet your application’s needs.
2012-01-31 17:00:00   Source: ASP.NET MVC: The Features and...   Tags: ASP.NET

The Cutting Edge: Enhancing the Context-Sensitive ASP.NET MVC Progress Bar

Canceling an ongoing server-side task from within a client browser is not a trivial operation, but Dino Esposito meets the challenge as he enhances last month’s context-sensitive progress bar with cancel capabilities.

CODE Framework: Writing MVVM/MVC WPF Applications

The CODE Framework is an open-source application framework by the makers of CODE Magazine. It is entirely free of charge. It covers a wide range of features that can be applied altogether or individually in an À la carte fashion. All of these features revolve around a single concept: Building advanced business applications in a productive and maintainable fashion while maintaining great application architecture. In this article, we are focusing on a subset of the CODE Framework, specifically the components used to build WPF applications using the MVVM and MVC patterns.

2011-12-20 18:00:00   Source: CODE Framework: Writing MVVM/MVC WPF...   Tags: WPF

The Cutting Edge: A Context-Sensitive Progress Bar for ASP.NET MVC

Dino Esposito tackles the issue of reporting the status of remote operations, providing context-sensitive feedback that faithfully represents the status of the operation for a given session.
2011-11-29 18:00:00   Source: The Cutting Edge: A Context-Sensitive Progress Bar for...   Tags: ASP.NET

AJAX based CRUD tables using ASP.NET MVC 3 and jTable jQuery plug-in

Creating AJAX based CRUD tables using ASP.NET MVC 3 and the jTable jQuery plug-in.

NoSQL Document Database: Embedding RavenDB into an ASP.NET MVC 3 Application

Nevermore shall we hear the cries of a lack of nonrelational love for the Microsoft stack, says Justin Schwartzenberger. He demonstrates how exploring the NoSQL world is easy with RavenDB, a .NET/Windows-centric document data store solution that can run in an embedded mode within an ASP.NET MVC application.
2011-10-25 19:00:00   Source: NoSQL Document Database: Embedding RavenDB into an...   Tags: Database

Build an HTML5 Offline Application with Application Cache, Web Storage and ASP.NET MVC

The modern web ecosystem is made up of many different types of scenarios of how users interact with online content. With the increasing popularity of mobile devices along with countless hours at Starbucks and on airplanes, users may often find themselves in a position of wanting to use web content while not being able to enjoy reliable and continual access to the Internet.

2011-10-20 19:00:00   Source: Build an HTML5 Offline Application with Application...   Tags: Build

Build truly RESTful API and website using same ASP.NET MVC code

Usually we create separate controllers or WCF service layer to deal with API part of the website but I will show you how you can create both RESTful website and API using the same controller code working over the exact same URL that a browser can use to browse through the website and a client applic

Html 5 Controls for ASP.Net MVC

Class Library for Html 5 controls for ASP.Net MVC
2011-08-17 05:51:00   Source: Html 5 Controls for ASP.Net MVC   Tags: Components