Tuesday, April 6, 2010
C# Interview Questions
4/06/2010 05:13:00 PM |
Posted by
VijayKumar Yadavalli
|
Edit Post
- Is Static thread Safe?
- Where do you use Static?
- What is the difference between static and instance variables?
- What is the difference between a shared and private assembly?
- What is one key requirement for a shared assembly (as opposed to private assembly)?
- What is the procedure to sign an assembly?
- What is the difference between early binding and late binding?
- What is the difference between a process and a thread?
- What is the difference between ToString() VS Convert.ToString() VS Parse VS (string) cast?
ToString() raise an exception when the object is null.
Convert.TosString()- returns empty in case of null object
Parse - raise ArugumentNull Exception in case of null.
(string) cast - assign the object in case of null.
Labels:
C# FAQ
,
Interview Questions
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment