Dynamic Types Make Unit Testing JSON in ASP.NET MVC a Breeze!(www.rantdriven.com)

submitted by jeffrymorrisjeffrymorris(185) 1 year, 7 months ago

The new dynamic type in C# 4 was mainly added to offer simpler creation of objects using reflection and the ability to treat objects as they are no matter where they were created: COM interop, DLR, etc. It basically defers static typing until runtime. The object itself is statically typed, however the compiler bypasses compile-time static type checking until runtime. One place where this kind of late bound typing is really useful is unit testing ASP.NET MVC action methods that return JSON via JsonResult.

add a comment |category: |Views: 16

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

No comments so far

information Login or create an account to comment on this story