06 2015 档案

摘要:The .Net framework has a number of technologies that allow you to create HTTP services such as Web Service, WCF and now Web API. There are a lot of ar... 阅读全文
posted @ 2015-06-30 11:46 RR幻影 阅读(168) 评论(0) 推荐(0)
摘要:Data mining is the process of finding patterns in a given data set. These patterns can often provide meaningful and insightful data to whoever is inte... 阅读全文
posted @ 2015-06-26 16:53 RR幻影 阅读(189) 评论(0) 推荐(0)
摘要:A clustered index determines the order in which the rows of a table are stored on disk. If a table has a clustered index, then the rows of that table ... 阅读全文
posted @ 2015-06-26 16:52 RR幻影 阅读(247) 评论(0) 推荐(0)
摘要:Both parameterized queries and prepared statements are exactly the same thing. Prepared statement seems to be the more commonly used term, but there i... 阅读全文
posted @ 2015-06-26 16:49 RR幻影 阅读(165) 评论(0) 推荐(0)
摘要:In our earliertutorial on SQL Injection, one way to have prevented the SQL injection attack was by simply having the user input sanitized – which we b... 阅读全文
posted @ 2015-06-26 16:48 RR幻影 阅读(320) 评论(0) 推荐(0)
摘要:A process is an executing instance of an application. What does that mean? Well, for example, when you double-click the Microsoft Word icon, you start... 阅读全文
posted @ 2015-06-26 16:41 RR幻影 阅读(180) 评论(0) 推荐(0)
摘要:1. Questions:1)EF.2)MVC/MVP/MVVM.3)page lifecyle. preInit,Init,InitCompleted,preLoad,Load,LoadCompleted,preRender,Render,RenderCompleted,Unload.4)db t... 阅读全文
posted @ 2015-06-25 17:45 RR幻影 阅读(166) 评论(0) 推荐(0)
摘要:http://www.akadia.com/services/naming_conventions.htmlNaming Conventions for .NET / C# ProjectsMartin Zahn, Akadia AG, 20.03.2003The original of this ... 阅读全文
posted @ 2015-06-17 09:18 RR幻影 阅读(166) 评论(0) 推荐(0)