what is assembly?
Answers were Sorted based on User's Feedback
Answer / seshu
assembly is a collection of dll,exe files required for
running entire application.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sabeer pasha
An Assembly is a Executable or a Dll file. they are three
kinds of Assemblies
i) Private Assemblied
ii) Public/Shared Assemblies(This are Available in GAC).
iii)Multilingual Assemblies( For MultiLanguages)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / jacky
Assembly is a compiled( standerd) code which is handel and
understand by CLR , via using assembly we can achive the
Encapsulation and Type sefty For MSIL code
| Is This Answer Correct ? | 0 Yes | 0 No |
An Assembly is a unit of deployment like (.exe or .dll).
Assembly are of two type.
1-Private Assembly
2-Shared Assembly
Private Assembly is place on client application and it can be used only for the specific application because it con not be stored in GAC.private assemble does not use strong name.
Shared Assembly is place in GAC(Global Assemble Cache).
Shared Assembly used in many application on the same machine.
GAC is a place where all shared assemble stored.GAC use strong name to identify the uniqueness of shared assembly.
Strong Name is a collection of
1-Assembly name
2-Assembly version
3-Assembly Culture
4-Public key crytography
| Is This Answer Correct ? | 0 Yes | 0 No |
How we generate the BARCODE in ASP.Net using c# ! in library management systen for books .
What are the disadvantages of view state?
Define session in asp.net.
What are the differences between primary foreign and unique keys?
how we can solve machine key error in asp.net?
Please brief not about xsd,xslt & xml?
what is use of web.config?
i wand basic interview based questions in asp.net and vb.net
Explain about consistent programming model in the .NET framework?
What asp.net control can embed xaml into asp.net pages?
Below is a code extract from an ASP.Net application. The code basically reads data from the “name” field in the “members” table and prints them onto the webpage. Using the assumptions provided, fill in the 4 blanks below so that the code will run correctly. ‘Assumptions: ‘conn_str is a variable that holds the connection string to the database ‘Objects dbcomm and dbread are already declared earlier dbcomm = New OleDbCommand("SELECT name FROM members", conn_str) dbread = dbcomm._______________ _____________________ response.write(_______________) _____________________ dbread.Close()
What is Web API Routing?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)