Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6909001
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T08:38:02+00:00 2026-05-27T08:38:02+00:00

Please excuse any irritation that may come through. So after using the early bound

  • 0

Please excuse any irritation that may come through.

So after using the early bound classes for a while now our team has noticed some cons that make early bound classes pretty useless.

Issues:

  • Slow, since it has to connect to a ws and get over http, even thought it’s running in the same process as the rest of the system.
  • Causes sql deadlocks when attaching to CREATE message in a plugin.
  • Any slight change to the system and the classes need to be regenerated and things break.

So when are they useful? Where’s MS documentation on this stuff? Besides how to generate them tutorials.

Thanks,
Jon

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T08:38:02+00:00Added an answer on May 27, 2026 at 8:38 am

    We mostly use early bound types for our development. They make sense if you develop business logic (type safety, …).

    However, there is still room for the late bound approach. We are using late bound development, when we have to stay generic and can’t predict how the target system looks like. Or if you develop some reusable component which could be configured in multiple ways (like a number generator).

    • Slow, since it has to connect to a ws and get over http, even though
      it’s running in the same process as the rest of the system.

    There is no difference between early and late bound programming in this point. Where is the difference of updating a latebound entity with .Update() and calling SaveChanges() on your data context? You don’t have to call the webservice explicitly when you are using early bound classes in plugins.

    • Causes sql deadlocks when attaching to CREATE message in a plugin.

    That is not caused by early bound types. There are other reasons for this behavior.

    • Any slight change to the system and the classes need to be regenerated and things break.

    I also can’t agree on this point. Where is the difference between having a class

    Account.Foo = "some data here";
    

    or using Entity

    Entity["new_foo"] = "some data here";
    

    If you have changes at new_foo you have to handle that with early and late bound classes. However, as mentioned above, if you don’t know the target environment using early bound classes could lead to issues if the fields referenced by the generated properties are not available.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Please excuse any mistakes in terminology. In particular, I am using relational database terms.
I'm still very new to cocoa touch so please excuse any terminology that I
Ok, I'm an MVC newbie coming from a webforms background, so please excuse any
New to MVVM so please excuse my ignorance. I THINK i'm using it right
First time poster, so please excuse any stupidity. I'm working on porting a custom
Please excuse me as I'm pretty new to using .htaccess, and am having a
First of all, please excuse any typo, English is not my native language. Here's
First of all, please excuse any typo as English is not my native language.
Hello (please excuse me for my bad english ;) ), Imagine the classes bellow:
I don't work with C often so please excuse any mistakes I might be

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.