摘要: 基于ExtJS和OperaWidget的饭否客户端, 正在开发中,才刚刚完成查看公共消息部分,完成之后将会放出源代码。
阅读全文
摘要: The custom controls that you develop not only contain the logic and data but also things such as images and JavaScript files. One easy way to make these images and script files available to your control at run time is to deploy them along with your control. This approach, though easy, is error prone. What if somebody deletes the images after the deployment? What if someone replaces the script files with malicious script? The best way is to embed such files in your control assembly itself and ret
阅读全文
摘要: How to move and rotate things in 3D(怎样在3D场景中移动物体),转自:http://www.3dlevel.com/gamedev/howtomovein3d.php。
阅读全文
摘要: 我看过的一系列的ManagedDirectX的文章之一。
http://pluralsight.com/wiki/default.aspx/Craig.DirectX/ Direct3DTutorialIndex.html
阅读全文
摘要: 转一篇CodeProject上的文章,介绍如何实现Asp.Net应用程序之间跨应用登录,原文地址为:http://www.codeproject.com/aspnet/aspnetsinglesignon.asp
阅读全文