搜索资源列表
NotePad_S
- C#写的记事本程序,包涵了记事本的基本功能。用C#编译器或者Visual Studio .Net编译。-C# memo written by the procedures that it covers the notebook's basic functions. C# compiler or the Visual Studio. Net compiler.
CSharpASP_Hotspot
- 这个是在mapxtreme的官方网站下载过来的和asp.net结合起来的GIS代码,原来是vb写的,此为已经改成的c#语言版本,主要功能是在地图上面根据鼠标的坐标不同而显示不同的内容。-mapxtreme this is the official website and download over the combination of Asp. Net GIS code was originally written in Visual Basic, which has been changed
ArcGISEngineVSNET
- 利用ArcGIS Engine、VS .NET和Windows控件开发GIS应用,使用了C#和Visual Basic .NET两种语言创建,但以下技术实现集中倾向于C#方案。向ToolbarControl添加ArcGIS Engine命令和工具。 l 创建弹出式菜单 l 在TOCControl中管理标签编辑 l 在MapControl中绘制图形。 2 为MapControl、PageLayoutControl和ToolbarControl创建定制工具。
cxc
- 在.Net Framework SDK文档中,关于调用Windows API的指示比较零散,并且其中稍全面一点的是针对Visual Basic .net讲述的
Expresso
- The .NET framework provides a powerful class Regex for creating and using Regular Expressions. While regular expressions are a powerful way to parse, edit, and replace text, the complex syntax makes them hard to understand prone to errors, even for t
Introduction_to_C_sharpISBN0322849220
- Written as an introduction to the new C#, this guide takes the experienced C programmer a few steps beyond the basics. It covers objects, data types, and flow control, and even delves into some background on the new Microsoft NET Frameworks env
VCrmjt
- Visual C#作为微软的旗舰编程语言,经过几年的长足发展,在全球得以迅速普及,成为很多程序员的首选语言。Visual C# 2008新增了大量可圈可点的丰富特性,《Visual C# 2008 从入门到精通》围绕着基础知识和这些新特性全面介绍了如何利用Visual Studio 2008和.NET Framework来进行C#编程。书中沿袭深受读者欢迎的Step by Step风格,通过丰富的练习引导读者逐步构建Windows应用程序,访问SQL Server数据库,开发ASP.NET We
26.Visual.CSharp.NET.wangluohexinbiancheng
- 包括三方面内容:CSharp网络开发基础知识,基础服务器开发、基础客户端开发、FTP开发、SMTP开发、POP3开发和远程控制开发,最后包括win32网络组建开发,web数据库基础,win32异步套接字开发、xml web services开发以及一个完整的分布式网络应用程序开发实例。-Includes three aspects: CSharp web development basics, basic server development, based client development,
CSharp_Programming_depth_exploration
- 《C#编程深度探索》全面、详细、生动地介绍了C#的各种高级编程技巧。包括C#高级编程的基础知识、窗体和控件编程、网络编程、多媒体技术、数据库连接及安全认证等内容。阐述了用C#语言开发应用程序过程中经常碰到的各种问题及 解决办法。 本书作者是一位资深面向对象编程专家,具有多年面向对象编程经验,并编写了多本相关书籍。本书语言平实、示例丰富,并提供了大量解决方案和代码,具有较强的针对性和实用性。 本书适合具有C++、Delphi或Visual Basic.NET等语言编程经验的初中
LINQ
- 目前OOP技术在工业领域的应用已经进入了一个稳定的发展阶段。程序员现在都已经认同像类、对象和方法这样的语言特性。考察现在和下一代的技术,一个新的编程技术的重大挑战开始呈现出来,即面向对象技术诞生以来并没有解决降低访问和整合信息数据的复杂度的问题。其中两个最主要访问的数据源与数据库和 XML 相关。 LINQ(Language INtegrated Query,语言集成查询)是Visual Studio 2008中的一组新功能,可为C#和Visual Basic语言语法提供强大的查询功能。LI
vs2008cSharpxsglxt
- 源码使用说明 源码 01 销售管理系统 销售管理是销售公司的重要工作,利用计算机对进销存和客户信息进行管理可以有效地提高 工作效率,这对于现代销售公司是非常重要的。 本实例采用 Visual Studio 2008 作为开发工具,采用 C#语言和 SQL Server 2005 作为后台数 据库。本系统基于 B/S 架构,可以进行公司商品信息的管理、进货管理、销售管理、查询管理和 系统管理等功能模块。通过参与此系统的开发,读者可以了解 ASP.NET WEB 应用的
A-Programmers-Introduction-to-CSharp
- Written as an introduction to the new C#, this guide takes the experienced C programmer a few steps beyond the basics. It covers objects, data types, and flow control, and even delves into some background on the new Microsoft NET Frameworks env
C2-
- C#最新的编程语言C# 2.0,从基础到应用,内容涉及C# 2.0语法、面向对象编程、使用Visual Studio 2005快速可视化编辑器、.NET类库的使用、使用ADO.NET 2.0进行数据库编程,以及使用C#开发ASP.NET 2.0应用程序。适合于初级程序员-C# latest programming languages C# 2.0, from basic to applied, covering C# 2.0 syntax, object orient
Reflector-V8.0.2.313-pojie
- Reflector是由微软员工Lutz Roeder编写的免费程序。Reflector的出现使.NET程序员眼前豁然开朗,因为这个免费工具可以将.NET程序集中的中间语言反编译成C#或者Visual Basic代码。除了能将IL转换为C#或Visual Basic以外,Reflector还能够提供程序集中类及其成员的概要信息、提供查看程序集中IL的能力以及提供对第三方插件的支持。-Reflector is written by a Microsoft employee Lutz Roeder
TasksDotnet
- Tasks and Task Parallel Library (TPL) : Multi-threading made easy-Introduction It had been really long since Tasks got released as part of .Net framework class library (FCL) as a wrapper over thread-pool threads. Now Microsoft strongly recommends
CSharpBEGINNING-VISUAL
- C#入门经典 全面讲解c#和.net架构编程知识,解释变量和表达式等基本语法知识 介绍泛型的含义和用法以及数据访问等-C# Getting classic fully explain the c# .net architecture and programming knowledge, to explain the basic knowledge of grammar and other variables and expressions introduce a generic meaning
WPF_Rubiks_Cube_src
- WPF Rubiks Cube realized in Visual Basic .NET