what is MetadData?.
What is CTS?
Type of Join in SQL Server?
What is diffrence between Primary Key and Unique Key?
Answer Posted / m.karunakar
Metadata?
describe the properties/characteristics of the data.example
name variable contains what type of data whether it may be
digits or char and total number of bytes it takes.
CTS
Common type System.it shows .Net supported predefined data
types(Value and Refernce type).
Join?
inner join,outerjoin,equijoin.
primary key identifies uniquness and not a null value in the
rows and unique key accept null value also .
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain the use of Inversion of control (IOC)?
How do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).
What is the "helperpage.isajax" property?
What operating systems will the .net framework 3.0 be available for?
what is eager loading?
what do you mean by table-per-hierarchy?
Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?
Explain two instances where routing is not implemented or required?
What are Model Binders in ASP.Net MVC?
In razor syntax, what is the escape sequence character for @ symbol?
How we can handle the exception at controller level in ASP.Net MVC?
What are bundling & minification features in asp.net mvc 4?
Is it possible to create a custom filter?
Name a few different return types of a controller action method?