How to call the dll at runtime in .Net?
Answer Posted / suresh
By using System.Reflection.LoadAssembly('path of dll')
Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Tell me .net mobile emulators? : Microsoft dot net mobile
Are there any third party logging components available?
Explain the difference between l1 and l2 cache? : .NET Architecture
What is biginteger and when would you use that?
How do I write to the application configuration file at runtime?
can u give me real example of how web.config overrides the machine.config file?
What is boxing and unboxing? Does it occure automaatically or you need to write code to box and unbox?
Explain is development of a mobile web application with asp.net is very easy? : Microsoft dot net mobile
what are login controls?
Explain the difference between inprocess vs out process session state : Dot net architecture
Explain about continuable exceptions?
Explain different pipelining hazards and how are they eliminated? : Dot net architecture
Define cache coherency and how is it eliminated? : Dot net architecture
Explain the race around condition? : .NET Architecture How can it be overcome? : .NET Architecture
how we can fire event in databound column in datagrid without using button?