搜索资源列表
myTopWinCMS2
- 拓文asp.net网站内容管理系统 v2.0 v2.0重写了数据访问层,大量修改了逻辑层。新加入软件下载模块,简化生成HTML得步骤,提升生成HTML得性能,搜索引擎加入多关键字搜索功能. 一个开放源码的.net系统,基于三层结构开发;具有VB.NET和C#.NET双版版本.数据库采用SQl Server 2000,使用了大量存储过程,并非单纯的把数据库形式由ACCESS转为MSSQL的程序。 它拥有众多模块:软件下载,新闻文章,留言本,调查投票,友情链接,在线文件管理,公告发布,数
AspxCn无刷新整合型网站开源框架c#
- AspxCn无刷新整合型网站开源框架(VS2005+SQL2005) 框架名称:AspxCn无刷新整合型网站开源框架 Preview 1.0 英文名称:AspxCn Ajax WebSite Open Source FrameWork Preview 1.0 框架组成:Nbear三层框架+jquery菜单+DotNetTextBox在线编辑器控件+Anthem.net Ajax框架 运行环境:Asp.Net2.0+VS2005+SQL2005 框架简介: 通过对多个网上开源项目(
Wrox.Professional.ASP.NET.2.0.Databases.Feb.2007.eBook-BBL
- Who This Book Is For This book is aimed at intermediate or experienced programmers who have started on their journey toward ASP.NET development and who are already familiar with relational databases such as SQL Server. While readers won’t be intro
Sonic.Net.rar
- 一个C#写的IOCP(完成接口)的示例程序,明确的写出了实现IOCP的核心算法。有研究服务器端高效编程的程序员,可以参考一下。,A C# written in IOCP (complete interface) of the sample programs and clear the heart to write algorithms to achieve IOCP. Studies have high-performance server-side programming programmer
high-performance-server_src
- High Performance TCP/IP Server using C#.NET
net2
- c#+net+2.0+即时通讯源码服务端客户端+-CSharp net 2.0 source instant messaging client server
net-snmp-5.4.4.pre1.tar
- linux snmp服务器源代码 c语言版本-linux snmp c language version of the server source code
chatserver1.2
- Net-Sky ChatServer不同于其他的用PHP,ASP,PERL等脚本语言编写的或其他任何CGI模式的聊天程式,本聊天室程序使用标准C语言开发,独立于任何第三方WEBSERVER而运行,快速,高效,稳定,大容量。程序的设计目标是能在一台普通的PC上同时容纳上万人聊天。-Net-Sky ChatServer different from the other with PHP, ASP, PERL scr ipt language or any other mode of CGI chat
Socket
- C#语言编写,socket网络编程(tcp协议编写),含客户端,服务端,界面华丽,.net平台-C# Languages, socket network programming (tcp protocol preparation), including client, server, interface gorgeous,. Net platform
socket_CSharp
- .net下Socket通信源代码,C#编写,有服务器和客户端-. net source code under the Socket Communications, C# prepared, there are server and client
11
- Asp.Net探针0.90源码(Asp.net2.0版) 探测信息如下: 服务器计算机名 http://localhost/ 服务器IP地址 127.0.0.1 服务器域名 localhost 服务器端口 80 服务器IIS版本 Microsoft-IIS/6.0 本文件所在文件夹 E:\downCode\ServerInfo\ 服务器操作系统 Microsoft Windows NT 5.2.3790 Service Pack 1
Remote_Control
- This is a basic remote control application for Windows formed from two modules. One that runs as server and listen to ports 5001 and 5002 (5001 used for image transfer and 5002 for mouse commands, keyboard is not implemented), and the second one whic
ShipBlog
- 博客船承载幸福希望,在vs.net下,用C#,SQ SERVER 2000 开发-Blog boat carrying the well-being of hope that the next vs.net with C#, SQ SERVER 2000 Development
student
- 用ASP.net和C#.net实现WEB服务器编程,能够实现对学生信息的检索,删除,添加操作,方便对学生信息进行有效地管理-With ASP.net and C#. Net programming to achieve WEB server, can retrieve information on students, delete, add operations to facilitate the students to effectively manage information
Basic_ClientServer_Chat
- Client Server Chat application using TCP IP built in c# .net 2.0 Everything to get you started. I have review and tested the application and confirm that it work very well. Voip and video over ip all built in.-Client Server Chat application u
remotecontrol
- 纯SDK 实现之 远程控制,包含客户端和服务端 c/c-Net SDK to achieve the remote control, including client and server-side c/c++
TcpServer
- 本源码是一个基于visual studio 2008平台,用C#编写的TCP服务器通信的例子 -This source code is a platform based on visual studio 2008, using TCP server written in C# examples of communication
EntLib.com.Blog.Source.v3.1
- 本博客平台专注于开源.Net 系统,如开源ASP.NET论坛、开源ASP.NET博客、开源ASP.NET电子商务平台(前台购物系统和后台业务处理系统),以及分享、交流Microsoft .Net平台的相关技术及企业架构设计,如.Net Framework、ASP.NET、C#、ADO.NET Entity Framework、MVC Framework、AJAX、LINQ、SQL Server、Service Broker、WCF/WF/WPF、BizTalk、ESB (Enterprise S
net
- 客户端client.c 服务器端server.c 对c网络入门很有帮助-Client.c server.c client server network entry helpful for c
net server
- 本项目为C++11编写的基于epoll的多线程网络服务器框架,应用层实现了简单的HTTP服务器HttpServer和一个回显服务器EchoServer,其中HTTP服务器实现了HTTP的解析和Get方法请求,目前支持静态资源访问,支持HTTP长连接;该框架不限于这两类服务器,用户可根据需要编写应用层服务。