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
What are the disadvantages of view state?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
To bind columns manually which tags do you need to add within the asp:datagrid ?
What are the page life cycle events?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
Explain asp.net mvc request life cycle? : asp.net mvc
Explain in what order a destructors is called.
What I need to create and run an asp.net application?
What is the difference between dynamic SGA and static SGA?
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
Explain the use of view state?
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?
List the advantages and disadvantages of user control an custom control?
What are the advantages and disadvantages of session?
What is base class of .net?