2010年1月11日

Svcutil.exe(ServiceModel Metadata Utility Tool)

摘要: ServiceModel Metadata Utility Tool (Svcutil.exe)The ServiceModel Metadata Utility tool is used to generate service model code from metadata documents and metadata documents from service model code.Rem... 阅读全文

posted @ 2010-01-11 18:11 Acor 阅读(1936) 评论(0) 推荐(0) 编辑

WCF 之 Getting Started Tutorial

摘要: Getting Started TutorialThe topics contained in this section are intended to give you quick exposure to the Windows Communication Foundation (WCF) programming experience. They are designed to be compl... 阅读全文

posted @ 2010-01-11 14:04 Acor 阅读(305) 评论(0) 推荐(0) 编辑

Windows Communication Foundation

摘要: Windows Communication FoundationWindows Communication Foundation (WCF) is Microsoft’s unified programming model for building service-oriented applications. It enables developers to build secure,... 阅读全文

posted @ 2010-01-11 13:52 Acor 阅读(212) 评论(0) 推荐(0) 编辑

Remotable and Nonremotable Objects

摘要: Remotable and Nonremotable ObjectsIt is important to remember that an object created in, and therefore specific to, an application domain can be called directly from that domain, but something special... 阅读全文

posted @ 2010-01-11 11:22 Acor 阅读(322) 评论(0) 推荐(0) 编辑

Runtime Hosts

摘要: Runtime HostsThe common language runtime has been designed to support a variety of different types of applications, from Web server applications to applications with a traditional rich Windows user in... 阅读全文

posted @ 2010-01-11 11:13 Acor 阅读(165) 评论(0) 推荐(0) 编辑

Hosting the Common Language Runtime

摘要: Hosting the Common Language RuntimeThe common language runtime supports many different types of applications. For example, the runtime can run Web server applications and console applications, as well... 阅读全文

posted @ 2010-01-11 11:11 Acor 阅读(215) 评论(0) 推荐(0) 编辑

Programming with Application Domains

摘要: Programming with Application DomainsApplication domains are usually created and manipulated programmatically by runtime hosts. However, sometimes an application program might also want to work with ap... 阅读全文

posted @ 2010-01-11 11:07 Acor 阅读(211) 评论(0) 推荐(0) 编辑

Application Domains and Threads

摘要: Application Domains and ThreadsApplication domains form an isolation, unloading, and security boundary for managed code. Threads are the operating system construct used by the common language runtime ... 阅读全文

posted @ 2010-01-11 11:02 Acor 阅读(175) 评论(0) 推荐(0) 编辑

Application Domains and Assemblies

摘要: Application Domains and AssembliesThis topic describes the relationship between application domains and assemblies. You must load an assembly into an application domain before you can run the applicat... 阅读全文

posted @ 2010-01-11 10:57 Acor 阅读(187) 评论(0) 推荐(0) 编辑

Application Domains Overview

摘要: Application Domains OverviewHistorically, process boundaries have been used to isolate applications running on the same computer. Each application is loaded into a separate process, which isolates the... 阅读全文

posted @ 2010-01-11 10:48 Acor 阅读(206) 评论(0) 推荐(0) 编辑

Application Domains

摘要: Application DomainsOperating systems and runtime environments typically provide some form of isolation between applications. This isolation is necessary to ensure that code running in one application ... 阅读全文

posted @ 2010-01-11 10:47 Acor 阅读(178) 评论(0) 推荐(0) 编辑

Boundaries: Processes and Application Domains

摘要: Boundaries: Processes and Application DomainsModern operating systems and run-time environments need to protect individual applications from the failure of other applications. Microsoft Windows operat... 阅读全文

posted @ 2010-01-11 10:10 Acor 阅读(185) 评论(0) 推荐(0) 编辑

导航