-
Advanced Programming C# Web Applications
C#网络应用高级编程-电子教案
第1章 进程、线程与网络协议
第2章 TCP应用编程
……
-Advanced Programming C# Web Applications- Electronic Teaching Chapter 1 of the process, thread and network protocols, TCP Application Programming Chapter 2
- 2022-05-20 18:49:00下载
- 积分:1
-
Uploads
可以同时批量上传文件(包括图片),目前还不支持大文件上传和进度条显示(can upload documents (including pictures), currently does not support the file upload and progress of the show)
- 2007-05-14 11:29:04下载
- 积分:1
-
一个小的C#测试程序,主要是演示了如何写一个C#程序,包括namespace用法,class用法,main方法写法等
一个小的C#测试程序,主要是演示了如何写一个C#程序,包括namespace用法,class用法,main方法写法等 -A small C# Test procedure, mainly to demonstrate how to write a C# Procedures, including namespace usage, class usage, main methods of writing, etc.
- 2023-08-22 23:05:05下载
- 积分:1
-
qingniaoshoupiaoguanli
售票管理系统,适合拿来参考售票管理系统的开发,基本功能已经实现,其他的请自行设计。(Ticket management system, suitable to be used to refer to the ticket management system development, the basic functions has been achieved, the other your own design.)
- 2012-07-31 10:29:39下载
- 积分:1
-
将模型对象发布到控制器中( ASP.NET MVC)
翻译 maninwest@Codeforge 作者:Saswat Mohanty@CodeProject
我们想在 HttpPost 时将视图中的模型对象列表发布到控制器中。很多开发员尝试通过数组获得数据列表。但是,有个简单的方法可以不用数组获取模型对象的列表。创建一个 ASP.NET MVC 4 应用程序。首先在解决方案的 Model 文件夹中创建两个模型类,例如 EmployeeModelClass.cs 和 DepartmentModelClass.cs 。
模型
public class EmployeeModelClass
{
public string Name { get; set; }
public string Address { get; set; }
public string Contact { get; set; }
public IEnumerable DeptList { get; set; }
}
public class DepartmentModelClass
{
public string DepartmentCode { get; set; }
public string DepartmentName { get; set; }
}
控制器
public class EmployeeController : Controller
{
//
// GET: /Employee/
public ActionResul
- 2022-07-02 06:59:27下载
- 积分:1
-
c#实现的邮件收发
c#实现的邮件收发-c# realize the e-mail to send and receive
- 2022-04-21 15:35:32下载
- 积分:1
-
一个简单的单点登陆
实现了简单的单点登陆,思路完整,可用作参考,也可以做二次开发。主要实现目的是形成一个单独的登陆验证,实现一个系统登陆,其他相关系统可以免登陆直接进入程序主界面,但是要自己实现权限方面的验证,需要再建立用户对照表,否则无法判断权限,只能进入公共权限功能
- 2022-01-25 21:08:36下载
- 积分:1
-
一个很好的网页模版,叶面简洁大方。只要稍作修改便可设计出自己的网页。...
一个很好的网页模版,叶面简洁大方。只要稍作修改便可设计出自己的网页。-A good page template, pithy and unaffected leaves. As long as some slight modifications will be able to design their own web pages.
- 2022-05-25 21:44:25下载
- 积分:1
-
WCF双工实例(net.tcp模式)
实现从客户端订阅WCF服务,到调用WCF方法及WCF服务端处理完成回调客户端过程,采用net.tcp双工模式
- 2022-07-08 04:31:35下载
- 积分:1
-
基于.net的多层架构设计源码,该源码是基本物流仓储业务设计。供参学习与参考...
基于.net的多层架构设计源码,该源码是基本物流仓储业务设计。供参学习与参考-Based on. Net architecture design of multi-source, the source is the basic design of logistics warehousing operations. Participation for Learning and Reference
- 2022-07-12 18:46:08下载
- 积分:1