What is the difference between private and shared assembly?

Author Topic: What is the difference between private and shared assembly?  (Read 7553 times)

Offline beingchinmayTopic starter

  • Trade Count: (0)
  • Jr. Member
  • **
  • Thank You 1
  • Posts: 73
  • Karma: 0
  • Gender: Male
  • I am Chinmay
    • Modular Kitchen Designer
Shared assembly is used by multiple application and should have a strong name. Private assembly is used inside an application   and they don’t require strong name.


Offline Lishmalinyjames

  • Trade Count: (0)
  • Hero Member
  • *****
  • Thank You 3
  • Posts: 797
  • Karma: 0
    • Oneplus Service Center in Chennai
Re: What is the difference between private and shared assembly?
« Reply #1 on: 03-25-2021, 01:34:06 »
A private assembly is normally used by a single application and is stored in the application's directory, or a sub-directory beneath. A shared assembly is intended to be used by multiple applications and is normally stored in the Global Assembly Cache (GAC), which is a central repository for assemblies.


Offline saravanan28

  • Trade Count: (0)
  • Sr. Member
  • ****
  • Thank You 2
  • Posts: 428
  • Karma: 0
Re: What is the difference between private and shared assembly?
« Reply #2 on: 04-23-2021, 05:37:30 »
A private assembly is normally used by a single application, and is stored in the application's directory, or a sub-directory beneath. A shared assembly is intended to be used by multiple applications, and is normally stored in the Global Assembly Cache (GAC), which is a central repository for assemblies.

Offline Lishmalinyjames

  • Trade Count: (0)
  • Hero Member
  • *****
  • Thank You 3
  • Posts: 797
  • Karma: 0
    • Oneplus Service Center in Chennai
Re: What is the difference between private and shared assembly?
« Reply #3 on: 05-29-2021, 05:05:16 »
A private assembly is normally used by a single application, and is stored in the application's directory, or a sub-directory beneath. A shared assembly is intended to be used by multiple applications, and is normally stored in the Global Assembly Cache (GAC), which is a central repository for assemblies.

 

Related Topics

  Subject / Started by Replies Last post
8 Replies
6796 Views
Last post 11-18-2014, 01:16:41
by davidfleming
1 Replies
1564 Views
Last post 05-16-2016, 02:27:17
by TomClarke
5 Replies
2997 Views
Last post 02-19-2016, 07:15:46
by Herstin
7 Replies
8459 Views
Last post 12-26-2022, 23:47:00
by codiant
1 Replies
1155 Views
Last post 09-26-2017, 05:09:49
by damponting44