Click here to Skip to main content
15,901,373 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello guys
I need your help. My interview is scheduled in a company. They are into .NET technology. They are going take my interview on windows application development.
I have worked on web development. So i am familiar with Asp.net, C#, .NET framework, MS SQL, ADO.NET. But i have no idea about what they will ask if they want windows application developer.
Please tell me the topics that i should prepare. Please let me know if you have any document or link or ebook.

Thanking you
Bipin
Posted

They will tell you about them... :)

Start your interview by yoursef
and try to be truthful by your questions :)

Then you could tell them about you :)

What word in your language will be used for a "talk" ?
Say it.
 
Share this answer
 
Well, if its application development that means Windows Forms (or might even mean WPF). Certainly, get your head around the System.Windows.Forms namespace. Get to know some of the controls.

Also, you'll likely need to know how to communicate with a Server for client/server systems. This doesn't really exist typically in ASP.NET. Have a look at Remoting, or WCF if they're 'with it'. You may even use traditional asmx webservices which you're probably familiar with.

Threading - they always ask about that. And for Heavens sake, make sure you know about cross-thread invocation in GUI - that question is a cert.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900