C Sharp Interview Questions
Questions Answers Views Company eMail

How To Maintain Transaction In C#?

Phoenix Technologies,

1 6540

main concept of c sharp

3 5967

I wish to create a windows application to perform a similar function as that of the "Search" which is provided to look for related files and folders in the System.. What steps must i follow??

1523

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 6833

WHAT IS THE DIFFERENCE BETWEEN STRING AND STRING BUILDER ?

3 7638

What is Interface and Abstraction (in real time scenario)

HCL,

4 17088

What is Serialization and how do we implement (in real time scenario)

1 5480

What is HashTable, what is the use of it, when do we use (purpose).

2 3299

how to retrive a TextBox value in to Sql database using C# windows form application coding

3 12320

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 2458

how many catch we can write in thye program?

2 3712

how to access the virtual method without creating the objet for the virtual method?

1 3084

can it possible to acees the virthual method using the override method object? plz give me the example

2 4080

How to run the program at particular time? It should run everyday at 3:00 PM. After executing the program should sleep until next day at 3:00 PM. Please explain with code?

Sanat, Wipro,

5 11014

may we achieve polyphormsm through overloading a funtion?Is it right or wrong concept because i read polyphormism can be achieved through overloading?plz help me thnks

1 3379


Post New C Sharp Questions

Un-Answered Questions { C Sharp }

How can we set the class to be inherited, but prevent the method from being over-ridden?

470


What is data type in c# with example?

511


What is the data encapsulation?

473


Why do we need reflection in c#?

471


What's the difference between the debug class and trace class? Documentation looks the same.

494






What are custom attributes in c#?

487


What is garbage collector and where should you use in .NET?

508


Can constructor be overloaded in c#?

468


How is a loop recorder monitored?

491


Is it possible to inherit multiple interfaces?

531


Explain about Serialize and MarshalByRef?

542


What is escape sequence in c#?

587


What is tryparse?

509


I need code to connect ohter systems in the LAN and i want to display my website image over there and i want explain as a admin through phone. So i need code to access other system using C-Sharp. Any one please help me.Please give me the code. Advace thanks.

1451


Why array is faster than arraylist in c#?

478