|
首页->开发文章->Dot
Net
- Windows
Forms XP style on VS.NET
不知各位有沒有這樣的痛苦,在用 VS.NET2003 開發 WinForm 應用程式的時候,明明自己的 OS 是 XP,可是做出來的畫面執行出來還是老土的原來的
Windows 的風格,無論屬性怎樣定,還是不起作用. 其實可以用下面的方法作到,不過要自己動手.
- vs.net
web项目使用visual source safe进行源代码管理
- 用.NET创建Windows服务
- 通过
ADO.NET 编辑 Access 数据库
说明了如何使用简单的 Visual C# 内含代码 Web 应用程序通过 ADO.NET 在 Microsoft Access
数据库中添加、删除和编辑记录。
- 从
WFC 转移到 .NET Framework
针对 Visual Studio .NET、Microsoft? Visual J# .NET 的 Microsoft Java
语言开发工具,使程序员可以使用 Java 语言访问 .NET Framework 并构建应用程序。Visual J# .NET
不仅功能丰富而且可以提高生产率。本文提供了 Windows 基础类 (WFC) 库和 .NET Framework 类库的体系结构和功能集的概述和对比。(本文还包含英文链接。)
- 使用
.NET Compact Framework 进行 SIM 编程
学习如何使用 SIM 管理器 API、Compact Framework 的 Interop 服务以及 .NET 开发环境来创建用于
Pocket PC Phone 的连接应用程序。(本文还包含英文链接。)
- 将代码从
VBA 转换到 Visual Basic .NET
介绍将 Microsoft Office 解决方案从 Visual Basic for Applications (VBA) 转换到
Visual Basic .NET 中时需要考虑的问题。概述了两者之间的差异,并使用来自 Word 和 Excel 的示例来说明如何使用“Visual
Studio Tools for Office”转换代码。
- Windows
Forms Data Binding and Objects
Rocky Lhotka shows you how to write code that you can add to your
business and collection classes to better support the features of
Windows Forms data binding.
- How
ASP.NET Web Services Work
See how Microsoft ASP.NET Web services methods (WebMethods) provide
a high-productivity approach to building Web services. WebMethods
can expose traditional Microsoft .NET methods as Web service operations
that support HTTP, XML, XML Schema, SOAP, and WSDL. The WebMethod
(.asmx) handler automatically dispatches incoming SOAP messages
to the appropriate method and automatically serializes the incoming
XML elements into corresponding .NET objects.
- 如何在.NET中调试设计时(design-time)控件(上)
逐步介绍了如何在VS.NET Designer环境下调试Design-Time的自定义控件,同时描述了在使用设计界面操作控件时可能发生的一系列事件。
- 如何在.NET中调试设计时(design-time)控件(下)
- 把.NET程序部署到没有安装.NET
Framwork的机器上
- ASP.NET
Caching
介绍ASP.NET下的输出缓冲的编程。
- ASP.NET
Forms Authentication - Part 1
In many Web applications, there is a need to authenticate users
to allow them access to different parts of a site based on their
credentials. This article by Abel Banda shows you how you can do
this in ASP.NET with Forms Authentication.
- ASP.NET
Forms Authentication, Part 2
ASP.NET brought us Forms Authentication, which encompasses and extends
the application security layer seen in most Web applications. We
can extend Forms Authentication's functionality to authenticate
against the Active Directory, hence adding an OS security level
without the user having to provide his or her credentials multiple
times. In this article, Abdel Banda explains how to log in with
Forms Authentication using an active account in Active Directory.
- Introducing
ASP.NET Web Matrix
- ASP.NET
Data Controls Part 1: DataGrids
- ASP.NET
Data Controls Part 2: Repeater
- ASP.NET
Data Controls Part 3: DataList
- User
Controls and Custom Server Controls, Part 1
- User
Controls and Custom Server Controls, Part 2
- User
Controls and Custom Server Controls, Part 3
- User
Controls and Custom Server Controls, Part 4
- Windows
Forms Data Binding and Objects
Rocky Lhotka shows you how to write code that you can add to your
business and collection classes to better support the features of
Windows Forms data binding.
- 创建基于
Microsoft .NET Framework 精简版的动画控件
学习如何创建基于 .NET Framework 精简版的动画控件。
- C#
编程语言的未来功能
Microsoft Corporation 正在开发 C# 语言的下一个主要版本。本文介绍了四种主要的新功能,即泛型、迭代程序、匿名方法和局部类型。
- Visual
C# .NET 2003 语言的改变
为了与欧洲计算机制造商协会 (ECMA) 的 C# 规范完全兼容,Microsoft Corporation 对 C# 编译器的实现进行了几处改动。这些改动将在多方面影响现有的代码,因此用户必须检查他们的代码以确保这些代码符合
C# 编程语言必需的和推荐的使用要求。
- Microsoft
.NET Framework 精简版调试
Microsoft .NET Framework 精简版已完全集成到 Visual Studio .NET 2003 中,并支持与其他
Visual Studio .NET 应用程序类型相同的调试功能。但是,在独立设备或在仿真器中调试运行的应用程序时,用户确实需要注意一些特殊事项。下面这些建议可以帮助您在
.NET Framework 精简版的调试过程中获得最佳效果。
- Building
Outlook 2002 Add-ins with Visual Basic .NET
Learn how to use Visual Basic .NET to develop COM add-ins for Outlook
2002. The sample Visual Basic .NET Outlook COM add-in resolves Contact
mailing addresses with an XML Web service.
- 关于
TreeView WebControl
本文介绍了 TreeView 控件的使用,此控件可用于帮助生成用户界面,以显示分层的数据集、文件夹视图以及其他类似的数据结构。此控件具有多种强大功能,包括支持数据绑定和高级浏览器中丰富的动态
HTML (DHTML) 行为。多数情况下,可以通过声明的方式创建 TreeView;但也可以在客户端或服务器上通过编程以多种方式来实现此控件。
- 使用Web
Services Enhancements加密SOAP消息
- 通过Visual
Basic.NET调用Google Web Service
- 在
Visual Basic .NET 应用程序中播放数字媒体
- ASP.NET
入门教程
- ASP.NET
中 Cookie 的基本知识
本文介绍如何使用 Visual Basic 在 ASP.NET Web 应用程序中读写 HTTP Cookie。
Back to top |