What is a dbml?



What is a dbml?..

Answer / Rohit Kashyap

DBML (Database Markup Language) is a XML-based metadata format used by LINQ to SQL in Microsoft .NET Framework. It maps database tables, stored procedures, and other database elements into corresponding C# classes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Is javascript harder than c#?

1 Answers  


Value Type and Reference Type Data type in C#?

1 Answers   HCL,


Can you allow class to be inherited, but prevent the method from being over-ridden?

2 Answers   Mind Tree,


If I have code like try { return; } catch { return; } finally { return; } from which block will the value will be returned. and try has been executed without any error.

6 Answers   Cap Gemini,


What is an array? Give the syntax for a single and multi-dimensional array?

1 Answers  


Is c# and c sharp same?

1 Answers  


What are the different types of classes?

1 Answers  


What is difference between tostring() vs convert.tostring() vs (string) cast

1 Answers  


What is difference between ilist and list?

1 Answers  


Can we use "this" command within a static method?

1 Answers  


What is _viewstart cshtml?

1 Answers  


Which is faster hashtable or dictionary?

1 Answers  


Categories