Web
- http://www.webappers.com/ - 一个很好的web资源网站,搜集了大量的学习资料和漂亮的例子,如图标,button,window等组件
- Multibox Supports Images, Flash, Video, MP3 and HTML - 一个图片,flash等展示的Multibox,非常漂亮
- http://www.iconshock.com/ - 图标库,图标很多也很全,可惜都要$
- 10 Invaluable CSS Resources
- Building a Custom XML Configuration System for ASP.NET – Part 1
- Building a Custom XML Configuration System for ASP.NET – Part 2
- Set Focus to an ASP.NET Control
Viual Studio
- Did you know… You can debug an executable that isn’t a part of a Visual Studio project without using Tools – Attach to Process? - #296 - 调试可执行文件不用“附加到进程”,可以直接从该可执行文件从启动开始调试(例如调试服务)
- Get the .NET Framework Fast - Scott Hanselman has created a simple single page site which, via browser testing, attempts to offer the user the smallest download possible to obtain the .NET Framework
- Screencast - Creating your First WCF Service
Link bolg
Other
P2P
- SharpSTUNT at Codeplex 一个不错的p2p库,能穿透NAT,文档: Symmetric NAT Traversal using STUN and http://en.wikipedia.org/wiki/STUN
- Generic P2P Architecture, Tutorial and Example
- NAT Traversal with UPnP in C#
- sMessenger at Codeplex 应该不是真正的p2p聊天程序,未测试
- P2P Communication - Proxy Listeners and Proxy Clients