搜索资源列表
VisualBasic.NET(050125)
- Programming Web and Desktop Applications in ADO .NET and ASP .NET -Programming Web and Desktop Applications in ADO.NET and ASP.NET
aspintracom66
- 在一些项目中,通常需要采用C/S&B/S的混合架构来实现,这样就涉及到了Web开发,在MS的.Net没有出现之前,因为是运行于windows环境之上,理所当然的首选ASP来实现了,直到有一天,盖茨扛出了.Net大旗,振臂高呼:用洒家的.Net吧,安全快捷无副作用,一个字\"牛B\"! -in a number of projects usually need C / S
zhy200742174714120.Rar
- 神州人才招聘网 Build 1209 (by ASP.NET 2.0)
同学录系统(NET)
- 同学录系统是一个用asp.net开发的程序-college system is an Asp. Net with the program
wcffromjavascript
- WCF服务在Javascr ipt中使用ASP.NET的AJAX方法
CMPP3.0
- 中国移动CMPP3.0网关接口源代码,使用asp.net C# 开发.-China Mobile CMPP3.0 Gateway Interface source code, using asp.net C# development.
Chinaren-system-
- 校友录系统(ASP.NET 3.5实现)-Alumni (ASP.NET 3.5 implementation)
Phonebook
- 用ASP,NET开发的通讯录能够基本的完成对好友的增删改查以及其他功能-Using ASP, NET developers contacts can complete basic CRUD friends and other features
FirstPlace
- 使用 ASP.NET/C# 实现的 WebService。用于接收来自客户端REST方式上传的照片和说明。-Use ASP.NET/C# implementation WebService. REST for receiving from the client upload photos and descr iptions.
HttpMultipart
- WCF 是微软力推的通讯框架,它能够以 ASP.NET WebService 的方式实现 RESTful 方式的服务。但是缺陷是目前的版本不支持对 HTTP multipart 格式的自动解析。而不像传统的 ASP.NET WebService 可以自动解析 multipart 中的多媒体数据,并通过访问 Context.Request.Form["name"] 和 Context.Request.Files["name"] 方便地访问。 这份代码在 HttpMultipartForm