摘要: 用ASP.NET/C#连接Access和SQL Server数据库
阅读全文
摘要: Perform an XSL Transform
阅读全文
摘要: Use XML Serialization with Custom Objects/Create a Schema for a .NET Class/Generate a Class from a Schema
阅读全文
摘要: Validate an XML Document Against a Schema
阅读全文
摘要: find the nodes in XML in 3 means
阅读全文
摘要: read and write XMl in 2 means in c#
阅读全文
摘要: Introduction
Accessing databases is a common part of most applications and with the introduction of C# and ADO.NET, has become quite simple. This article will demonstrate the four most basic database operations.
Reading data. This includes various data types such as integers, strings and dates.
Writing data. As with reading we will write these common types. This will be done using a SQL statement.
Updating or modifying data. Again we will use a simple SQL statement.
阅读全文
摘要: Namespaces/Identifiers
阅读全文
摘要: In this article, we will analyze COM components and their application in C#. These components became popular among developers after Microsoft released Active Server Pages. However, the whole scenario changed when Microsoft released its Windows 2000 operating system and subsequent COM+ technology. In this article, we will examine the fundamentals of this exiting technology followed by its application in C#.
阅读全文
摘要: Exception Handling in C#
阅读全文
摘要: Properties/Access Modifiers/Enumerations/Interfaces(c#)
阅读全文
摘要: Introducing Microsoft .NET
阅读全文
摘要: C# (C sharp) 是微软对这一问题的解决方案。C#是一种最新的、面向对象的编程语言。它使得程序员可以快速地编写各种基于Microsoft .NET平台的应用程序,Microsoft .NET提供了一系列的工具和服务来最大程度地开发利用计算与通讯领域。
阅读全文
摘要: http://www.cppblog.com/mzty/archive/2005/11/10/1045.html
阅读全文