How do you register the .Net Component or Assembly?
Answer Posted / satej
gacutil -i [Assembly Name]
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How can u deifne the benefits and limitation of using Viewstate for state management?
Explain the differences between managed and unmanaged code?
What is inheritance and an how it be used, example with an example?
What parameters can you pass in the url of the api?
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
What are the various ways to send content from one page to another?
How you can add an event handler?
How does u get record no from 5 to 15 from a dataset of 100 records?
How can I create master page in asp net?
How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?
Explain the working of passport authentication.
What is different authentication mechanisms used in ASP.NET?
Write some code using interfaces, virtual methods, and an abstract class`
Can we use a static function with a non-static variable?