what is MetadData?.
What is CTS?
Type of Join in SQL Server?
What is diffrence between Primary Key and Unique Key?
Answer Posted / amit v
=>Meta data is information related to data itself.
=>CTS is Common Type Specification,it's describe the type
of data type used in dotNet.
=>Inner join,self Join,outer join.
=>Primary key cant be null,but it is not the case in unique
key.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is separation of concerns in asp.net mvc?
What is meant by domain model?
What is mapping in entity framework? : Entity framework
Can you explain model, controller and view in mvc?
Explain what platforms does the .net framework run on?
How does the .net framework 3.0 relate to windows vista?
What are the 2 ways of adding constraints to a route?
What “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?
Explain two instances where routing is not implemented or required?
what is conceptual model?
What is latest version of .net framework?
what is code first approach?
mention what are the various methods provided by the dataset object to generate xml?
What is the domain object?
Mention what is the difference between “ActionResult” and “ViewResult” ?