CodeProject newsletter 2005/04/04

类别:.NET开发 点击:0 评论:0 推荐:

Rapid Web Application Development:开源项目,Rapid Development 提供一些常用的工具集辅助项目的开发,是开发人员的帮手,我还没有试用,包括:通过Web界面操作数据库、正则表达式工具、增强版的Grid、网站帮助文件维护界面、类库浏览器等。

Incorporating Yahoo! Messenger into your website 主要介绍通过哪些Href的URL格式在Web页面中和Yahoo Messenger交互。例如:<a href = 'ymsgr:sendim?<B>novavnu</B>&m=<B>hello+my+friend</B>'>Send me a message</a>。

Using the DataGrid Control 如何试用Windows Form的DataGrid:新增Row,更新、保存Row中的内容,将Grid中的数据Copy出为本地文件。

Faster MS Excel Reading using Office Interop Assemblies  〔可能Oledb的方式更快一些,但按照作者的意思是不符合他获得数据的需求,〕通过Excel对象一个一个Cell的方式去获得数据是很慢的,所以它使用了Range对象以数据块的形式获得数据。

Custom app.config 不一定是app.Config。你可以自己定义一个符合规范的.config,即时装载。

Multiple Columns DropDown for ASP.NET  有多个列的下拉框,应该是通过层来实现的吧。

Dissecting the MessageBox Windows Form 类似于 VSS 的自定义对话框。

Smart Thread Pool .NET实现的Windows Form 线程池,"Many applications create threads that spend a great deal of time in the sleeping state, waiting for an event to occur. Other threads might enter a sleeping state only to be awakened periodically to poll for a change or update status information. Thread pooling enables you to use threads more efficiently by providing your application with a pool of worker threads that are managed by the system. One thread monitors the status of several wait operations queued to the thread pool. When a wait operation completes, a worker thread from the thread pool executes the corresponding callback function."

本文地址:http://com.8s8s.com/it/it41287.htm