ASP.NET管线与应用程序生命周期
摘要:http://blog.csdn.net/bitfan/article/details/3013391
阅读全文
ActionResult
摘要:ActionResult is an abstract class that can have several subtypes.ActionResult SubtypesViewResult- Renders a specifed view to the response streamPartia...
阅读全文
ASP.Net 随笔知识点
摘要:ADO.Net Connection类,Command类,DataReader类ADO.NET 连接池SQL 注入式攻击, 使用参数化命令POST 注入式攻击事物: 存储过程事物,客户端(ADO.NET)引发的事物,COM+事物提供程序无关的代码(DBProviderFactories)
阅读全文
应用程序池和应用程序域的区别(Difference between application pool and application domain)
摘要:来自StackOverFlow: http://stackoverflow.com/questions/8486335/difference-between-an-application-domain-and-an-application-pool/8487104#8487104IIS process is w3wp; Every application pool in IIS use it's own process; AppPool1 uses process 3784, AppPool2 uses process 5044 Different applications in As
阅读全文