다음을 통해 공유


Tagging Glossary

Announcements- Notice that something new related to WCF has come out (primarily product releases).

Answers- Articles based on questions that I've gotten or that explain how to solve a specific problem.

Bindings- Articles about writing or using bindings, custom bindings, standard bindings, or binding elements.

Channel Extensibility- Articles about using our extensibility points for protocol and transport channels. This is a subcategory that applies to either the Channels and Transports topics.

Channels- Articles about writing or using protocol channels. If you're instead looking for information about transport channels, then the right topic is Transports.

Documentation- Articles that will eventually appear in the official product readme or SDK. These articles are usually the first draft that I've written before the content has been reviewed.

Encoders- Articles about writing or using message encoders.

Hosting- Articles about running WCF services inside of a hosting environment, such as IIS.

HTTP- Articles about the HTTP protocol or our HTTP transport channel.

Indigo- Every article that is specifically related to WCF. That's about three out of four of the daily articles. Popular topics that are more general than just WCF are Networking and Security Algorithms.

Messages- Articles about creating or using XML InfoSet messages.

Misc- A small number of articles that would otherwise not be covered by any of these topics.

Networking- Articles about general-purpose network protocols and features.

Samples- The basic idea is that you describe a scenario and then explain how to implement that scenario in a step-by-step process. These frequently are long, multi-part series with extensive code listings.

Security- Articles about networking or Windows security. Security Algorithms and Transport Security are popular subcategories that can also be applied to this topic.

Security Algorithms- Articles about general-purpose algorithms for securing data. These articles usually involve a bit of math.

Service Architecture- Articles about the design of a service application or group of services.

Standard Bindings- Articles about one of the predefined system bindings that ship with WCF.

Stream Upgrades- Articles about the extensibility point on connection-oriented transports that can modify the byte stream before transmission. This is a subcategory of the Transports topic.

TCP/IP- Articles about the TCP/IP protocol suite or our TCP transport.

TechEd- Articles about the regular Microsoft TechEd conference.

Transport Security- Articles about securing data at the network transport layer, particularly through the use of SSL/TLS security.

Transports- Articles about writing or using transport channels.

Next time: The Most Distinguished Fault

Comments

  • Anonymous
    December 20, 2006
    A fault code is an opaque string that classifies an error. The fault code string doesn't have to be meaningful,

  • Anonymous
    July 02, 2007
    This year I've added a dozen additional categories to cover the topics that I was writing about most