随笔分类 - .NET
摘要:http://www.cnblogs.com/yangecnu/p/3164167.html浅谈并发与并行(一)
阅读全文
摘要:1、引子 最近一直在负责.net(B/S方向)技术面试相关的工作,前前后后面试了不少人,但是通过率较低,大概只有20%左右;有颇多感慨。 最近也一直比较困惑,原因究竟是什么? 是我们要求太高,应聘者本身的问题,还是是面试的内容本身的问题? 2、我们的岗位要求 这是之前项目组整理的一个简单的...
阅读全文
摘要:https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORSCross-site HTTP requestsareHTTPrequests for resources from adifferent domainthan ...
阅读全文
摘要:1.static methods[full qualified name]::method_name2.none methodsobject.method_namehttp://hi.baidu.com/jackeyrain/item/214d544ed4c04ae81f19bc1fhttp://w...
阅读全文
摘要:Variables represent storage locations.Every variable has a type that determines what values can be stored in the variable.Local variables are variable...
阅读全文
摘要:The compiler produces 3 types of files.1.executable(.exe)files2.dynamic-link libraries(.dll)3.code modules(.netmodule).
阅读全文
摘要:1.Using Fully Qualified Names:Namespaces and types have unique names,which are described by fully qualified names that indicate a logical hierarchy.2.Creating and Using C# DLLs:reference the dll methods at compilie time,linked to your program at run time.
阅读全文
摘要:http://msdn.microsoft.com/en-us/library/ee210692%28v=sql.105%29.aspxhttp://msdn.microsoft.com/en-us/library/ee637260%28v=SQL.105%29.aspxhttp://msdn.mi...
阅读全文
摘要:http://www.cnblogs.com/jianyus/archive/2013/01/11/2856963.html
阅读全文