What is Assembly?
Answers were Sorted based on User's Feedback
Answer / satyambabu
*An assembly is the collection of exe and dll files ,
* An assenbly is the fundemental unit for application
development and development in the .net frame work.
an assembly contains a collection of types and resources
that are built to work togeather and form a logical unit of
functionality.
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / naren
Assembly is a collection of one or more files, one of
them(DLL or exe) a special metadata called assembly manifest.
Is This Answer Correct ? | 0 Yes | 0 No |
Which is better session or viewstate?
What is datagrid asp.net?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
COM+ Used ________________ Isolation Level
How to convert a string into an Integer in ASP.net?
Define static constructor?
What is asp net objects?
What is the purpose of the following segment? If ( !IsPostBack) { sqldataAdapter1.Fill (dsusers1); DataGrid1.DataBind (); } a) To populate the DataAdapter the first time the web page id displayed. b) To populate the DataSet every time the web page is displayed. c) To populate the DataAdapter every time the web page is displayed. d)To populate the DataSet the first time the web page is displayed.
What is a gridview in asp.net?
What is session in http request?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
Write a code for "RequiredFieldValidator" in java script