Answer Posted / sudhanshu
in vb.net we cannot overide assembly because a hell problem
occur.A hell is that you cannot change version.msc overcome
this problem by usng overversion with config .in this
concept we change version means that olderversion to newer
version and newer version to older version. Assembly
versioning allows the application to specify not only the
library it needs to run (which was available under Win32),
but also the version of the assembly.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can you set which type of comparison you want to perform by the comparevalidator control?
Write some code using interfaces, virtual methods, and an abstract class`
Out of ASP or ASP.NET which one is stateless?
What is the difference between session.abandon() vs clear()?
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
Explain Life cycle of ASP.NET page when a request is made.
Can we have 2 web config files?
What is a session in asp.net?
What is cas?
What is meant by web application?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
What are client activated objects and server activated objects?
What is the maximum amount of memory any single process on windows can address?
What is the use of worker process in asp.net?
What is caching in asp.net?