-
《Microsoft.NET框架程序设计》(修订版)是《微软.NET程序员系列》丛书之一,主要介绍如何开发面向Microsoft.NET框架的各种应用程序。Mi...
《Microsoft.NET框架程序设计》(修订版)是《微软.NET程序员系列》丛书之一,主要介绍如何开发面向Microsoft.NET框架的各种应用程序。Microsoft.NET框架是微软公司推出的新平台,包含通用语言运行时(CLR)和.NET框架类库(FCL)。《Microsoft.NET框架程序设计》(修订版)将深入解释CLR的工作机制及其提供的各种构造,同时还将讨论FCL中一些重要的类型。全书共分为五个部分,包括:.NET框架基本原理、类型和通用语言运行时、类型设计、基本类型,以及类型管理。
-" Microsoft.NET Framework Programming" (revised edition) is " Microsoft. NET programmers Series" series, one focuses on how to develop for the Microsoft.NET framework, a variety of applications. Microsoft.NET Framework is Microsoft" s new platform, including the Common Language Runtime (CLR) and. NET Framework Class Library (FCL). " Microsoft.NET Framework Programming" (revised edition) will further explain the working mechanism of CLR and the provision of various construction, will also discuss some important types of FCL. The book is divided into five parts, including:. NET Framework basic principles, types, and common language runtime, type design, basic types, as well as the type of management.
- 2022-10-19 02:25:11下载
- 积分:1
-
所有文章均来自www.nssoft.net的Delphi知识库。
所有文章均来自www.nssoft.net的Delphi知识库。-All articles are from the Delphi Knowledge www.nssoft.net.
- 2022-08-16 02:42:55下载
- 积分:1
-
.NET留言板,简单,适合新手
.net+sql做的留言板,简单,适合新手,简单,适合新手,简单,适合新手,简单,适合新手,简单,适合新手,简单,适合新手,简单,适合新手
- 2022-08-21 13:36:47下载
- 积分:1
-
一个简单的酒店管理系统,功能还可以,只是实现的功能不多...
一个简单的酒店管理系统,功能还可以,只是实现的功能不多-A simple hotel management system, functions can also be only the realization of the function of small
- 2022-03-25 13:32:14下载
- 积分:1
-
LAN Messenger,分布式的局域网内可以互相交流的工具.代码很完整,值得推荐....
LAN Messenger,分布式的局域网内可以互相交流的工具.代码很完整,值得推荐.-LAN Messenger, LAN distributed exchange tool. Code is complete, worthy of recommendation.
- 2022-05-29 21:36:22下载
- 积分:1
-
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
-
ChatRoom
初学asp.net网页开发做的简易聊天室,实现了群聊,私聊,显示在线用户。用VS2013打开解决方案。(Beginner asp.net web developer to do a simple chat room, to achieve a group chat, private chat, show online users. Open the solution with VS2013.)
- 2014-12-26 15:32:37下载
- 积分:1
-
获取页面间传值
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class _Default : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
protected void btnRedirect_Click(object sender, EventArgs e)
{
Response.Redirect("Request.aspx?value=获得页面间的传值");
}
}
- 2023-04-05 04:10:03下载
- 积分:1
-
EXCEL_FILE_IMPORT
说明: program to import excel files into dbf .
GUI version
- 2019-05-03 15:23:46下载
- 积分:1
-
xml-write
c# .net ,使用XmlDocument,实现xml的写入。(c#. net, using XmlDocument, implement xml writes.)
- 2013-09-28 16:40:21下载
- 积分:1