
ASP.NET in Depth
文章平均质量分 81
riverlau
这个作者很懒,什么都没留下…
展开
-
Sample Code on ASP.NET Validation in Depth
Base on my previous post "ASP.NET Validation in Depth" http://blog.youkuaiyun.com/riverlau/article/details/7021297, I have wrote the sample code to show how to do the validation between parent page contro原创 2011-11-29 00:21:23 · 1638 阅读 · 0 评论 -
ASP.NET Validation in Depth
http://msdn.microsoft.com/en-us/library/aa479045.aspx#aspplusvalid_serversideServer-Side Validation SequenceIt is important to understand the life cycle of a page. For those used to workin转载 2011-11-28 22:47:13 · 473 阅读 · 0 评论 -
ASP.NET Application and Page Life Cycle
http://www.codeproject.com/Articles/73728/ASP-NET-Application-and-Page-Life-CycleTable of ContentsIntroductionThe Two Step ProcessCreation of ASP.NET EnvironmentProcess R转载 2012-08-06 22:38:31 · 774 阅读 · 0 评论 -
Architecture FAQ for Localization and Globalization Part 1
http://www.codeproject.com/Articles/29337/Architecture-FAQ-for-Localization-and-GlobalizatioIntroductionWhat is Unicode & Why was it introduced?Does .NET support UNICODE and how do you know it转载 2012-08-06 23:01:05 · 2044 阅读 · 0 评论 -
Architecture FAQ for Localization and Globalization Part 2
http://www.codeproject.com/Articles/29362/Architecture-FAQ-for-Localization-and-GlobalizatioArchitecture FAQ for Localization and GlobalizationIntroduction(B) What are satellite assembli转载 2012-08-06 23:18:14 · 667 阅读 · 0 评论 -
ASP.NET Thread Usage on IIS 7.5, IIS 7.0, and IIS 6.0
http://blogs.msdn.com/b/tmarq/archive/2007/07/21/asp-net-thread-usage-on-iis-7-0-and-6-0.aspxI'd like to briefly explain how ASP.NET uses threads when hosted on IIS 7.5, IIS 7.0 and IIS 6.0, as转载 2012-08-06 23:35:59 · 1803 阅读 · 0 评论 -
The Two Interceptors: HttpModule and HttpHandlers
http://www.codeproject.com/Articles/30907/The-Two-Interceptors-HttpModule-and-HttpHandlersTable of ContentsIntroductionThe ProblemHttpHandler - The Extension Based PreprocessorHttpModule - The转载 2012-08-06 22:35:37 · 484 阅读 · 0 评论