Yan-Feng

记录经历、收藏经典、分享经验

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2010年12月10日

摘要: http://www.cnblogs.com/hsrzyn/archive/2009/10/10/1579868.htmlhttp://xucanzhao.cnblogs.com/archive/2005/10/02/248063.htmlhttp://blog.csdn.net/abaowu/archive/2004/11/23/191908.aspxWindows Server 2008运行安装包时出错:"The installer was interrupted before Application could be installed. You need to restart the 阅读全文
posted @ 2010-12-10 19:02 Yan-Feng 阅读(331) 评论(0) 推荐(0) 编辑

2010年9月14日

摘要: ASP.net 添加了"event validation"的功能, ASP.NET会检查 POST方法中的所带的参数,如果认为不合法,就会抛出异常,信息如下 Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in ... 阅读全文
posted @ 2010-09-14 19:30 Yan-Feng 阅读(823) 评论(0) 推荐(0) 编辑

2010年9月12日

摘要: 1,rdlc报表分页问题。一般的方法是 在Rectangle前后插入分页。但是当Rectangle里存在 List时,这种方式就失效了。解决办法: 设置list Properties --> General: Page breaks,打钩 Fit this list on one page if possible2, rdlc 取消部分导出格式ReportViewer 提供了 Excel和P... 阅读全文
posted @ 2010-09-12 20:54 Yan-Feng 阅读(302) 评论(0) 推荐(0) 编辑

2010年9月2日

摘要: 1, 企业应用系统模型 / 迭代模式--- 参考《企业应用架构模式(英文版)》2,Webservice security/performance/ how to efficiently transfer big files---- WSE3 / 利用SoapHeader验证 阅读全文
posted @ 2010-09-02 16:00 Yan-Feng 阅读(107) 评论(0) 推荐(0) 编辑

2010年7月18日

摘要: Exploring Caching in ASP.NETBy Abhijit Jana | 4 Oct 2008 | Unedited contribution This article describes details of caching in ASP.NETDownload Caching_Visio Diagram.zip - 1.38 MB Table of ContentsIntro... 阅读全文
posted @ 2010-07-18 23:34 Yan-Feng 阅读(610) 评论(0) 推荐(0) 编辑

摘要: IntroductionBefore explaining cache management in ASP.NET, let me clarify that different people use different terms for explaining the same concept i.e. managing data. Some people refer to it as state... 阅读全文
posted @ 2010-07-18 10:38 Yan-Feng 阅读(666) 评论(0) 推荐(0) 编辑

2010年6月26日

摘要: OverviewMany people wonder if it is possible to work with both ASP.NET MVC and ASP.NET Web Forms in the same Web Application. The answer, thankfully, is rather short: yes, you can work with both platf... 阅读全文
posted @ 2010-06-26 13:39 Yan-Feng 阅读(988) 评论(0) 推荐(0) 编辑

摘要: OverviewNow that you know how ASP.NET MVC works and (hopefully) understand the basics of Test Driven Development, it's time to jump into something more concrete: How can you structure your application... 阅读全文
posted @ 2010-06-26 13:37 Yan-Feng 阅读(534) 评论(0) 推荐(0) 编辑

摘要: OverviewBefore we start diving into Test Driven Development (commonly referred to by its acronym, TDD), the authors need to make one thing clear. ASP.NET MVC is not solely for those who practice Test ... 阅读全文
posted @ 2010-06-26 13:34 Yan-Feng 阅读(410) 评论(0) 推荐(0) 编辑

摘要: OverviewLet's face it: security isn't sexy. Most of the time when you read a chapter on security it's either underwritten or very, very overbearing. The good news for you is that the authors read thes... 阅读全文
posted @ 2010-06-26 13:33 Yan-Feng 阅读(822) 评论(0) 推荐(0) 编辑

摘要: OverviewChapter 5 covered Controllers and Controller actions, which are responsible for coordinating interactions between the user, the model, and the view. A given action method typically handles a s... 阅读全文
posted @ 2010-06-26 13:29 Yan-Feng 阅读(599) 评论(0) 推荐(0) 编辑

摘要: OverviewYou're not cool if your web site doesn't have AJAX implemented in one place or another. At least that's the impression you get in the post-Web 2.0 development world. For this chapter, the auth... 阅读全文
posted @ 2010-06-26 13:26 Yan-Feng 阅读(672) 评论(0) 推荐(0) 编辑

摘要: OverviewA user's first impression of your application starts with the View. While your Models may well be elegantly designed, and your Controllers may be well factored and streamlined, none of that is... 阅读全文
posted @ 2010-06-26 13:24 Yan-Feng 阅读(536) 评论(0) 推荐(0) 编辑

摘要: OverviewIn Chapter 2, we discussed the Model-View-Controller pattern in general and then followed up with how ASP.NET MVC compared with ASP.NET Web Forms. Now it's time to get into a bit more detail w... 阅读全文
posted @ 2010-06-26 13:20 Yan-Feng 阅读(557) 评论(0) 推荐(0) 编辑

摘要: OverviewSoftware developers are well known for paying close attention to the little details, especially when it comes to the quality and structure of their source code. We'll often fight long battles ... 阅读全文
posted @ 2010-06-26 13:17 Yan-Feng 阅读(1389) 评论(0) 推荐(0) 编辑

2010年6月23日

摘要: Overview This is a very difficult chapter to write. It's not difficult technically, nor is there a lack of things to say; it's the subject matter that needs to be addressed: Is ASP.NET MVC better than... 阅读全文
posted @ 2010-06-23 16:25 Yan-Feng 阅读(432) 评论(0) 推荐(0) 编辑

摘要: OverviewModel-View-Controller (MVC) has been an important architectural pattern in computer science for many years. Originally named Thing-Model-View-Editor in 1979, it was later simplified to Model-V... 阅读全文
posted @ 2010-06-23 16:09 Yan-Feng 阅读(377) 评论(0) 推荐(0) 编辑

摘要: OverviewThe best way to learn a new framework is to build something with it. This first chapter walks through how to build a small, but complete, application using ASP.NET MVC, and introduces some of ... 阅读全文
posted @ 2010-06-23 15:43 Yan-Feng 阅读(1099) 评论(0) 推荐(0) 编辑

摘要: Overview Why does the world need Yet Another Web Framework?This is the question that is most likely on your mind — or perhaps it's what you were thinking when you saw this book sitting on the sh... 阅读全文
posted @ 2010-06-23 15:35 Yan-Feng 阅读(251) 评论(0) 推荐(0) 编辑

摘要: Table of ContentIntroduction What is Session ? Advantages and Disadvantages of Session. Storing and Retrieving values from Session Session ID Session Mode and State Provider Session State Session Even... 阅读全文
posted @ 2010-06-23 13:36 Yan-Feng 阅读(522) 评论(0) 推荐(0) 编辑