HeartattacK

May 2010 - Posts

Anonymous Types are Internal, C# 4.0 Dynamic Beware!

This article explains why C# 4.0's dynamic features don't seem to work when evaluating instances of anonymous types returned from a public method of a different assembly.

Read more... 

Note: Crossposted from www.heartysoft.com

 

Posted: May 27 2010, 06:27 AM by HeartattacK
Filed under: ,
ASP.NET MVC – Unit Testing JsonResult Returning Anonymous Types

In this article, Ashic shows a few approaches to unit testing JsonResults that wrap anonymous types in ASP.NET MVC.

Read more here

Note: Crossposted from http://www.heartysoft.com/post/2010/05/25/ASPNET-MVC-Unit-Testing-JsonResult-Returning-Anonymous-Types.aspx

Fetching a Property Value via Reflection
This is a very simple introduction on using reflection to access the value of a named property on an object using Reflection.Note: Cross posted from Heartysoft.com.
Permalink
Posted: May 11 2010, 01:33 PM by HeartattacK
Filed under: , ,
ASP.NET MVC: ModelBinding Multiple File Uploads to an Array


Note: Cross posted from Heartysoft.com.
Permalink
In this article, Ashic Mahtab shows how to model bind multiple file uploads to a single array action parameter in ASP.NET MVC.
More Posts