C Sharp Interview Questions
Questions Answers Views Company eMail

hi my question is about understanding a text the user entered to a site , so i want to analyse that text looking for some specific items such as "honda" "shoffere" etc.. so if this site could help or could tell me where to go with such question ,i wonder. thanks

1684

hi , how could i analyse a text the user added on a site to look for some words like "car" "shouffere" .. and then i can use that information in addition to other information to make a decision about the adds im going to to show on the site.

1 2218

i want the csharp questions&answeres

IBM, Siemens,

1581

i have a string aabccefsdss.how can i get the string abcefsd. or write the fallowing string with only character occurrence of once .

1 2982

What is the difference between interface and abstract class ?

Basware, BITS,

2 5263

Say true or false,Private constructor have object or not?

IBM,

7 8364

Hi all,I am the beginner. Please tell use of finally block.

IBM,

6 6461

Any .net training centers available near hitech city , hyderabad?

2 4564

What is Nullable Type in c#

IBM,

5 10884

What is the partial class in C# What is the use of partial class in C#?

CTS,

6 10869

If there are 2 interface IParentInterface & IChildInterface as follows. interface IParentInterface { void InterfaceMethod(); } interface IChildInterface : IParentInterface { void InterfaceMethod(); } Both the interface contains method with same name InterfaceMethod(). How InterfaceMethod() will be handled in IChildInterface as its deriving IParentInterface

3 4670

For a combobox and a listbox same datatable given as a datasource. Now problem is that whenever focus of listbox changes selected value of combobox also get change or vice versa. what to be done to avoid this. According to requirement we cannot make different datasouce.

Syntel,

2 5168

C Sharp

Wipro,

1 3066

Asha buys 16 Chocolates for rs 12 and 24 chocolates for rs 20, if she sold them 30 chocolates for rs 30 then what is the Gain/Loss percentage? Gain(700/19 %) Loss(700/19 %) Gain(500/19 %) Loss(500/19 %) If one person ate 100 grapes in 5 days and 6 more each day from starting, what was the no of grapes he ate on first day? 6 8 10 7 If seven men P, Q, R, S, T, U, V parked his car, P and Q something like that. 6 student J, K, L, M, N, O went for picnic in 2 batches, K and L have to go together, M and O do't go together, if O and L go in one batch then which of these combination will be wrong. Jmnp Jklo klop JKLO a boat can go upstream and down stream, if it goes 5/2 times of downstream at the speed of 6 kmph then what will be the speed of upstream? 15 KMPH 12 KMPH 10 KMPH 11 KMPH A, B, C, D, E sitting on a table, A sits 2 seat left from B and C sits 2 seat right from B then what will not be the combination ACDE

Symphony,

3851

what will be the output of the given below coding. using System; public class Exercise { static void OddNumbers(int a) { if (a >= 1) { Console.Write("{0}, ", a); a -= 2; OddNumbers(a); } } public static int Main() { const int Number = 9; Console.WriteLine("Odd Numbers"); OddNumbers(Number); Console.WriteLine(); return 0; } }

iGate,

1 3555


Post New C Sharp Questions

Un-Answered Questions { C Sharp }

Value Type and Reference Type Data type in C#?

632


What is an assembly loader?

598


Can you create an instance of a static class?

643


What is the differences between datagrid, datalist and repeater in .net?

584


Define satellite Assembly in .NET?

661






What is public or shared assemblies ?

668


What is the difference between system.string and system.text.stringbuilder classes?

606


What is the difference between Singleton design pattern and Factory design pattern?

636


Is java better than c#?

607


Why do we need to serialize data?

586


What are the basics of c#?

646


What exactly happens when we debug and build the program?

2073


Does c# support properties of array types?

628


Explain the advantage of using system.text.stringbuilder over system.string?

555


What is difference between a function and a method?

581