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

  • 相关阅读:
    虚拟机virtualBox
    在scala命令行中加入类库
    使用git submodule
    Julia1.x安装
    texshop 使用技巧
    vimdiff换行
    双系统磁盘挂载失败
    www.wolframalpha.com
    sublime3激活方法
    实验数据
  • 原文地址:https://www.cnblogs.com/RR-ghost/p/4600514.html
Copyright © 2011-2022 走看看