what is shared assembly asp net
Answer / mkm
Shared ASP.NET Assemblies are created when you want to
share the component files across multiple applications.
Shared ASP.NET Assemblies must have a unique name and must
be placed in Global Assembly Cache (GAC).
or
two types of ASP.NET Assemblies in ASP.NET: private ASP.NET
Assemblies and shared assemblies. Private ASP.NET
Assemblies are created whey you build component files like
DLLs that can be applied to one application. Shared ASP.NET
Assemblies are created when you want to share the component
files across multiple applications. Shared ASP.NET
Assemblies must have a unique name and must be placed in
Global Assembly Cache (GAC). The GAC is located in the
Assembly directory in WinNT. You can view both the manifest
and the IL using ILDisassembler (ildasm.exe).
Is This Answer Correct ? | 4 Yes | 0 No |
i have a register form & in that form i have a 2 textboxes for entering name&age.my doubt is that how can i provide error message like "invalid entry" when user enter a invalid name/age(eg:user enter name as #%%%##daff,and age as 1000.)in that textboxes.I want code.
What is web.config file ?
ASP.NET Web Service
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
Using shadow variable is good or bad for application?
What is a user developed application?
can sn.exe can be used before gacutil.exe
If(dropdownlist1.selectedIndexChanged==true) { //code } else { //code } I am getting error in If condition, so can u pls give me a solution.
what is the challenging situation you faced in your career?
3 Answers Calsoft, HP, Satyam, Wipro,
What is paging in context of Memory?
Difference between datagrid and datareader?
Explain a program using code nuggets to create a simple application? : asp.net mvc