搜索资源列表
CSHARP_Ajax_code
- 简单的Ajax无刷新中文验证码程序,1.ChineseCode.cs:生成中文的一个类文件 2.PublicCla.cs:保存服务器端的中文字 3.image文件夹是验证码的背景 4.Default.aspx为验证码的主页 5.Img.aspx:将生成的汉字经过程序转换成图片再在页面上显示的图片 6.js.js:Ajax要实现的一系列操作 7.ValidateCode.aspx:从客户端传到服务端比较的页面 8.Web.config:整个项目的配置文件
一个简单的web service,包括服务器端和客户端
- 一个简单的web service,包括服务器端和客户端
WebServer
- 利用C#编写的Web服务器,可以实现简单的Web服务器的功能,对于理解web服务器的原理很有帮助-C# prepared to use Web servers, can be a simple function of the Web server, the web server to understand the principles of helpful
FileManager
- 通过WEB页面实现一个简单的文件管理器,可以使用浏览器来管理服务器上所有磁盘下的文件和目录。-Implement a simple file manager through the WEB page, you can use a browser to manage files and directories under all disks on the server.
SignalR.StockTicker
- ASP .NET SignalR[1] 是一个ASP .NET 下的类库,可以在ASP .NET 的Web项目中实现实时通信。什么是实时通信的Web呢?就是让客户端(Web页面)和服务器端可以互相通知消息及调用方法,当然这是实时操作的。 WebSockets是HTML5提供的新的API,可以在Web网页与服务器端间建立Socket连接,当WebSockets可用时(即浏览器支持Html5)SignalR使用WebSockets,当不支持时SignalR将使用其它技术来保证达到相同效果。