what is MetadData?.
What is CTS?
Type of Join in SQL Server?
What is diffrence between Primary Key and Unique Key?
Answer Posted / nageswara rao.garine
Metadata is the data about data.
it is one part of assembly.CLR reads metadata to know about
assembly .
CTS stands for common type Specification.it is set of rules
which can be followed by all .net languages.
There r mainly 3 types .
EQUI JOIN
NON EQUI JOIN
SELF JOIN
Primary key doesn't allow null values but unique allows null
values,not allow duplicate values.
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
Name a few different return types of a controller action method?
what is csdl?
Explain linq to entities? : Entity framework
What are the possible razor view extensions?
Where is the new functionality in the .net framework 3.0 (such as wcf, wf, wpf, and cardspace) installed to? Is that different from where the .net framework 2.0 is installed to?
Is the following route definition a valid route definition? {controller}{action}/{id}
What are actions in asp.net mvc?
What is edm in entity framework?
Explain representational state transfer (rest) in detail?
What is Layout in ASP.Net MVC?
What are HTML Helpers, AJAX Helpers in ASP.Net MVC?
what is entityclient?
Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?
how do you mark a property as required? For example, for a project, the name is a required field.
Mention two instances where routing is not implemented or required?