C# 4.0 Dynamic Lookup - Are You Kidding Me? (dev102.com)

submitted by shaharyrshaharyr(4325) 3 years, 6 months ago

One of the core features introduced in C# 4.0 is called Dynamic Lookup which allows a unified approach to invoking things dynamically. When you have an object of type dynamic you can do whatever you like with it, those operations are resolved only at runtime. I DON’T LIKE IT, ARE YOU KIDDING ME?

2 comments |category: |Views: 824

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:

posted by gavinjoycegavinjoyce(25.7k) 3 years, 6 months ago 0

Don't use it if you dont want to.

I'm really looking forward to this feature, it will be great when SubSonic supports dynamic finders:

http://blog.hasmanythrough.com/2006/8/13/how-dynamic-finders-work

Reply

posted by qn111qn111(575) 3 years, 6 months ago 0

Use the right tool for the right job.

This post discusses how dynamic lookup can be useful: http://www.buunguyen.net/blog/new-features-of-csharp-4.html

Reply

information Login or create an account to comment on this story