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 101917
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T00:51:48+00:00 2026-05-11T00:51:48+00:00

Why did MS originally make the decision to maintain these two separate core libs?

  • 0

Why did MS originally make the decision to maintain these two separate core libs? Maybe they had some scalability issue in mind, but nowadays I never see an application, of any type, that doesn’t need both. Does anyone have any inside information on this? It’s not really important, but been on my mind for years.

PS. I know what’s in the two libs, I know the difference – I’m a big fan of Reflector 🙂 Just wondering what practical use the separation of the two has.

  • 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. 2026-05-11T00:51:48+00:00Added an answer on May 11, 2026 at 12:51 am

    Mscorlib does contains both native and managed code.

    Amongst other things it contains the System.Object implementation, which must always be present in order for everything to work.

    It has the distinction of being the only assembly that the CLR requires to be loaded inside every managed process.

    Originally, a lot of ‘optional’ stuff (things that technically aren’t required to run an app) was put into mscorlib because they were things that were highly likely to be used by everybody. This includes things like HashTable and List.

    This gave a perf boost. If everybody is going to want to use something, then it makes sense to put it inside the assembly that everybody has to load. Then you don’t have to waste time going and binding a whole bunch of different assemblies.

    The stuff in system.dll was basically everything that wasn’t ‘worthy’ of being included in mscorlib.

    This trend, however, is starting to be reversed. The CLR is making efforts to reduce the size of mscorlib. A lot of stuff was removed for Silverlight for example (to reduce download size).

    I think they might be doing more of this kind of stuff for V4 (and later versions) but I’m not sure about the details.

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

Sidebar

Related Questions

I have some code which I did not originally create that uses _beginthreadex and
Did you ever had a bug in your code, you could not resolve? I
I have a project that originally did not use ajax. Now I want to
I am using some code which was originally taken from the Apple sample ViewTransitions
I'm trying to do some ocr by myself in C#. I originally come from
Two questions about this fiddle. http://jsfiddle.net/mjmitche/4emqh/2/ 1) Originally, the black box (with div id
I'm trying to create a struct used in two .c source files to make
git version 1.7.7.4 I have two branches development and testing . Originally testing was
What I had BEFORE was... if(DEBUGMODE) $debug_err_msgs[] = 'Some error'; // add a new
I recently inherited an iPhone app. The original developer did not understand memory management

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.