随笔分类 - .NET
摘要:最近在实现操作历史的功能,发现了一个可以设定容量的Stack类,在某些场合非常有用。这个类叫RoundStack,数据结构设计上很有意思,值得借鉴,所以推荐给大家。RoundStackCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Collections.Generic;usingSystem.Text;namespaceGenericUndoRedo{///summary///Stackwith
阅读全文
摘要:最近有个项目需要支持 FTP 访问,但是 .NET 1.1 的 FCL 中没有提供相关的类,所以只好自己开发一个 FTP 客户端组件了。
阅读全文
摘要:使用 SharpZipLib 进行压缩的辅助类,简化压缩字节数组和字符串的操作。
阅读全文
摘要:这个操作文件的工具类是从 UABv2.0 里面原封不动取出来,感觉具有一定的参考价值,希望对大家有帮助。
阅读全文
摘要:Security is one of the most important features that developers and IT professionals need to consider when planning, building, and deploying applications. These articles offer detailed information and guidance on the various strategies you can use to enhance the security of your applications.
阅读全文