"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.
ASP.NET MVC V2 Preview 1 Released
Original at ASP.NET Weblogs
• Fri, Jul 31
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...
Opinion: June 7th Links: ASP.NET, AJAX, ASP.NET MVC, Visual Studio
Original at ASP.NET Weblogs
• 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.
Minimize Code by Using jQuery and Data Templates
Original at Dr. Dobb's Journal
• 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 ...
How To: May 30th Links: ASP.NET, AJAX, ASP.NET MVC, Visual Studio
Original at ASP.NET Weblogs
• 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....
Podcast: Exploring ASP.NET MVC 1.0
Original at ASP.NET Weblogs
• Wed, Apr 29
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...
Minimize Code by Using jQuery and Data Templates
Original at ASP.NET Weblogs
• Fri, Apr 17
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...
Submitting my first bug after ASP.NET MVC 1.0 RTM Release
Original at ASP.NET Weblogs
• 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...
Create REST API using ASP.NET MVC that speaks both Json and plain Xml
Original at ASP.NET Weblogs
• Fri, Oct 3
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 -...
ASP.NET MVC Preview 5 and Form Posting Scenarios
Original at ASP.NET Weblogs
• Mon, Sep 1
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...
Podcast: ASP.NET MVC + ASP.NET AJAX
Original at ASP.NET Weblogs
• 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...
Patch: ASP.NET MVC Preview 4 Released
Original at ASP.NET Weblogs
• 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...
April 28th Links: ASP.NET, ASP.NET AJAX, ASP.NET MVC, Silverlight
Original at ASP.NET Weblogs
• 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...
Submitting an AJAX Form with jQuery
Original at DotNetKicks.com
• 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 ...
ASP.NET MVC Framework and AJAX Using jQuery, JavaScriptSerializer and LINQ
Original at David Hayden
• Wed, Feb 6
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...
Ajax with the ASP.NET MVC Framework
Original at DotNetKicks.com
• 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. ...
Ajax with the ASP.NET MVC Framework
Original at ASP.NET AJAX Team Blogs
• 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.