-
Foundations_of_CPlusPlus-CLI
说明: 說明在.NET 3.5中,Visual C++的資料型態及使用(Indicate. NET 3.5 in, Visual C++ data types and use of)
- 2010-04-19 15:17:45下载
- 积分:1
-
asp.net中profile的详细配置
asp.net中profile的详细配置-asp.net detailed in the profile configuration
- 2022-11-17 10:30:04下载
- 积分:1
-
FlashForm
窗体特效,打开进度,支持不规则窗体,建任意形状的窗体(Form effects, open the progress and support the irregular form, built in the form of arbitrary shape)
- 2008-04-29 16:48:53下载
- 积分:1
-
wssd
网站名称:网络书店
版本:v1.0
开发工具:Visual Studio 2005
开发语言:C#
开发框架:.NetFramework 2.0
数据库:sql server 2005
其他:借鉴PetShop4.0的三层架构,数据库操作全部使用存储过程,使用NUnit进行数据操作层的测试,并附上开发文档(Site Name: Network Bookstore version: v1.0 development tools: Visual Studio 2005 development languages: C# development framework:. NetFramework 2.0 Database: sql server 2005 Other: learn PetShop4.0 three-tier architecture, database operations all use stored procedures, use NUnit test data manipulation layer, accompanied the development of the document)
- 2013-10-08 14:00:15下载
- 积分: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
-
教务管理系统
基本教务的日常管理,如学籍信息,教师信息,等
- 2023-01-23 10:10:05下载
- 积分:1
-
Based on CoolPad,. Net 2.0 to develop the necessary API
基于CoolPad,.net 2.0开发所需API-打电话-Based on CoolPad,. Net 2.0 to develop the necessary API-call
- 2023-02-10 07:15:03下载
- 积分:1
-
漂亮的后台管理系统
这个模板还是很好看的,使用了大量的CSS和js
- 2022-05-13 03:45:33下载
- 积分:1
-
WPF编程宝典:使用C# 2008和.NET 3.5(第2版
书上所涉及到的所有源代码,09年8月最新出版的...
WPF编程宝典:使用C# 2008和.NET 3.5(第2版
书上所涉及到的所有源代码,09年8月最新出版的-Pro WPF in C# 2008: Windows Presentation Foundation with .NET 3.5, Second Edition
books that are involved in all the source code, in August 2009 the latest edition of
- 2022-03-19 09:58:39下载
- 积分:1
-
.net2.0架构flash 网站模板
使用工具vs2005 access数据库
.net2.0架构flash 网站模板
使用工具vs2005 access数据库-. net2.0 framework for the use of flash website templates vs2005 access database tools
- 2022-04-01 13:18:49下载
- 积分:1