摘要:
LoggingProvider 存在于 DotNetNuke.Services.Log.EventLog 名称空间下,其中,EventLogController和ExceptionLogController是我们经常用到的两个类,下面是主要的EventLog类型: PublicEnumEventLogType USER_CREATED USER_DELETED LOGIN_SUPERUSER LO... 阅读全文
摘要:
研究 Dnn Architecture 中Provider 和CBO 模式,发现如果修改一个Strore Procdure的imcoming parameter,则至少要更改三个类,分别牵扯到Business Logic Layer和Data Access Layer,是不是很麻烦? 阅读全文