What does dbml mean in texting?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

What?s the advantage of using System.Text.StringBuilder over System.String?

1 Answers  


What is access specifier in c#?

0 Answers  


How does dictionary work in c#?

0 Answers  


f i give input like 1,1,4,5,6,1,2,5,4,1,2, then output should be like : 1-4, 2-2, 4-2, 5-1, 6-1 which means 1 occurs 4 times, 2 occurs 2 times like so.

7 Answers  


What debugging tools come with the .NET ssSDK?

0 Answers   Siebel,






If I want to override a method 1 of class A and in class b then how do you declare ?

4 Answers   MMTS,


What is difference between array and arraylist c#?

0 Answers  


Explain the difference between a namespace and assembly name in .net?

0 Answers  


How do you inherit from a class in C#?

1 Answers  


What is the execution entry point for a c# console application?

0 Answers  


Explain how do I convert a string to an int in c#?

0 Answers  


Is it possible to have different access modifiers on the get/set methods of a property in c#?

0 Answers  


Categories