WCF - Developers Tools

For developing a WCF service application, there are mainly two tools – Microsoft Visual Studio and CodePlex. Microsoft Visual Studio is a complete package of development tools, necessary for developing a large number of diverse applications like ASP.NET web applications, desktop applications, mobile applications, and many more.

主要有2个工具可以用来开发wcf服务应用:VS以及CodePlex。  VS是一个完整的开发工具包,开发大量不同的应用是有必要的使用VS的,比如asp.net网络应用,桌面应用,手机应用以及其他的。

Microsoft Visual Studio uses the .NET framework functionality. VS使用.net framework的函数

CodePlex on the other hand is an open-source project hosting site of Microsoft that offers several free tools for WCF service application development.

另一方面CodePlex是微软的开源项目托管网站,并且提供几款免费的工具,可以用于wcf服务应用开发。

Microsoft Visual Studio

There are many editions of Microsoft Visual Studio and initially it (Visual Studio 2005) was not an ardent supporter of WCF development. At present, Visual Studio 2008 is the only Microsoft IDE available for the development of WCF service applications.

VS有许多版本,初始版本VS2005并不支持wcf开发。当前,vs2008是唯一一个支持wcf开发的微软继承开发环境 ide is for integrated development enivonment

Nowadays, the latest version of Microsoft Visual Studio 2010 is also a preferred tool for developing WCF service application. There is also a readymade template in Visual Studio for developing WCF service application.

现在,最新的VS版本--VS2010,同样支持开发wcf服务应用。VS中有一些现成的模板可以用于开发wcf服务应用

选择一个模板,vs会处于一下目的添加文件

Selection of such a template leads to addition of files for the following purposes:

  • Service contract     服务契约
  • Service implementation    服务实现
  • Service configuration   服务配置

Requisite attributes get added automatically and a simple "Hello World" service gets created by Microsoft Visual Studio without even writing any code.

必备的属性会自动添加,并且一个简单的hello world服务会被VS创建,而你不需要编写任何代码

CodePlex

CodePlex was launched by Microsoft in June 2006 and since then, it has been used by a large number of developers across the world to create .NET projects successfully. Some of the tools offered by CodePlex for developing WCF service applications are as follows:

CodePlex由微软在2006年6月发起,自那时起,它被全世界大量的开发者使用,成功的创建了.net的项目.CodePlex上能够用来开发wcf服务应用的工具如下:

  • wscf.blue - This is a Microsoft Visual Studio add-in, and also "contract-first" development toolset that facilitates the defining of the WCF service operations, and generating a code skeleton accordingly. An important link for the same is :http://wscfblue.codeplex.com
  • WCFProxyGenerator - This is also a Microsoft Visual Studio add-in. The tool is used to extend the client-side generation and offer additional error handling. For having more information regarding this particular development tool, visithttp://wcfproxygenerator.codeplex.com
  • WCFMock - Testing of WCF service can be a complicating task and this development tool offers a convenient solution for the unit testing of WCF services by its useful classes. For more information regarding this tool, visithttp://wcfmock.codeplex.com

Another free tool for the development of WCF service applications in an easy manner is WCFStorm. Its LITE version offers many striking features for dynamically invoking and testing WCF services, editing the service binding, modifying WCF URL endpoint, etc.

wscf.blue  VS的插件,“契约优先”的开发工具包,使得定义wcf服务操作更容易,并可以可以生成代码框架。

wcfProxygenerator  同样是一个VS插件。用于扩展客户端的生成,提供了额外的错误处理。

wcfMock 测试wcf服务是一项复杂的任务,这开发工具提供了一个简便的解决方案来进行wcf的单元测试,通过使用这个工具提供的有用的类。

wcfStorm提供了一个容易的方式来开发wcf服务,它的轻量级版本提供了许多突出的特点来动态调用和测试wcf服务,并且可以编辑服务帮顶一记修改wcf的url终结点等等

时间: 2024-08-11 01:35:09

WCF - Developers Tools的相关文章

The Best Tools for Developers, 2014

http://theneodesign.com/the-best-tools-for-developers-2014/ Tools, apps, software are the resources that claim to help people complete their assigned tasks without any hassle, in comparatively much lesser time and provide the ease of workflow. We at

Learning WCF Chapter1 Generating a Service and Client Proxy

In the previous lab,you created a service and client from scratch without leveraging the tools available to WCF developers. Although this helps you to understand the raw requirements for sending messages between clients and services,in reality,develo

[it-ebooks]电子书列表

#### it-ebooks电子书质量不错,但搜索功能不是很好 #### 格式说明  [ ]中为年份      ||  前后是标题和副标题  #### [2014]: Learning Objective-C by Developing iPhone Games || Leverage Xcode and Objective-C to develop iPhone games http://it-ebooks.info/book/3544/ Learning Web App Developmen

(转) [it-ebooks]电子书列表

[it-ebooks]电子书列表 [2014]: Learning Objective-C by Developing iPhone Games || Leverage Xcode and Objective-C to develop iPhone games http://it-ebooks.info/book/3544/Learning Web App Development || Build Quickly with Proven JavaScript Techniques http://

文件服务vsftpd,nfs,samba

文件服务 文件服务: 应用层:ftp 内核级网络文件系统:nfs 会话层的协议 跨平台的网络文件系统:cifs(samba) 网络存储: NAS:网络附加存储,文件系统级别的接口,共享存储的解决方案 SAN:存储取余网络,磁盘级别的块设备(要先分区)iscsi基于Internet的scsi 在专业级别的存储设备上提供远程服务 rpc远程过程调用 ftp:文件传输协议,基于tcp协议,21端口 奇葩 c/s架构协议   c <--> s   通过socket 三次握手四次挥手 命令连接 数据连接

安卓开发环境的发展演变

首先要说的是,因为我是在临近开学前搭建的安卓开发环境,所以也就没办法截图记录下自己搭建的过程. 然后言归正传,因为Eclipse和JDK的环境变量的设置都是以前就弄好的,所以也算是省了不少工作量.然后就是安卓开发的IDE的选择,百度了一下,获取到的信息大概就是以下三种.第一个自然是最普遍的用Eclipse,然后下载SDK,ADT等自己去配置环境.第二个就是Android developers tools,这是谷歌专门为android开发者提供的已经继承好ADT,SDK,AVD的集成开发环境.最后

如何为电脑(win7)搭建Android开发环境

对于Android初学者来说,熟练掌握搭建Android开发环境能提高对它的理解.具体分为两个部分:下载工具和安装测试. 第一部分:下载工具. 需要下载,jdk,Android SDK,IDE. 1.jdk是Java开发工具.进入Oracle首页,找到Java SE标签,进入标签有download子标签,在此标签下提供最新版本的jdk开发工具,下载面向软件开发人员的版本即可. 2.Android SDK是Android 软件开发工具包.进入Android首页,首页会更新最新版本的Android,

每个Android开发者必须知道的资源集锦

英文原文:Resources every Android developer must know 随着 Android 平台持续惊人的增长,越来越多的开发人员开始工作于 Android 应用程序.而且现在的 Android 平台已经非常成熟了. 这篇文章比较适合于初学者和有一定经验的 Android 开发者,文中罗列了最棒的资源. 书 也许你会认为从书中去学习新的开发框架会有点落伍,但这也确实是一条正确的道路.参见 Jeff Atwood 的<Programmers Don’t Read Boo

推荐一些顶级的Android开发书籍(转)

本帖对Android开发菜鸟和中级老兵同样适用,因为本帖重点列出了那些最常用的Android开发资源. 推荐书籍 你或许觉得,都现在了,再去看个什么书来学习Android开发,这方法应该早就过时了.没错,或许你的想法是对的.但是我们还是推荐按照过时的办法来.理由的话,请参看: Programmers Don’t Read Books – But You Should (作者为:Jeff Atwood) 我推荐下面两本书: The Busy Coder’s Guide to Android Dev