zoukankan      html  css  js  c++  java
  • Miscellaneous--Tech

    1. Questions:

    1)EF.
    2)MVC/MVP/MVVM.
    3)page lifecyle. preInit,Init,InitCompleted,preLoad,Load,LoadCompleted,preRender,Render,RenderCompleted,Unload.
    4)db table index, non-index.
    5)union, union all.
    6)cache, session.
    7)abstract, interface.
    8)GC.
    9)http/https SSL/TLS.
    10)RESTful.(URI, http: Get/Post/Put/Patch/Delete)
    11)multi thread. (Threadpool, Task Parallel Library, Action class/Func class, Dispatcher.Invoke/BeginInvoke, BackgroundWorker, lock, Monitor.Wait/Pulse, ManualResetEvent/AutoResetEvent,Semaphore)

    12)MEF/Unity/Prism.

      13)CLR,CTS,CLS,CAS
      14)ISAPI stands for Internet ServerApplication Programming Interface, is a specification that allows developers to extend IIS by writing components that proces raw HTTP requests.
      15)reference type and value type, they are all derived from system.object. a global field in a class is defined in heap like class, but local variable is defined in stack.
      16)process and thread

     

    2.Performance test tool:
      1>ANTS Performance Profiler.
      2>.NET Memory Profiler.
      3>LoadRunner.
      4>PerfMonitor.

    3.NoSQL: Mongo db, Couch db, Redis.

    4.UnitTest: Moq

  • 相关阅读:
    Kafka 探险
    Semaphore 源码分析
    ReentrantLock 与 AQS 源码分析
    synchronized 原理分析
    ConcurrentHashMap 源码分析
    LinkedHashMap 源码分析
    HashMap 源码分析
    ArrayList 源码分析
    TCP 详解
    proxifier配合ss,实现全局代理
  • 原文地址:https://www.cnblogs.com/RR-ghost/p/4600514.html
Copyright © 2011-2022 走看看