Reply
Old 08-30-2007, 12:45 AM questions
Experienced Talker

Posts: 44
I need good .NET and ASP.NET Interview questions.Any help is greatly appreciated.
__________________
www.coderewind.com
Best Place to hunt for Code
codingmaster is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
     
Old 08-30-2007, 03:21 AM Re: questions
ForrestCroce's Avatar
Half Man, Half Amazing

Posts: 3,025
Name: Forrest Croce
Location: Seattle, WA
For asp.net and web development in general:
  • What's the difference between session state and view state?
    • What are some situations where you need or don't need them?
  • Describe a postback and how you deal with them?
  • How do you feel about using label or literal controls versus generating markup dynamically in the code-behind?
For .net:
  • Describe a try block? As in try { throw new Exception("blah"); } catch ( Exception ex ) { ; }
    • What are the similarities between try and using blocks?
    • Why is this important in database access?
  • When is inheritance appropriate? How does this apply to web applications?
  • How do you use the debugger?
  • Describe "type safety?"
  • What's the difference between a value type and a reference type?
  • Describe garbage collection briefly. What's the Dispose() method? This one is less relevant on the web, until you start hitting the file system, event log, or building a high scale app. For an entry-level position, "I don't know" is an acceptable answer.
Most of these are pretty open ended, and what's most important is probably how the applicant's answers mesh with your company's development philosophy.

If this is going to be the only developer, you might want to ask a few more "What's 2 + 3?" type questions to make sure the person knows their stuff, but whether their approach makes sense in the different situations above can weed out the people who are clearly unqualified.
ForrestCroce is offline
Reply With Quote
View Public Profile Visit ForrestCroce's homepage!
 
Old 08-30-2007, 06:46 AM Re: questions
chrishirst's Avatar
Super Moderator

Posts: 11,866
Location: Blackpool. UK
I think that the OP is looking for suggestions on what questions may be asked NOT questions to ask
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares?
Code Samples | People Counting System
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 08-30-2007, 05:50 PM Re: questions
Learning Newbie's Avatar
Moderator

Latest Blog Post:
What Does This Look Like?
Posts: 4,727
Name: John Alexander
?????
__________________
4 ways to improve the lives of the "bottom billion"

"HEY YOU KIDS GET OFF MY LAWN!" -John McCain
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Old 09-07-2007, 01:09 AM Re: questions
Experienced Talker

Posts: 44
thanks forresrcrostfor your help
__________________
www.coderewind.com
Best Place to hunt for Code
codingmaster is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to questions
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.13614 seconds with 13 queries