看着臃肿的收藏夹,忍不住整理了一番,把其中一部分链接共享出来…
ASP.NET
使用 AJAX 的模式对话框: 对话框在 Windows® 中已使用了很长时间,它们确实具有自己的优势。但是,如果您希望 Web 应用程序拥有对话框,它们基本上是弹出框,您知道,大多数用户都会使用拦截程序禁用弹出框。那么,如果您需要弹出框将要怎么办?想在Web应用程序中使用模式对话框吗?Dino Esposito在他的文章中详细讲解了如何使用AJAX 控件工具包中ModalPopupExtender控件来生成各种用途的对话框。
ASP.NET架构:McGraw-Hill/Osborne在这篇文章中,介绍了ASP.NET的各个方面,例如常见类,Page类,页面生命周期,页面命令符以及Code-Behind模型等。
ASP.NET TIPS: 在Scott Watermasysk的博客中可以找到各种关于ASP.NET的提示。
West Wind Ajax Toolkit for ASP.NET:一个应用于ASP.NET应用程序的免费小型自包含AJAX控件库,它提供了几个高级控件,可以支持弹出窗口,模态对话框,可拖拽窗口等。
编译和部署ASP.NET2.0: Compilation and deployment in ASP.NET 2.0 has brought some of the biggest changes to the ASP.NET development model. As developers we use page compilation all day long and deployment is something we all have to worry about sooner or later. A lot has changed in both areas and they can affect how you build and deploy your applications so understanding how the model works is crucial. In this article I’ll provide a detailed discussion of how compilation and deployment works. I’ll also talk about the new Web Deployment Projects and Web Application Projects add-ins that Microsoft is providing to ease some of the pain points of the stock functionality shipped with ASP.NET 2.0 and Visual Studio 2005.
ASP.NET AJAX客户端Webcast课程:Bags的关于ASP.NET AJAX客户端的视频。
如何在母版页和内容之间传递信息:这篇文章只是Scott Mitchell撰写的众多关于ASP.NET文章中一篇。
51CTO专家博客:这里有众多国内专家的博客。
Silverlight
*****WynApse*****: 强烈推荐这个博客,作者基本上每天都会在这里列出他所收集的关于Silverlight的精彩文章链接。这里也有一个类似的网站。
Ddjsilverlight:以前经常在ddj上阅读有关C/C++方面的文章,没想到还有关于Silverlight的入门文章。
学习使用DataGrid控件:这里面的三篇文章详细介绍了如何使用Silverlight中的DataGrid控件。
如何使用javascript更新UpdatePanel:I thought that updating an UpdatePanel from javascript was one of the most frequently asked question about ASP.NET Ajax, but even looking around a lot I didn't find a clean and polished solution for what should be a common task.
Silverlight Webcast:这里一共有11个英文Silverlight Webcast链接。注意此博客中还有其它Webcast资源…不过想要观看所有的Webcast视频,还是直接到微软的网站上下载,中文和英文链接分别为:中文
(http://www.microsoft.com/china/msdn/events/webcasts/shared/Webcast/MSDNWebCast.aspx)英文(http://www.microsoft.com/events/series/default.mspx)。另外中文Webcast建议使用iReaper这个免费软件下载。
XML
这里有9篇关于.NET下如何操纵XML的入门文章,基本囊括了我们需要的XML常规操纵。