02 2010 档案

摘要:If you read my last post, you might have noticed how easy it is to get a Silverlight DataGrid up and running with the AutoGenerateColumns feature. Something else you might have noticed is that if you ... 阅读全文
posted @ 2010-02-26 14:29 PointNet 阅读(5559) 评论(0) 推荐(2) 编辑
摘要:从 Silverlight 2 升级到 Silverlight 3 可能会报如下错误,程序中可能引用了 asp:silverlight 控件: Could not load file or assembly 'System.Web.Silverlight' or one of its dependencies. The system cannot find the file specified.... 阅读全文
posted @ 2010-02-25 11:31 PointNet 阅读(1176) 评论(0) 推荐(0) 编辑
摘要:佳文推荐:25个优秀的 ASP.NET MVC教程及文章推荐 朱先忠Learn ASP.NET MVCThis is official learning site about Microsoft ASP.NET MVC. Here you can find lots of tutorials and videos that will help you to learn ASP.NET MVC.Sc... 阅读全文
posted @ 2010-02-23 17:37 PointNet 阅读(736) 评论(0) 推荐(0) 编辑
摘要:虽然MVP是与任何具体的框架或技术无关的,但本系列文章仅以DotNet相关的技术或框架来来说明问题,请读者谅解。 .Net的盛行 .Net 的出现无疑是一场变革,早期开发需要用C、C++、pascal等编写CGI程序,开发WEB应用,要求的技术门槛极高(当然,我听老一辈说那时的工资也 高),使用纯Asp.Net开发WEB程序,门槛低,甚至不用编写任何代码就用实现一个简单的应用(当然,个人觉得这种... 阅读全文
posted @ 2010-02-23 16:41 PointNet 阅读(630) 评论(0) 推荐(0) 编辑
摘要:作者:Billy McCafferty 翻译:张善友 原文地址:http://www.codeproject.com/useritems/ModelViewPresenter.asp 这篇文章描述了ASP.NET 2.0使用Model-View-Presenter 模式实现业务逻辑与表现层的适当分离。 Download trivial example of MVP - 18 Kb Downlo... 阅读全文
posted @ 2010-02-12 14:26 PointNet 阅读(618) 评论(0) 推荐(0) 编辑