TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Interviews
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
Java
Learn iOS Programming
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
How to use Share Assembiles practically?
By
mitesh sheth
in
ASP.NET
on
Aug 29
2006
0
4k
1
Post Your Answer
Submit
Nov, 2006
16
The main reasons to create a shared assembly
To achieve higher performance:
If a shared assembly is placed in memory by an application and another application makes a call to it again, the assembly integrity and consistency would not need another checking process, based on the first call. This brings lower memory consumption, as a single instance can response to all the applications performing requests.
Updating process:
Due to the shared assemblies having a single location, updating processes are far more simple.
0
What is the ISAPI?
We have more then two cluster index in the same table or not
Most Popular Job Functions
Developer (2375)
Programmer (1288)
Sr. Developer (826)
Sr. Programmer (449)
Fresher (398)
Tech Lead (376)
DBA (244)
Team Lead (187)
Project Lead (83)
Architect (27)
View All
MOST LIKED QUESTIONS
Why do you want to leave your current company?
What are the advantages of using REST in Web API?
What is ASP.NET Core?
How to iterate through ArrayList in jQuery?
What is the difference between TempData keep() and peek() function?
A class provides a default constructor for me. I write a constructor that takes a string as...
Can multiple catch blocks be executed in a C# program?
what is Sealed class
What were your responsibilities in your previous job ?
What Operating Systems Node.js Supports