Link to home
Start Free TrialLog in
Avatar of curiouswebster
curiouswebsterFlag for United States of America

asked on

.NET Framework interview prep.

I have an interview for a WinForms developer position and would like to be as prepared as possible.

What kinds of questions might come up?
ASKER CERTIFIED SOLUTION
Avatar of Jaime Olivares
Jaime Olivares
Flag of Peru image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of curiouswebster

ASKER

Looking at these questions, I see the answers will not come rolling off my tongue, even though I have some understanding of most of them.  There's only one answer I have provided about DLL's. Otherwise I'm not sure how to answer.

Could you help me with these?  I'd appreciate if you could answer one or two.

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?
             An EXE is a fully functioning aplication whereas a Windows Linked Library is a portion that gets linked in at program startup
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?

Jamie,

I just found many answer to those question on-line.

No need to reply.

Thanks,
newbieweb