C# Interview Questions

Click here for all ASP.NET Interview Questions

C# Interview Questions related to Iterfaces

C# Interview Questions on partial classes, structs and methods.

C# Interview Questions on Nested Types

Destructors related C# Interview Questions

C# Interview Questions on constructors

C# Interview Questions on Methods / Functions

C# Interview Questions on Properties

C# Interview Questions on Constants

C# Interview Questions on Fields

C# Interview Questions on Access Modifiers

Why should you override the ToString() method

C# Interview Questions on polymorphism

C# Interview Questions on Abstract and Sealed Class Members

C# Interview Questions on Inheritance

C# Interview Questions on structs

Basic C# Interview Questions on classes and structs

C# Interview Questions on Data Types

C# Interview Questions on value types and reference types

C# Interview Questions on data type casting

C# Interview questions on Boxing and Unboxing

Basic C# Interview Questions on arrays

Basic C# Interview Questions on strings

More C# interview questions on strings

Click here for all ASP.NET Interview Questions

14 comments:

uday said...

Good Questins for interview point of time and keep update with more stuff

Anonymous said...

Excellent set of questions on C#.. Thank you sooo much!

Anonymous said...

Really u r great

lakshman said...

well organized. it will be great if u add
questions about delegates,reflection,threading,ado.net

Anonymous said...

Very good Organized Questions
will be usefull to many people
Thank you very much

Anonymous said...

it much thank you very much

Anonymous said...

really very good questions

pavithra said...

many many thanks Mr.Venkat for your valuable Meterial

Anonymous said...

Really gr8 and very helpful, thanks for the questions

Anonymous said...

This is just a suggestion.I would appreciate if you can also categories questions based on the number of years of experience a candidate holds, i mean when somebody if 6 years old in IT, what kind of questions will he be facing. Just to fancy that. Parvez Borkar

Ram said...

Thank you very much.

Anonymous said...

1)What are restrictions on static constructors?
2)What is the meaning of string interning?
3)What is namespace for Sorting

Anonymous said...

Difference between is and as operators in C#.Net

Arch said...

is Operator :- used to check whether the run-time type of an object is compatible with a given type.
as Operator :- used for conversion between compatible types.

Post a Comment

Please post any of your questions that will be useful to other users of the blog.