How to call the dll at runtime in .Net?
Answer Posted / sreekanth
we will refer that dll by adding Add refernce to our project
and using the namspace o the dll we can use that class.
| Is This Answer Correct ? | 14 Yes | 17 No |
Post New Answer View All Answers
what is tracing? Where it used?
how to make and display a form without title bar?
where should I put this information then?
What does the term "green architecture" mean? : .NET Architecture
What is the difference between machine config vs. Web config : Dot net architecture
Explain the purpose of cache? How is it used? : Dot net architecture
What is the importance of updatepanel control?
Name some changes done since version 3.0?
What is one way operation?
What are end points, contract, address and bindings?
What is Object Caching in Visual Studio 2010?
How do you handle this COM components developed in other programming languages in .NET?
Explain the difference between primary & secondary storage device? : .NET Architecture
What is IL code, CLR, CTS, GAC & GC?
How do I prevent concurrent access to my data?