Job Basket Interview Tips
Login
Register
Questions
Unanswered
Tags
Users
Ask a Question
Search Jobs
Welcome to jBasket Interviews, where you can ask questions and receive answers from other members about job interviews and job seeking tips.
Is using Assembly.Load a static reference or dynamic reference?
0
votes
Is using Assembly.Load a static reference or dynamic reference? Explain.
asked
2 years
ago
by
scott
(
560
points)
c#
net
asp-net
1 Answer
0
votes
It is a static call to load dynamic references. Assembly.Load is used to load new assemblies into the application at runtime.
answered
2 years
ago
by
gooseman
(
290
points)
Related questions
0
votes
1
answer
When would using Assembly.LoadFrom or Assembly.LoadFile be appropriate?
asked
2 years
ago
by
scott
(
560
points)
c#
net
asp-net
programming
0
votes
0
answers
Is this valid? Assembly.Load("foo.dll");
asked
2 years
ago
by
hiro.numara
(
470
points)
net
c#
asp-net
0
votes
0
answers
How is a strongly-named assembly different from one that isn’t strongly-named?
asked
2 years
ago
by
hiro.numara
(
470
points)
programming
c#
net
asp-net
0
votes
1
answer
What is an Asssembly Qualified Name? Is it a filename? How is it different?
asked
2 years
ago
by
scott
(
560
points)
programming
c#
net
asp-net
0
votes
1
answer
Are the type system represented by XmlSchema and the CLS isomorphic?
asked
2 years
ago
by
scott
(
560
points)
programming
c#
net
asp-net