-
Remoting-sample
.net Remoting的客户端中间件通讯示例,妇幼全部源码。(Client middleware communication example. net Remoting, and women and children of all source code.)
- 2014-02-12 22:23:44下载
- 积分: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
-
ae最短路径搜索
适用于.net下使用arcengine开发的最短路径搜索,基本思想分为以下几步:(1)读取shp文件和网络数据集数据(2)创建网络分析上下文对象INAContext和网络分析对象INASolver(==IRouteNASolver)(3)加载位置点图层,创建网络位置(4)设置Solver参数(输出、容限值等)(5)进行分析(6)显示路线及结果信息
- 2023-09-08 01:05:04下载
- 积分:1
-
在线文本(HTML)编辑器,支持ASP.NET
在线文本(HTML)编辑器,支持ASP.NET-Online Text (HTML) editor, support for ASP.NET
- 2022-03-19 14:57:49下载
- 积分:1
-
net-weixin
.net微信开放平台接口(接收信息、发送信息)(net micro-channel open platform interface for receiving information transmitted information)
- 2014-11-02 19:53:22下载
- 积分:1
-
WPF_Clock
WPF演示与VB.Net。 如何制作简单的图像通过使用WPF刷。它还可以阻止时间当点击表单。(WPF demo and VB.Net. How to make a simple image using WPF brushes. It can also prevent the time when I click the form.)
- 2013-05-28 01:33:28下载
- 积分:1
-
这是用ASP.net实现的一个简单的车票预订系统,对于ASP.net的初学者来说有不小的帮助。...
这是用ASP.net实现的一个简单的车票预订系统,对于ASP.net的初学者来说有不小的帮助。-This is achieved using a simple ASP.net ticket booking system, for the beginner ASP.net is not small help.
- 2022-11-26 19:10:03下载
- 积分:1
-
beijiStockSystem
一个VB.NET编写的股票分析系统,包括K线的显示及RSI指标的显示。(A vb.net write stock analysis system, including K line display and RSI display index.
)
- 2020-07-02 23:40:01下载
- 积分:1
-
WebNKIMath1
基于自然语言的QA,实现了数据库与源程序的分离。主要数据库是数学数据库。(Based on natural language QA, database and source code to achieve the separation. Main database is mathematical database.)
- 2011-09-09 07:58:18下载
- 积分:1
-
ribbon-master
说明: 基于.NET编写的 WPF 的 Ribbon 框架的应用(Application of the ribbon framework of WPF based on. Net)
- 2021-01-16 08:57:54下载
- 积分:1