Exploring C# Boxing (www.dijksterhuis.org)

published 10 months, 18 days ago, submitted by martijnmartijn(440) 10 months, 20 days ago

Boxing in C# has little to do with Saturday night television and quite a bit more however with that part-time job at the warehouse you had as a student. It is an important concept in C# that is related to how the compiler handles different kinds of variables in memory. Knowing how the compiler handles the various types allows you to avoid unexpected side effects in your code. This article explains what boxing is, how it works and how it can negatively effect your code if you don’t pay attention to it.

2 comments | category: | Views: 437

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 samdnpsamdnp(970) 10 months, 16 days ago

Very good martijn! Your site is very good.

posted by nihi_l_istnihi_l_ist(110) 10 months, 15 days ago

Found something new (about ArrayList's boxing) Thank you for the article

information Login or create an account to comment on this story