What is versioning in .NET?
Answer Posted / sampath
Versoning enables to solve the DLL hell problem in .net
which is found in ASP and VB. DLL hell is nothing but a
higher verson of DLL overwrites the older version.
| Is This Answer Correct ? | 12 Yes | 8 No |
Post New Answer View All Answers
What is the difference between system.stringbuilder and system.string
Why is string called immutable data type?
Which is faster viewbag or viewdata?
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
IN an ASP.NET Web application if there is any error, how can you debug?
Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc
What is a page life cycle?
Explain the Order of events in an asp.net page?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
What is a web api endpoint?
How will you maintain versioning in asp.net 2.0?
What are session state modes? List some of the important session state modes of asp.net.
What is slidemaster?
What is _viewstart?
What is the difference between typeof() vs gettype()?