some c# questions!! please send me the answer

P

Prakash

Hi Friends,


While i am searching the c# interview questions in the internet, i got
the following questions for Architect level. Please give me the answer
for the following questions. (i hope i posted this question in the
right group. if not, please forgive me)


What's wrong with a line like this? DateTime.Parse(myString);
What are PDBs? Where must they be located for debugging to work?
What is cyclomatic complexity and why is it important?
Write a standard lock() plus "double check" to create a critical
section around a variable access.
What is FullTrust? Do GAC'ed assemblies have FullTrust?
What benefit does your code receive if you decorate it with attributes
demanding specific Security permissions?
What does this do? gacutil /l | find /i "Corillian"
What does this do? sn -t foo.dll
What ports must be open for DCOM over a firewall? What is the purpose
of Port 135?
Contrast OOP and SOA. What are tenets of each?
How does the XmlSerializer work? What ACL permissions does a process
using it require?
Why is catch(Exception) almost always a bad idea?
What is the difference between Debug.Write and Trace.Write? When should

each be used?
What is the difference between a Debug and Release build? Is there a
significant speed difference? Why or why not?
Does JITting occur per-assembly or per-method? How does this affect the

working set?
Contrast the use of an abstract base class against an interface?
What is the difference between a.Equals(b) and a == b?
In the context of a comparison, what is object identity versus object
equivalence?
How would one do a deep copy in .NET?
Explain current thinking around IClonable.
What is boxing?
Is string a value type or a reference type?
What is the significance of the "PropertySpecified" pattern used by the

XmlSerializer? What problem does it attempt to solve?
Why are out parameters a bad idea in .NET? Are they?
Can attributes be placed on specific parameters to a method? Why is
this useful?


Regards,
Prakash.
____________________________________
A little progress every day.... adds upto BIG results !
 
M

Mark Rae

While i am searching the c# interview questions in the internet, i got
the following questions for Architect level. Please give me the answer
for the following questions. (i hope i posted this question in the
right group. if not, please forgive me)

1) Launch your favourite web browser (IE, FireFox, Opera, Netscape etc)

2) Go to http://www.google.com

3) Enter the various pieces of text, one by one, in the box

4) Hit the button

http://www.google.com/search?source...EUA:2005-45,GEUA:en&q="cyclomatic+complexity"
 
R

richard.hein

Indeed. Why don't you (Prakash), actually try some of the commands,
and look up the information in the docs - it will go a lot further than
someone trying to answer all these questions one at a time. Not only
will you learn the answers, but you might even remember them.

R. Hein
 
R

richard.hein

Indeed. Why don't you (Prakash), actually try some of the commands,
and look up the information in the docs - it will go a lot further than
someone trying to answer all these questions one at a time. Not only
will you learn the answers, but you might even remember them.

R. Hein
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top