`
gk23
  • 浏览: 176367 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

To Read

阅读更多

BBC Audio: http://news.iciba.com/1745/index.html

听力课堂: http://www.tingclass.com/

 

1. Theory of Attribute in C#, how the attribute work, and  how to create custom attribute

2. Event, callback (back caller), Listener, EventHandler in C#?

this.OnEndOfData += new EndOfDataEventHandler(MyEndOfDataHandler);

this.OnEndOfData += MyEndOfDataHandler;

// "OnEndOfData" is a instance of EndOfDataEventHandler,  

// MyEndOfDataHandler is a method returning void.  

 

3. Mapi reference

http://msdn.microsoft.com/en-us/library/cc765775.aspx

4. Theory of EWS (Exchange Web service)  

  1. Client need provide a web service to receive notification from server.

 

5. Web service  

  1. Theory of soap
  2. Debug web service.

6. Compose a website using Asp .net

7. WEBDAV ?

8. WCF ?

windows Communication Foundation (WCF)Microsoft为构建面向服务的应用提供的分布式通信编程框架,是.NET Framework 3.5的重要组成部分。根据微软官方的解释,WCF(之前的版本名为“Indigo”)是使用托管代码建立和运行面向服务(Service Oriented)应用程序的统一框架。

 

WCF是微软分布式应用程序开发的集大成者,它整合了.Net平台下所有的和分布式系统有关的技术,例如.Net RemotingASMXWSEMSMQ。以通信(Communiation)范围而论,它可以跨进程、跨机器、跨子网、企业网乃至于 Internet;以宿主程序而论,可以以ASP.NETEXEWPFWindows FormsNT ServiceCOM+作为宿主(Host)WCF可以支持的协议包括TCPHTTP,跨进程以及自定义,安全模式则包括SAML KerberosX509,用户/密码,自定义等多种标准与模式。也就是说,在WCF框架下,开发基于SOA的分布式系统变得容易了,微软将所有与此相关的技术要素都包含在内,掌握了WCF,就相当于掌握了叩开SOA大门的钥匙。

 

从功能的角度来看,WCF完全可以看作是ASMX.Net RemotingEnterprise ServiceWSEMSMQ等技术的并集。(注:这种说法仅仅是从功能的角度。事实上WCF远非简单的并集这样简单,它是真正面向服务的产品,它已经改变了通常的开发模式。)

 

9. Sliverlight ?

Silverlight 的核心是浏览器增强模块,其作用是呈现 XAML 并在浏览器界面上绘制生成的图形。它的下载体积较小(不到 2 MB),可以在用户点击包含 Silverlight 内容的站点时进行安装。该模块向 JavaScript 开发人员公开 XAML 页面的底层框架,以便实现页面级的内容交互,这样,开发人员就可以进行自己的工作,例如编写事件处理程序或使用 JavaScript 代码来处理 XAML 页面内容。

 

10. WPF & XAML

Windows Presentation Foundation,

XAML: 可扩展应用程序标记语言(XAML)

 

11. Pop3 server

 

12. Https & SSL & SSH

SSL: Secure socket layer

SSH: Secure shell,  一种服务软件,可以代替telnet,可以将数据加密后传输。属于C/S结构。

 

13. GSSAPI, SPNEGO, Kerberos, NTLM

Kerberos 服务介绍

Pasted from <http://docs.sun.com/app/docs/doc/819-7061/6n91j2vam?a=view>

 

 

14. 调试和分析应用程序

Pasted from <http://msdn.microsoft.com/zh-cn/library/7fe0dd2y.aspx>

 

15. 不用编写客户端调试WebServices

文章出处:http://www.diybl.com/course/4_webprogram/asp.net/asp_netshl/2008428/111827.html

 

16. Exchange 2007 Edge Transport Agents

Pasted from <http://itknowledgeexchange.techtarget.com/exchange/exchange-2007-edge-transport-agents/>

 

17. Communications Exchange Edge Transport Servers at Microsoft

Pasted from <http://technet.microsoft.com/en-us/magazine/2007.10.edge.aspx>

 

 

18. Microsoft Exchange Server 2007 SP1 SDK

Pasted from <http://msdn.microsoft.com/en-us/library/aa562613.aspx>

 

19. 框架设计(第2版):CLR Via C#

http://www.china-pub.com/28146

 

20 配置Exchange Server 2007中的Outlook Anywhere

http://www.5dmail.net/html/2007-12-17/2007121701405.htm

 

21. EWS updateItem

http://msdn.microsoft.com/en-us/library/aa579673.aspx

 

22. Makefile学习教程: 跟我一起写 Makefile

http://www.stlchina.org/twiki/bin/view.pl/ScriptProgram/LearnMakefile#saNGoM/Hp.BSg

 

23. 测试用例设计方法:

http://blog.csdn.net/xuhongge/category/341971.aspx

 

24. GC, SITE, GROUP, FOREST

http://technet.microsoft.com/en-us/library/cc736934.aspx

 

25. Exchange resources

Exchange Server - 微软中文技术论坛 

MS Exchange Server技术资源

msexchange

MSExchange.org Forums

MS Exchange Blog

Exchange Team Blog

Exchange子站_IT专家网

searchexchange.techtarget(hotmail 8)

 

26. DSAcess Theory

http://www.msexchange.org/tutorials/Closer-Look-Directory-Service-Access-DSAccess-Part2.html

http://support.microsoft.com/kb/298879  Set-ExchangeServer

http://searchexchange.techtarget.com/news/article/0,289142,sid43_gci1119795,00.html DSAccess for Exchange

 

卷影拷贝服务(Volume Shadow Copy ServiceVSS)

 

CDC(configuration domain controller):

the configuration domain controller is chosen to ensure that configuration changes are written to a single domain controller only. Configuration information for the organization: Exchange stores server parameters, mailbox and public folder store parameters, public folder hierarchy, tool parameters, and much more in the Configuration naming context of Active Directory.

The configuration domain controller role is re-evaluated every 8 hours by default.

DSAccess will check to see if the server is contactable over port 389 if the server is a domain controller, or 3268 if the server is a global catalog server.

389 & 3268 are LDAP ports.

 

primary domain controller (PDC) emulator
 
  Security Access Control List (SACL)

 

27. Design Exchange Server:

How to design a exchange deployment for a corporation which have 4 sub companies.

设计企业活动目录架构  

28. What Is the Global Catalog?

http://technet.microsoft.com/en-us/library/cc728188.aspx#w2k3tr_gcatg_what_ogrl

Designing the Site Topology

Pasted from <http://technet.microsoft.com/en-us/library/cc787284(WS.10).aspx>

 

Designing the Active Directory Logical Structure

Pasted from <http://technet.microsoft.com/en-us/library/cc786010(WS.10).aspx>

 

分享到:
评论

相关推荐

    How To Read A Book.pdf

    How to read a book efficiently. Part one The dimensions of reading Part two The third level of reading Part three Approaches to different kinds of reading Part four The ultimate goals of reading

    failed to read input

    修改过的failed to read input错误的dwr包,只需要将此包替换工程里面的dwr即可解决该错误信息,免去很多麻烦

    Failed to read schema document

    标题“Failed to read schema document”通常出现在XML解析或者与XML相关的操作中,指的是在尝试读取或解析XML架构(Schema)文档时遇到了问题。这个问题可能是由于多种原因导致的,包括但不限于文件不存在、文件...

    How to read datasheet(含原版和翻译版)

    "How to read datasheet"这个主题旨在帮助读者掌握如何有效地阅读和理解数据手册,从而更好地应用这些信息于实际的设计和开发工作中。 数据手册通常由半导体制造商提供,涵盖的内容包括元器件的电气特性、机械尺寸...

    How TO Read Scientific Paper.pdf

    How to read scientific paper原文 大佬详细讲解了如何读论文,主要分为三遍,每次都要更加深入,最后一遍更是直接到了复现的程度,是工科生读论文的非常好的指南。

    How to read an AWR report

    How to read an AWR report

    how to read a book

    how to read a book ,it teach you reading skills

    How to Read a Book epub

    How to Read a Book,学习如何快速读书 科学读书,第一版出版于1940年

    PEP 1 Unit 3 Look at me! PB Let's learn& Start to read.ppt

    PEP 1 Unit 3 Look at me! PB Let's learn& Start to read

    如何阅读论文 How to read a paper【滑铁卢大学S. Keshav】.zip

    读论文是从事科学研究与工程等必不可少环节,但是如何高效读论文却有一番讲究。... Keshav 撰写了《How to Read a Paper》有十多年之久,奉为经典,讲解了三轮阅读法,很实受用,可为给研究初学者的论文阅读简明教程。

    document file to read

    "document file to read" 这个标题暗示了我们要关注的是与阅读文档相关的内容,可能是关于如何高效地阅读、理解或者处理文档。描述中的 "nice document to know" 提示这份文档可能包含有价值的信息,值得我们去深入...

    Unit 1 Hello PB Start to read导学案.doc

    【Unit 1 Hello PB Start to read导学案】是一个针对英语学习的课程材料,主要针对小学阶段的学生。这个导学案旨在帮助学生复习并巩固Unit 1中的关键词汇和句型,同时通过一系列活动和练习,提升他们的阅读理解能力...

    Android 中Failed to read key from keystore解决办法

    Android 中Failed to read key from keystore解决办法 Failed to read key from keystore是一个常见的 Android 编译错误,具体来说是指在 Android 打包过程中无法读取 keystore 文件中的密钥所导致的错误。本文将...

    Start to read Part C 教案.doc

    这篇文档是关于PEP Book1 Unit1 "Hello" Start to read Part C的教案,主要讲述了Story time的教学目标、重点难点以及一系列的教学活动设计。教学目标包括三个方面:完成Start to read和Let’s check部分,理解故事...

    how to read a paper_Keshav_orginal.pdf

    However, this skill is rarely taught, leading to much wasted effort. This article outlines a practical and efficient three-pass method for reading research papers. I also describe how to use this ...

    译-How to read MTF curves 修改.pdf

    《如何阅读MTF曲线》,这是蔡司公司介绍 MTF曲线解读的资料,已翻译。读完本文,你将能够从制造商或测试机构发布的MTF数据中判断镜头的特性。另外,我们还将介绍MTF的局限性,以便你可以批判地认识镜头评论

    B start to read.ppt

    B start to read

Global site tag (gtag.js) - Google Analytics