How do I create a dbml file?


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

Post New Answer

More C Sharp Interview Questions

In languages without exception-handling facilities, we could send an error-handling procedure as a parameter to each procedure that can detect errors that must be handled. What disadvantages are there to this method?

0 Answers   HCL,


what is the difference between a struct and a class in c#?

0 Answers   4Cplus,


What?s a delegate?

3 Answers  


Why do we need static in c#?

0 Answers  


What is private class in c#?

0 Answers  


What is yield keyword?

0 Answers  


What is a method signature?

0 Answers  


What is literal control

0 Answers  


What are the 2 kinds of data type conversions in c#?

0 Answers  


What is difference between out and ref in c#?

0 Answers  


Why do we need interface in c#?

0 Answers  


what is the need of using interface in program ex:if we have a program like this interface1() { void method1(); void method(); } class a1 : interface1 { a1 b = new b(); b.method1(); b.method2(); } so without using interface also we can achieve this then wat is the need to use the interface? plz give me the answer

1 Answers  


Categories