Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Rewards
SharpGPT
Premium
Register
Login
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
iOS
Java
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
C# Interview Questions
Recently Posted
Job Title
All
Senior Management
Project Manager
Project Lead
Tech Lead
Team Lead
Architect
Sr. Developer
Sr. Programmer
Programmer
Developer
DBA
Network/System Admin
Test Lead
Tester
Fresher
CEO
CTO
Web Designer
Graphic Designer
Architect
No data found
1
Answer
What is the use of fixed statement?
Samir Bhogayta
8y
Reply
1
Answer
How do you mark a method obsolete?
Samir Bhogayta
8y
Reply
5
Answers
Can we call a base class method without creating instance?
Samir Bhogayta
8y
Reply
1
Answer
Assume that a class, Class1, has both instance and static constructors. Given the code below, how many times will the static and instance constructors fire?
Samir Bhogayta
8y
Reply
1
Answer
What is the difference between a static and an instance constructor?
Samir Bhogayta
8y
Reply
1
Answer
What is the difference about Switch statement in C#?
Samir Bhogayta
8y
Reply
2
Answers
What’s the difference between const and readonly?
Samir Bhogayta
8y
Reply
1
Answer
Does C# support variable argument on method?
Samir Bhogayta
8y
Reply
1
Answer
How can I make sure my C# classes will interoperate with other .Net languages?
Samir Bhogayta
8y
Reply
1
Answer
What standard types does C# use?
Samir Bhogayta
8y
Reply
1
Answer
What’s the difference between the System.Array.CopyTo() and System.Array.Clone() ?
Davronbek Umirov
8y
Reply
2
Answers
What is the difference between Finalize() and Dispose() methods?
Davronbek Umirov
8y
Reply
3
Answers
What is the difference between .EXE and .DLL files?
varun joshi
8y
Reply
2
Answers
What will be the output of given code and why -static void Main(string[] args){float i = 1.0f, j = 0.05f;while (i < 2.0f; j <= 2.0f){Console.WriteLine(i++ - ++j);}Console.ReadLine();}
Ujjval Shukla
8y
Reply
1
Answer
What will happen if you initialize a string object within a Using statement/block?
Vincent Maverick Durano
8y
Reply
2
3
4
5
6
46
-
60
of
591
View More
Do you know the answer for the question? Post below
*