Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

C Sharp Interview Questions
Questions Answers Views Company eMail

what is work of continue statement in C#?

3 7165

how to cleanup object that does not support dispose method? How to implement dispose for such scenarios?

ITC Infotech,

2 4720

boxing means converting value type to reference type and unboxing means converting reference type to value type.why we need boxing and unboxing?

General Mills, Value Labs,

3 8245

how to return morethan one value using out parameter in c#.net ; For Example : public int show(out int []a) { int []a={1,2,3,4,5}; return a[]; } we have to print all the values without using the Console.WriteLine statement;

Verizon,

1 5000

hi i m bhawna ,a student of mca want to know about what type of technical question has been asked in an interview of mnc's like HCL,TCS,WIPRO

HCL,

1 2539

What Is The Difference Between ViewState and SessionState?

Fiserv,

1 6401

if you do have a stack overflow profile.what is your ranking?

1893

1. What is lazy loading? 2. What is delay signing? 3. How to transfer view object to presenter in MVP? 4. How to create a generic class? 5. What is Ajax object? 6. What is explicit interface implementation? 7. I1, I2 interfaces have same methods (say PrintName) explicitly implemented in class C1. Now how to call PrintName method from I1? 8. I have a list of Customers. List the customer with maximum orders using LINQ.

Aptron, Volvo,

1 2857

What is Partial class? What purpose we use it?

ACS, TATA,

6 9351

What is Delay Signing?

ACS,

1 5377

what is default accessibility for a class? what is difference b/w viewstate and controlstate? what is the default access specifier for a top level class which are not nested into other classes?

2 4076

Helo , Help Me , Help Me About : C# Windows Application - Network How To Manage IP Client's Accessiblity To The Internet Share concise Substitute , Minor ISA Server

1959

hi, I am a begineer to c sharp. I have written a code for finding out prime numbers. Can anyone identify what are the flaws in my code. Kindly donot complex the code or present logic because i am new to c sharp and just started learning programming language.Thanks in advance. class Program { static void Main(string[] args) { int a,b=1; a = int.Parse(Console.ReadLine()); c= int.Parse(Console.ReadLine()); if (a % b == 0 && a % 2 != 0 && a % a == 0) Console.WriteLine(a); else if (a % b == 0 && a % 2 == 0) Console.WriteLine(a%2); Console.WriteLine("Number is not PRIME"); Console.ReadLine(); } } }

2 4382

There are a class A. Another class B derived from it. Now if I do A a = new B(); and B b = new B(); What will happen in both the statements. And what is the difference between these two statements.

HCL,

3 7015

I created a class which is inherited from interface IDisposable. Now if I use object of this class with using keyword. Then How the dispose method will get call. Does garbage collector call it or some else.

Sapient,

2 6389


Post New C Sharp Questions

Un-Answered Questions { C Sharp }

What does dbml mean?

884


What is eager and lazy loading in c#?

1015


What is the different types of private assembly and shared assembly?

1016


What is difference between method and function in c#?

919


Can a struct have a default constructor (a constructor without parameters) or a destructor in c#?

992


explain the nature of the assembly work?

2558


How does foreach loop work in c#?

982


What is the purpose of dictionary in c#?

899


What is list array in c#?

875


What is strong name in c# and how can we use it?

964


If I have more than one version of one assemblies, then how'll I use old version (how/where to specify version number?)in my application?

945


List the 5 different access modifiers in c#?

931


who is a protected class-level variable available to?

1031


What is overloading with example?

929


What is delimiter in c#?

902