What is console programming language?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

How?s the DLL Hell problem solved in .NET?

3 Answers  


what is Encapsulation?

7 Answers   IBM, Tech Mahindra,


How do you concatenate in c#?

0 Answers  


Can you prevent a class from overriding?

3 Answers  


These questions were asked me in a technical interview: •If we deploy an application on multiple server (like database server, web server) then, each request should be redirected to proper server, then how you will handle it in your code? •How security pinholes will be handled in an application? •What things should be considered while writing a web application? •How will you do load/performance testing of web application? Which framework you will use for it? •How will you implement a cache for results which require a DB access? Please let me know how to write an web application considering all these points. I am not so much aware of architechural design of web application. Your guidelines will be helpful.

0 Answers   TCS,


What is inheritance c#?

0 Answers  


How do I declare a pure virtual function in c#?

0 Answers  


How can you reference current thread of the method ?

0 Answers  


Enlist some of the properties of a thread class?

0 Answers  


What is a satellite assembly in c#?

0 Answers  


f i give input like 1,1,4,5,6,1,2,5,4,1,2, then output should be like : 1-4, 2-2, 4-2, 5-1, 6-1 which means 1 occurs 4 times, 2 occurs 2 times like so.

7 Answers  


What framework is used for performance testing/load testing?

0 Answers   TCS,


Categories