最近、仕事系が忙しくて日記書く暇全然ないっす・・・。
とりあえず、CodeProjectで気になった記事をメモメモ。
まだ読んでもないですがw
- An Introduction to Java GUI Programming
- String extension method - mixed alpha/numeric sort order
- Fast Native Structure Reading in C# using Dynamic Assemblies
- Multilevel Undo and Redo implementation in c# -Part I (Using Single Object Representing Change Approach)
- Multilevel Undo and Redo implementation in c# -Part II (Using Command Pattern)
- Multilevel Undo and Redo implementation in c# -Part III (Using Memento Pattern)
- Anonymous Method Serialization
- Full Multi-thread Client/Server Socket Class with ThreadPool
- Multi-threaded Client/Server Socket Class
- Strategized Locking Pattern