What is Meta Data? Explain Types of Assemblies
Answers were Sorted based on User's Feedback
Answer / anand
data about data is called metadata.there are mainely two types of assemlies (1)public
(2) private
| Is This Answer Correct ? | 10 Yes | 2 No |
Answer / sachinkunal
Assemblies are a fundamental part of programming with .net framework,it contains the code that commont language runtime executes
Types:-
1.Private assembly
2.shared assembly
3.sattelite
| Is This Answer Correct ? | 1 Yes | 0 No |
Explain how do assemblies find each other?
what are the controls used to upload a file from client to server?
what is assembly?
What is the difference between Server.Transfer and Response.Redirect?
Explain the difference between public and static modifiers?
What is namespace in .net?
Which property is used in the email to send the content as HTML
What is connection pooling and how do you make your application use it?
Explain what is immutability, what is it for and how is it codified?
What is a system lock?
What is smart navigation in .net?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?