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
Which are the important namespaces used in mvc?
Explain the advantages of dependency injection (di) in asp.net mvc?
how to disable the lazy loading framework?
What are differences between entity framework and l2s? : Entity framework
What you mean by routing in asp.net mvc?
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).
Which are the important namespaces used in ASP.Net MVC?
How we can handle the exception at controller level in ASP.Net MVC?
Explain tempdata in mvc?
what is use of entitydatasource control?
What is basic authentication in web api?
differences between poco, model first and data first approach?
How to change the action name in mvc?
How do you specify comments using razor syntax?
What is MVVM design pattern?