Creation of objects using Late-Binding technique(vbdotnetheaven.com)

submitted by melaniecmelaniec(660) 3 years, 6 months ago

This article will explain how we can create objects in runtime, using late binding technique. Especially for a situation where you will come to know the class name only in runtime.

1 comment |category: |Views: 401

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 eschneidereschneider(15) 3 years, 5 months ago 0

I would comment that this should be avoided.
This is IMO a bad example of when you need to do this.
Why not just create the employee directly?
Is it a derived employee maybe? Even so you can still deserialize while accounting for derived types...

Also usually you can design around these issues.

Schneider

Reply

information Login or create an account to comment on this story