随笔分类 -  ASP.NET

解决Azure Project中使用Asp.net MVC RC会让VS崩溃的补丁
摘要:有在Windows Azure Cloud Service Project中用Asp.Net MVC RC的朋友可能会遇到过这样一个问题:打开或创建一个View,或者进行某些操作的时候,VS会崩溃,停止响应。微软官方确认了这是一个bug,并且发布了一个补丁。 可以在次下载此补丁: https://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=16827&wa=wsignin1.0 阅读全文
posted @ 2009-02-28 17:15 Inrie 阅读(473) 评论(1) 推荐(0)
[译]剖析ASP.Net MVC Application
摘要:为了完全了解Asp.net MVC是怎样工作的,我将从零开始创建一个MVC应用程序。 阅读全文
posted @ 2008-12-23 14:38 Inrie 阅读(1550) 评论(2) 推荐(0)
让VS 2008也可以用Mobile Web Form
摘要:在Visual Studio .NET 2003和Visual Studio 2005里,在"Add New Item"时候都可以看到"Mobile Web Configuration File"、"Mobile Web Form" 和 "Mobile Web User Control" Templates,但是在Visual Studio 2008里这些都消失了!Visual Studio 2008没提供这几个Item Templates。 Visual Web Developer Team 创建了这几个"Item Templates",并发布在他们的Team Blog里。 阅读全文
posted @ 2008-09-10 12:04 Inrie 阅读(1431) 评论(0) 推荐(1)
[推荐]ASP.NET 应用程序的扩展策略
摘要:本文讨论: 扩展 ASP.NET 应用程序和数据库 优化代码 高效的缓存 相似性和负载平衡http://msdn2.microsoft.com/zh-cn/magazine/cc500561.aspx 阅读全文
posted @ 2008-04-26 10:23 Inrie 阅读(435) 评论(0) 推荐(0)
[推荐]Web 服务和 Microsoft 平台
摘要:Web 服务和 Microsoft 平台http://www.microsoft.com/china/MSDN/library/WebServices/WebServices/wsmsplatform.mspx?mfr=true此白皮书提供了 Microsoft 对其产品 Web 服务支持的高级概述。还讨论 Microsoft 在实现 Web 服务标准化过程中的互操作性所付出的努力和投入。讨论We... 阅读全文
posted @ 2006-09-08 18:29 Inrie 阅读(348) 评论(0) 推荐(0)
VS2005 Web Application Project启用WSE(Ver 3.0)的方法
摘要:使用过WSE的朋友都知道,若要启用Server端Projects的WSE功能,需要选中如下所示的两个单选框:Enable this project for Web Services Enhancements和Enable Microsoft Web Services Enhancement Soap Protocol Factory.但是在WSE3.0中对于Web Application Proj... 阅读全文
posted @ 2006-09-05 17:36 Inrie 阅读(807) 评论(2) 推荐(0)
收集几篇ASP.NET 2.0 Provider Model文章
摘要:Introduction to the Provider Model Provides:Membership Providers Role Providers Site Map Providers Session State Providers Profile Providers Web Event Providers Web Parts Personalization Providers Ser... 阅读全文
posted @ 2005-11-14 20:38 Inrie 阅读(738) 评论(0) 推荐(0)