摘要: Xamarin.iOS and Xamarin.Droid proved that C# code can be used to develop mobile apps, and majority of business logic written in c# can be shared on bo 阅读全文
posted @ 2016-02-23 15:27 tim_bo 阅读(549) 评论(0) 推荐(0) 编辑
摘要: Before we start any project, the structure of project contents including folder name, third party package referencing needs to be settled properly. In 阅读全文
posted @ 2016-02-23 11:15 tim_bo 阅读(560) 评论(0) 推荐(0) 编辑
摘要: Handlers are responsible for generating the response content for an HTTP request.1. ASP.NET HandlersAs part of request handling life cycle, ASP.NET se... 阅读全文
posted @ 2015-07-12 21:50 tim_bo 阅读(221) 评论(0) 推荐(0) 编辑
摘要: Modules, which are self-contained components that receive and handle life-cycle requests and which can monitor or modify a request and its response. I... 阅读全文
posted @ 2015-06-28 11:35 tim_bo 阅读(303) 评论(0) 推荐(0) 编辑
摘要: The ASP.NET platform defines two important life cycles. The first is the application life cycle, tracks the life of a web application from the moment ... 阅读全文
posted @ 2015-06-24 00:33 tim_bo 阅读(532) 评论(0) 推荐(0) 编辑
摘要: A view engine processes the view content and insert dynamic content into the output sent to a browser, and razor is the name of the MVC Framework view... 阅读全文
posted @ 2015-05-24 12:18 tim_bo 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 1. Understanding MVC patternIn high-level terms, MVC pattern means that application will be split into three pieces:(1) Model, which contains the data... 阅读全文
posted @ 2015-05-24 10:10 tim_bo 阅读(186) 评论(0) 推荐(0) 编辑
摘要: The content and code of this article is referenced from book Pro C#5.0 and the .NET 4.5 Framework by Apress. The intention of the writing is to review... 阅读全文
posted @ 2015-05-03 14:45 tim_bo 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 1. Application StateIn asp.net platform, application state is the place to store data is common to all components in the application and is shared bet... 阅读全文
posted @ 2015-04-26 21:01 tim_bo 阅读(258) 评论(0) 推荐(0) 编辑
摘要: The content and code of this article is referenced from book Pro C#5.0 and the .NET 4.5 Framework by Apress. The intention of the writing is to review... 阅读全文
posted @ 2015-04-18 20:36 tim_bo 阅读(337) 评论(0) 推荐(0) 编辑