C Sharp Interview Questions
Questions Answers Views Company eMail

How To Maintain Transaction In C#?

Phoenix Technologies,

1 6547

main concept of c sharp

3 5970

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

1528

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 6840

WHAT IS THE DIFFERENCE BETWEEN STRING AND STRING BUILDER ?

3 7640

What is Interface and Abstraction (in real time scenario)

HCL,

4 17106

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

1 5482

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

2 3313

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

3 12327

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 2461

how many catch we can write in thye program?

2 3720

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

1 3088

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

2 4084

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 11021

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 3388


Post New C Sharp Questions

Un-Answered Questions { C Sharp }

What are the steps to make an assembly to public?

492


How to sign an assembly with strong name?

575


What is a strong name in c#?

797


What is the benefit of dependency injection c#?

478


What is .cshtml file?

489






What is out in c#?

507


What is a string c#?

480


Why do we use reflection in c#?

479


What is int tryparse in c#?

509


What is the difference between “dispose” and “finalize” variables in c#?

480


What is sealed class in c#?

514


Is there hashmap in c#?

454


What is dll file in c#?

515


what is partial assembly reference

497


What is the use of functional interface?

470