What is executenonquery c#?


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 cshtml extension?

0 Answers  


When should I use static in C#?

0 Answers   SwanSoft Technologies,


What is internal and protected-internal accessspecifier in c#.net?

1 Answers  


What is public void in c#?

0 Answers  






Can we have two main methods in c#?

0 Answers  


What is difference between a type and class?

0 Answers   Arigo Infotech,


Write a program to find the angle between the hours and minutes in a clock

0 Answers  


Trace the O/p for a program on inheritance and Polymorphism. 3 classes A,B,C A with two methods public virtual SomeMethodA public virtual SomemoreMethodA B:A overide SomeMethodA C:B new Method SomeMethodA override SomeMoreMethodA main method { b new instance of B b.SomeMethodA b.SomeMoreMethodA b1 new instance of C b1.SomeMethodA b1.SomeMoreMethodA }

2 Answers   Proteans,


What's new in c#?

0 Answers  


Why is it a bad idea to throw your own exceptions?

4 Answers  


What is Web.config?

0 Answers   Amazon,


Categories