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

1575

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 2026

i want the csharp questions&answeres

IBM, Siemens,

1483

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

1 2814

What is the difference between interface and abstract class ?

Basware, BITS,

2 5009

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

IBM,

7 7835

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

IBM,

6 6007

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

2 4330

What is Nullable Type in c#

IBM,

5 10521

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

CTS,

6 10265

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 4385

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 4909

C Sharp

Wipro,

1 2874

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,

3719

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 3287


Post New C Sharp Questions

Un-Answered Questions { C Sharp }

How do you declare a method in c#?

484


What is meant by console programming?

472


What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?

519


What is int32 in c#?

487


Do vs while c#?

481






Can we override constructor in c#?

495


Why do we need constructor?

481


What is or operator in c#?

531


What is the full form of GAC? Explain its uses?

570


What is the benefit of using interface in c#?

488


What is a dynamic assembly?

519


If a.equals(b) is true then a.gethashcode & b.gethashcode must always return same hash code.

542


What does args mean in c#?

490


What are the advantages of using partial classes?

525


What is double c#?

522