hung-doan / .bookmarks

My life bookmarker
0 stars 0 forks source link

.NET Developer Interview Question. #13

Open hung-doan opened 8 years ago

hung-doan commented 8 years ago

BASIC

  1. Variable declaration: implicitly typed (var i = 10;) vs explicitly typed (int i = 10;)
  2. Memory management: HEAP vs STACK
  3. Memory management: Reference type vs Value type.
  4. What is dynamic type ?
  5. What is strongly type ?
  6. static method and a non-static method
  7. static variable and a non-static variable
  8. abstract class and interface
  9. abstract method and virtual method
  10. readonly keyword in C#
  11. Code decompiler

DATABASE

WEBSERVER

[Ref] [1] http://stackoverflow.com/questions/365489/questions-every-good-net-developer-should-be-able-to-answer