Are you a good .Net developer ??? Find out, here
Posted
Thursday, February 24, 2005 5:47 PM
by
Mischa Kroon
Scott hanselman has put together a list of interview questions for .Net developers
Look at the list here.
I'll warn you though, I certainly didn't know all the answers to these questions so this could bruise your ego :)
Teaser: ( the fairly easy ones )
Everyone who writes code
- Describe the difference between a Thread and a Process?
- What is a Windows Service and how does its lifecycle differ from a "standard" EXE?
- What is the maximum amount of memory any single process on Windows can address? Is this different than the maximum virtual memory for the system? How would this affect a system design?
- What is the difference between an EXE and a DLL?
- What is strong-typing versus weak-typing? Which is preferred? Why?
- Corillian's product is a "Component Container." Name at least 3 component containers that ship now with the Windows Server Family.
- What is a PID? How is it useful when troubleshooting a system?
- How many processes can listen on a single TCP/IP port?
- What is the GAC? What problem does it solve?