"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.
Visual Studio and .Net 4 Training Kit October Update
Original at MSDN Blogs
• 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...
Sun Startup Essentials and Carsonified bring you only the best ..... FREE workshops again - be quick
Original at Sun Bloggers
• 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
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...
ASP.NET MVC Tip #45 – Use Client View Data
Original at ASP.NET Weblogs
• Wed, Oct 8
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...
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 Application Building: Forums #6 – Ajax
Original at ASP.NET Weblogs
• Mon, Sep 22
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...
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...
ASP.NET MVC Tip #37 – Create an Auto-Complete Text Field
Original at ASP.NET Weblogs
• Sat, Aug 23
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...
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.