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...
阅读全文
摘要: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...
阅读全文
摘要: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 ...
阅读全文
摘要:Both parameterized queries and prepared statements are exactly the same thing. Prepared statement seems to be the more commonly used term, but there i...
阅读全文
摘要: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...
阅读全文
摘要: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...
阅读全文
摘要:1. Questions:1)EF.2)MVC/MVP/MVVM.3)page lifecyle. preInit,Init,InitCompleted,preLoad,Load,LoadCompleted,preRender,Render,RenderCompleted,Unload.4)db t...
阅读全文
摘要:http://www.akadia.com/services/naming_conventions.htmlNaming Conventions for .NET / C# ProjectsMartin Zahn, Akadia AG, 20.03.2003The original of this ...
阅读全文