C# 4.0-Dynamic Data Type, Difference between var and dynamic(jalpesh.blogspot.com)

submitted by jalpeshjalpesh(1176) 2 years, 2 months ago

C# 4.0 introduces a new keyword called 'Dynamic'. It can consume any object anything. Let's see some examples for that. dynamic intExample = 1; Response.Write(intExample); dynamic floatExample = 2.5; Response.Write(floatExample); dynamic stringExample = "DotNetJaps"; Response.Write(stringExample);

add a comment |category: |Views: 15

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