ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  ASP.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
How do you register a .NET assembly?
 Question Submitted By :: Swapna
I also faced this Question!!     Rank Answer Posted By  
 
  Re: How do you register a .NET assembly?
Answer
# 1
Using Regasm.exe tool
 
Is This Answer Correct ?    0 Yes 0 No
Srikanth
 
  Re: How do you register a .NET assembly?
Answer
# 2
first step is to create a strong name for your assembly by 
using the sdk tool named sn and then using the regasm tool 
to register the meta data into the registry.

Syntax:

To create a key pair
   
     sn –k myKey.snk

To sign the  assembly with a strong name using attributes

     [assembly: AssemblyKeyFileAttribute(@"..\..\key.snk")]

To sign the  assembly with a strong name using assembly 
linker 

al /out:MyAssembly.dll MyModule.netmodule /keyfile:myKey.snk
 
Is This Answer Correct ?    1 Yes 0 No
Lavanya
 
 
 
  Re: How do you register a .NET assembly?
Answer
# 3
To register an assembly : Regsvr32

Also you can use GacUtil.exe tool
 
Is This Answer Correct ?    0 Yes 0 No
Saiish Bhat
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
What is custom control. What is the difference between custom control and user control ? Microsoft1
Why Web Services?  1
Where can we set the specific variables for a application and Session objects ?  2
How many column in table of sql server?  3
What is the Global.asax used for?  3
If I'm developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing) what would be the best approach to maintain login-in state for the users? Syntax-Softtech7
When an ASP.NET server control is added to a web form, Visual Studio .NET adds one item to the class for the form. What item is added? a) The event registration. b) A protected class member for the control. c) A default event handler for the click event. d) A default class that inherits from the control?s base class. Syntax-Softtech3
What is view state and how this can be done and was this there in asp? Accenture8
Is overloading possible in web services? Microsoft2
How to limit table cell size with long strings? IBS1
What is the difference between application and cache variables? Astadia2
what is <location> tag?  2
Tell something about state management in asp.net? Accenture2
WHAT ARE DEFFERENCE BETWEEN DATALIST AND DATAGRID Seion-Infotech1
How would you get ASP.NET running in Apache web servers - why would you even do this?  1
can I use session variable in App_code Class page?? Wipro2
diffrance between stored procedure & function in sql server?  2
In SP has contains 10 query,By Using Dataset Object I need to fetch 8th query of records? How?  4
What is pre-init event in ASP.NET 2.0 page life cycle? Fulcrum-Logic1
what is strong name? Microsoft2
 
For more ASP.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com