Ajax now featured on Techshrine | Also visit: 164mph | NoobGibs | Autolust

Boxxet Home   |   Log in or Register

Hot Topics   rich Web applications     ajax control toolkit     ruby on rails     Complete UI     asp.net ajax toolkit     Silverlight     ASP.NET MVC    

ASP.NET MVC

"ASP.NET MVC" is currently a popular topic for Ajax writers. We have "ASP.NET MVC" focused insightful blog posts, breaking news, fan favorite podcasts, and more for you from our Ajax collection.

Stories

Year 2009

 

Rate Visual Studio and .Net 4 Training Kit October Update

Original at MSDN Blogs external link    Tue, Oct 20    1 related articles

By Nicholas Allen What’s New in .NET Framework 4 What’s New in Visual Studio 2010 Introduction to ASP.NET MVC Introduction to .NET RIA Services Introduction to “Velocity” What’s New in Windows Workflow 4 Labs Introduction to ADO.NET Data Services ASP.NET AJAX 4 Creating Plan My Night – ASP.NET MVC Application...

Rate Sun Startup Essentials and Carsonified bring you only the best ..... FREE workshops again - be quick

Original at Sun Bloggers external link    Tue, Sep 29

By Stewart Townsend Options Details Title: Get going with MS Web Stack and ASP.NET MVC Speaker: Scott Guthrie, Corporate Vice President of Development Platforms, Microsoft Corp. Title: How to Build a Mobile Widget with HTML, CSS and JavaScript Speaker: Dominik Hellerberg - Software Developer - Vodafone

Rate ASP.NET MVC V2 Preview 1 Released

Original at ASP.NET Weblogs external link    Fri, Jul 31

Thumbnail

By ScottGu Areas provide a means of grouping controllers and views to allow building subsections of a large application in relative isolation to other sections. Each area can be implemented as a separate ASP.NET MVC project which can then be referenced by the main application. This helps manage the c...

Rate Opinion: June 7th Links: ASP.NET, AJAX, ASP.NET MVC, Visual Studio

Original at ASP.NET Weblogs external link    Sun, Jun 7    1 related articles

By ScottGu AJAX Building Interactive UI with AJAX – A look at JSON Serialization: Scott Mitchell has a nice article that explores the JSON serialization format used by ASP.NET AJAX when calling web-services and server end-points from client-side script.

Rate Minimize Code by Using jQuery and Data Templates

Original at Dr. Dobb's Journal external link    Tue, Jun 2

 CA I'm currently working on a heavily AJAX-oriented ASP.NET MVC web application for a business client and using jQuery to call controller actions, retrieve JSON data and then manipulate the DOM to display the data. Several of the pages have quite a bit of ...

Rate How To: May 30th Links: ASP.NET, AJAX, ASP.NET MVC, Visual Studio

Original at ASP.NET Weblogs external link    Sat, May 30    1 related articles

By ScottGu's Blog : Atlas Here is the latest in my link-listing series .  Also check out my ASP.NET Tips, Tricks and Tutorials page and Silverlight Tutorials page for links to popular articles I've done myself in the past.  You can also now follow me on twitter ( @realscottgu ) where I also post links and small posts. ASP....

Rate Podcast: Exploring ASP.NET MVC 1.0

Original at ASP.NET Weblogs external link    Wed, Apr 29

Thumbnail

By craigshoemaker The Life And Times of an ASP.NET MVC Controller13 ASP.NET MVC extensibility points you have to know Pain Points? We Don't Have no Stinkin' Pain Points! When I asked Jeffery and Eric what the remaining pain points of ASP.NET MVC were, I got a surprising response – none. Since the framework is int...

Rate Minimize Code by Using jQuery and Data Templates

Original at ASP.NET Weblogs external link    Fri, Apr 17

Thumbnail

By dwahlin I’m currently working on a heavily AJAX-oriented ASP.NET MVC web application for a business client and using jQuery to call controller actions, retrieve JSON data and then manipulate the DOM to display the data. Several of the pages have quite a bit of dynamic HTML that has to be generated o...

Rate Submitting my first bug after ASP.NET MVC 1.0 RTM Release

Original at ASP.NET Weblogs external link    Mon, Mar 23

By kazimanzurrashid The Controller class of ASP.NET MVC Framework has few overloaded methods to return json result from the controller actions. Internally it uses the JavaScriptSerializer which was introduced in ASP.NET AJAX Framework. But unlike the DataContractJsonSerializer which works on attribute...

Rate ASP.NET MVC Tip #45 – Use Client View Data

Original at ASP.NET Weblogs external link    Wed, Oct 8

Thumbnail

By swalther In this tip, I explore one approach to building Ajax applications with ASP.NET MVC. I show how you can use view data when building Ajax applications with ASP.NET MVC in the same way as you would use view data when building server-side application. I demonstrate how to create a custom HTML Helpe...

Rate Create REST API using ASP.NET MVC that speaks both Json and plain Xml

Original at ASP.NET Weblogs external link    Fri, Oct 3

Thumbnail

By oazabir So far you have seen simple object and list serialization. A best practice is to return a common result object that has some status, message and then the real payload. It's handy when you only need to return some error but no object or list. I use a common Result object that has three properties -...

Rate ASP.NET MVC Application Building: Forums #6 – Ajax

Original at ASP.NET Weblogs external link    Mon, Sep 22

Thumbnail

By swalther In this series of blog entries, I build an entire MVC Forums application from start to finish. In this entry, I create the user interface for the Forums application by taking advantage of ASP.NET AJAX client templates. I build the entire user interface for the Forums application with a singl...

Rate ASP.NET MVC Preview 5 and Form Posting Scenarios

Original at ASP.NET Weblogs external link    Mon, Sep 1

Thumbnail

By ScottGu This past Thursday the ASP.NET MVC feature team published a new "Preview 5" release of the ASP.NET MVC framework.  You can download the new release here.  This "Preview 5" release works with both .NET 3.5 and the recently released .NET 3.5 SP1.  It can also now be used with both Visual Studio 2008 as w...

Rate ASP.NET MVC Tip #37 – Create an Auto-Complete Text Field

Original at ASP.NET Weblogs external link    Sat, Aug 23

Thumbnail

By swalther In this tip, Stephen Walther demonstrates how you can create an auto-complete text field in an MVC view by taking advantage of the Ajax Control Toolkit. He explains how you can create a custom Ajax Helper that renders the necessary JavaScript. In the previous tip, I demonstrated how you can...

Rate Podcast: ASP.NET MVC + ASP.NET AJAX

Original at ASP.NET Weblogs external link    Thu, Jul 24

By craigshoemaker Jess Chadwick describes how to integrate the ASP.NET AJAX framework with ASP.NET MVC. With a few tricks up his sleeve, Jess makes it easier than it seems. Jess is "Lead Code Monkey" at Infragistics, president of the New Jersey .NET User Group and contributor to the Code Camp Server project. Reso...

Rate Patch: ASP.NET MVC Preview 4 Released

Original at ASP.NET Weblogs external link    Wed, Jul 16

By shiju The following is the higher level roadmap of MVC that available from CodePlex. Improved Ajax Support           -Support multiple partial updates Improvements to the Ajax helper methods (link to action, ajax form, field and form observers) Helper Methods Improvements Validatio...

Rate April 28th Links: ASP.NET, ASP.NET AJAX, ASP.NET MVC, Silverlight

Original at ASP.NET Weblogs external link    Mon, Apr 28

By ScottGu's Blog : Atlas Here is the latest in my link-listing series .  Also check out my ASP.NET Tips, Tricks and Tutorials page and Silverlight Tutorials page for links to popular articles I've done myself in the past. ASP.NET Displaying the Number of Active Users on an ASP.NET Site : Scott Mitchell continues his ex...

Rate Submitting an AJAX Form with jQuery

Original at DotNetKicks.com external link    Thu, Feb 21

This is one of the neatest, straightforward, and down right coolest way to submit a form with the ASP.NET MVC Framework. I've blogged in the past about jQuery and how useful it is. Combining MVC with jQuery can produce some really neat ...

Rate ASP.NET MVC Framework and AJAX Using jQuery, JavaScriptSerializer and LINQ

Original at David Hayden external link    Wed, Feb 6

Thumbnail

By Dave Hayden by David Hayden, Florida ASP.NET Developer   As mentioned earlier, I presented the new ASP.NET MVC Framework at the South Florida Code Camp.   ASP.NET MVC Framework and Composite Web Application Block As an FYI, I just posted some sample code that shows off the ASP.NET MVC Framework with the Co...

Year 2007

 

Rate Ajax with the ASP.NET MVC Framework

Original at DotNetKicks.com external link    Mon, Nov 26

This post presents a few basic Ajax features (similar to partial rendering and behaviors in terms of concepts) running on top of the ASP.NET MVC framework... some early ideas, experimentation and app-building results. ...

Rate Ajax with the ASP.NET MVC Framework

Original at ASP.NET AJAX Team Blogs external link    Sun, Nov 25

This post presents a few basic Ajax features (similar to partial rendering and behaviors in terms of concepts) running on top of the ASP.NET MVC framework... some early ideas, experimentation and app-building results.

Popular Topics
Search Ajax
Also of Interest...
Do you publish a blog? If so, consider joining the Boxxet Network and see your great content showcased and rewarded! Learn more...