Community Sites
Create your own community website and start earning today !
It's Free !
 
Communities Members BookmarksPolls Fresher Jobs Funny Pictures MCA Projects New Member FAQ  



My Profile
Active Members
TodayLast 7 Days more...



Awards & Gifts
Online Exams

Fresher Jobs


Our fresher job section is exclusively for fresh graduates! Find jobs for freshers in major Indian cities including Bangalore, Chennai, Hyderabad, Pune or Kochi

Resources


Find educational articles, blogs, discussion threads and other resources.

Colleges


Find details about any college in India or search for courses.

website counter




ASP.NET Interview Questions with Answers - Set 4


Posted Date: 09 Feb 2008    Resource Type: Articles/Knowledge Sharing    Category: General

Posted By: Bala       Member Level: Diamond
Rating:     Points: 4



ASP.NET Interview Questions with Answers - Set 4

What do you know about .NET assemblies?
Assemblies are the smallest units of versioning and deployment in the .NET application. Assemblies are also the building blocks for programs such as Web services, Windows services, serviced components, and .NET remoting applications.

What's the difference between private and shared assembly?
Ans : Private assembly is used inside an application only and does not have to be identified by a strong name. Shared assembly can be used by multiple applications and has to have a strong name..

What's a strong name?
Ans : A strong name includes the name of the assembly, version number, culture identity, and a public key token..

How can you tell the application to look for assemblies at the locations other than its own install?
Ans : Use the directive in the XML .config file for a given application.
should do the trick. Or you can add additional search paths in the Properties box of the deployed application..

How can you debug failed assembly binds?
Ans : Use the Assembly Binding Log Viewer (fuslogvw.exe) to find out the paths searched..

Where are shared assemblies stored?
Ans : Global Assembly Cache..

How can you create a strong name for a .NET assembly?
With the help of Strong Name tool (sn.exe)..

Where's global assembly cache located on the system?
Ans : Usually C:\winnt\assembly or C:\windows\assembly..

Can you have two files with the same file name in GAC?
Ans : GAC is a very special folder, and while normally you would not be able to place two files with the same name into a Windows folder, GAC differentiates by version number as well, so it's possible for MyApp.dll and MyApp.dll to co-exist in GAC if the first one is version 1.0.0.0 and the second one is 1.1.0.0..




Responses


No responses found. Be the first to respond and make money from revenue sharing program.

Feedbacks      
Popular Tags   What are tags ?   Search Tags  
(No tags found.)

Post Feedback


This is a strictly moderated forum. Only approved messages will appear in the site. Please use 'Spell Check' in Google toolbar before you submit.
You must Sign In to post a response.
Next Resource: ASP.NET Interview Questions with Answers - Set 3
Previous Resource: ASP.NET Interview Questions with Answers - Set 5
Return to Discussion Resource Index
Post New Resource
Category: General


Post resources and earn money!
 
Related Resources

Watch TV Channels



Contact Us    Editors    Privacy Policy    Terms Of Use   

SpiderWorks Technologies Pvt Ltd. 2006 - 2007 All Rights Reserved.