CSharpFeeds - All your C# feeds in one place.

Tuesday, March 03, 2009

The MVC framework: adding AJAX to your app

by luisabreu via LA.NET [EN] on 3/3/2009 10:44:47 PM

In the last post we’ve already seen one way to add AJAX to an MVC app: using the AJAX JQuery methods in order to get a JsonResult from the server. In this post we’re going to take a look an another approach: using the MVC AJAX helpers (which are based on the MS client AJAX API) for submitting all the forms’ fields and refreshing a specific zone on the page (ok, if you know ASP.NET AJAX, you can say that this is "”AJAX a la UpdatePanel” :)). Before going on, you should keep in mind that I do ...

[ read more ]

Triggering events on UI components (WinForms)

by JPSB via Develop With Passion® on 3/3/2009 10:37:00 PM

I am currently working on a large winforms application (most likely the last winforms app before I make the transition to WPF). I am writing the application in a top down fashion, which means I drive out the tests for the presenters, and then move down through the corresponding layers to get a good vertical slice of functionality. When it comes to the development of the user interface I am using a command based UI to allow me to easily drive the testing of the screens easily from a unit t ...

[ read more ]

The MVC framework: returning JSON

by luisabreu via LA.NET [EN] on 3/3/2009 11:16:46 AM

After a few days without talking about ASP.NET MVC, it’s time to resume my study of the platform. Today we’re going to look at a special ActionResult type: the JsonResult class. You can use this specific ActionResult type for returning JSON from a controller’s action method. This class offers three public properties: ContentEncoding: as you can suspect, you can pass an Encoding object that should be used for encoding the response returned from the server; ContentType: used for specifying ...

[ read more ]

Framework Design Guidelines: Dependency Properties

by BradA via Brad Abrams on 3/3/2009 2:10:09 AM

Continuing in our weekly blog post series that highlights a few of the new additions to the Framework Design Guidelines 2nd edition.. This content is found in the Dependency Properties section of Chapter 9: Common Design Patterns. Phil offers some great additions to the base pattern. The following guidelines describe details of Dependency Property dependency property design. DO inherit from DependencyObject, or one of its subtypes, when implementing Dependency Properties. The type provides a v ...

[ read more ]

Beginning Test Driven Development

by Brendan Enrick via ASPAlliance.com - Articles, reviews, and samples for .NET Developers on 3/3/2009 12:00:00 AM

Many developers want to learn to use the practices of Test Driven Development. In this article, Brendan explains how to get started writing tests before writing code. He uses code snippets of tests and the implementation code to demonstrate some practices he uses when testing. ...

[ read more ]

Subscribe

New Feed

Product Spotlight

Recently Updated Sources

Legal Note

The content of the postings is owned by the respective author. CSharpFeeds is not responsible for the contents of the postings. This site is automatically generated and cannot be reviewed for abusive content. If you find abusive content on CSharpFeeds, please contact us. Designated trademarks and brands are the property of their respective owners. All rights reserved.

Advertise with us