.Net
文章平均质量分 67
hdaerduo
这个作者很懒,什么都没留下…
展开
-
icsharpcode--An open source IDE for C#. Using plug-in architechtual
http://www.icsharpcode.net/OpenSource/SD/Default.aspx原创 2006-03-31 15:37:00 · 835 阅读 · 0 评论 -
Crystal Reports supports reports that access ADO.NET datasets
Whatever the source is, before you can report off of an ADO.NET dataset you must perform the following tasks: Generate ADO.NET Dataset Objects. Connect to an ADO.NET Dataset Object to原创 2006-10-11 09:46:00 · 683 阅读 · 0 评论 -
Using XML To Dynamically Generate GUI Elements
The Application Automation Layer - Using XML To Dynamically Generate GUI Elements--Forms And Controlshttp://www.codeproject.com/csharp/AAL-5A.asp?print=true转载 2006-05-30 10:51:00 · 669 阅读 · 0 评论 -
source code generators.
http://www.15seconds.com/issue/020917.htm http://msdn2.microsoft.com/zh-cn/library/system.codedom.aspxhttp://www.divil.co.uk/net/articles/plugins/scripting.asp One of the most promising转载 2006-05-31 15:07:00 · 777 阅读 · 0 评论 -
写Form设计器尝试
http://panjiwen.cnblogs.com/archive/2005/10/10/251689.html转载 2006-05-31 15:23:00 · 757 阅读 · 0 评论 -
Implement editable Cells in table
C# List View v1.3By Allen Anderson A fully featured completely managed C# ListView. http://www.codeproject.com/cs/miscctrl/aa_listview.asp?msg=1503566SourceGrid - Open Source C# Grid ControlBy D转载 2006-05-30 10:55:00 · 637 阅读 · 0 评论 -
Debug JScript in C# project
Debug Jscript, in C# project. Step by Step* Create a JScript b.jsclass myClass { var answer : int = 42; // public field private var pi : double = Math.PI; // private field s原创 2006-06-06 17:54:00 · 865 阅读 · 0 评论 -
.NET精通之路--从菜鸟到高手(摘自CSDN)
.NET精通之路--从菜鸟到高手(摘自CSDN) --------------------- 入门篇-----------------------------1. 学习面向对象(OOP)的编程思想----理解类、对象、字段、属性、方法和事件、封装、继承和多态性、--重载、重写等概念--(帮助文档)----2 . 选择一门语言,学习语法及相关基础知识----3 . 理解.原创 2006-10-23 15:57:00 · 1080 阅读 · 0 评论 -
基于.Net平台应用程序唯一运行实例实现
http://blog.csdn.net/zhzuo/archive/2006/06/30/857405.aspx 基于.Net平台应用程序唯一运行实例实现发布日期: 2006-06-30 | 更新日期: 2006-07-04作者:郑佐适用于: Windows 操作系统 .NET Framework 1.x,2.0运行时环境 .NET Windows开发摘要:本文阐述了在基于.NET平台的转载 2006-12-22 15:41:00 · 796 阅读 · 0 评论 -
o/r mapping
NHibernate简介: http://hi.baidu.com/16v_cn/blog/item/e25c2a24a81d2f33c99559cf.html NET O/R Mapping :http://blog.csdn.net/jery_lee/archive/2004/08/20/80493.aspxhttp://blog.csdn.net/crazyrain/archive/转载 2007-03-09 15:48:00 · 631 阅读 · 0 评论 -
官方水晶报表 .NET 应用程序实例下载 (Visual Basic .NET)
http://blog.csdn.net/haibodotnet/archive/2003/12/11/21546.aspx 水晶报表使用 Visual Basic .NET 开发的 .NET 应用程序实例列表----------------------------------概述本文档列出了 Crystal Decisions 技术支持网站上所有可用的,使用 Visual B转载 2006-10-11 09:50:00 · 1714 阅读 · 0 评论 -
Microsoft .Net Remoting系列专题
http://dev.csdn.net/article/84/84785.shtmhttp://dev.csdn.net/article/84/84786.shtmhttp://dev.csdn.net/article/84/84787.shtm http://dev.csdn.net/develop/article/34/34671.shtm原创 2006-10-09 14:07:00 · 650 阅读 · 0 评论 -
基于C#.Net 的MDI框架设计
1、引言 MDI就是所谓的多文档界面,他是微软公司从Windows 2.0下的Microsoft Excel电子表格程序开始引入的,Excel电子表格用户有时需要同时操作多份表格,MDI正好为这种操作多表格提供了很大的方便,于是就产生了MDI程序。 Visual C#是微软公司推出的下一代主流程序开发语言,他也是一种功能十分强大的程序设计语言,正在受到越来越多的编程人员的喜欢。在Vis转载 2006-03-29 15:51:00 · 3100 阅读 · 0 评论 -
C#插件构架实战
C#插件构架实战 http://blog.csdn.net/jery_lee/archive/2004/08/01/57951.aspx C#插件构架实战转载 2006-03-31 10:07:00 · 1289 阅读 · 0 评论 -
Creating an Extensible User Interface with .NET
part 1: http://www.codeproject.com/csharp/extensibleui.asppart2: http://www.codeproject.com/csharp/extensibleui2.asp转载 2006-03-31 10:34:00 · 619 阅读 · 0 评论 -
CSharpDevelop core study(1)---Getting started.
1. Main file:SharpDevelop2_2.0.0.1135Beta2_Source/SharpDevelop/src/Main/StartUp/Project/SharpDevelopMain.cs 2. Load addin components.AddInManager.LoadAddInConfiguration()CoreStartup.RunIniti原创 2006-04-03 16:02:00 · 1136 阅读 · 0 评论 -
plug in, Basic idea
Refer to 1. A common interface IPlugIn will be provided. For the host application, it will use this interface to provide necessary information to the plug-in components. For the plug-in compone原创 2006-04-06 15:17:00 · 690 阅读 · 0 评论 -
自己动手用c#写控件
http://study.zhupao.com/infoview/Article_13189.html己动手用c#写控件 willsound(willsound@163.com) 关键词 c#,.net,控件,GDI+ 我平时比较喜欢使用delphi,小生不才,我随然喜欢delphi,平时开发(至少现在)多用delphi,但是不怕各位高手笑话,我没有用delphi写过控件,虽然原理上知道,但总转载 2006-04-10 22:34:00 · 962 阅读 · 1 评论 -
Collapsing Control
Just another C# Collapsing Group Control http://www.codeproject.com/cs/miscctrl/xpgroupbox.asp XP Style Collapsible GroupBox http://www.codeproject.com/cs/miscctrl/XPCollapsGroupBox.asp Collapsible Pa原创 2006-04-11 09:34:00 · 682 阅读 · 0 评论 -
一起学习.NET开源项目
http://yuxiang9999.cnblogs.com/archive/2006/03/11/345713.html SharpZipLib http://www.icsharpcode.net/OpenSource/转载 2006-04-25 11:27:00 · 1992 阅读 · 0 评论 -
About .Net UT
NUnit http://www.nunit.org 使用NUnit在.Net编程中进行单元测试http://study.zhupao.com/infoview/Article_8216.html Unit Testing and Test-First Developmenthttp://msdn.microsoft.com/library/default.asp?ur原创 2006-04-25 14:17:00 · 859 阅读 · 0 评论 -
.Net 动态类生成
http://blog.csdn.net/lxqlxqlxq/archive/2006/12/12/1439383.aspx http://blog.csdn.net/ddarkelf/archive/2004/09/16/106331.aspx转载 2007-03-09 15:50:00 · 812 阅读 · 0 评论