摘要:
Uses for MachineKey in ASP.NET 回答1 MachineKey is used for: ViewState encryption and validation Forms Authentication (or Federated Authentication) uses 阅读全文
摘要:
Generate self-signed certificates You can use PowerShell to generate self-signed certificates. The PKI Client can be used to generate a self-signed ce 阅读全文
摘要:
A Walkthrough of SQL Schema This article gives an overview of SQL Schema and its usage in SQL Server. Introduction to Schema A SQL database contains m 阅读全文
摘要:
Implementing Domain Driven Design A practical guide for implementing the Domain Driven Design with the ABP Framework. OVERVIEW This is a practical gui 阅读全文
摘要:
How to Upgrade VMware Workstation Pro v15.5 to v16 https://my.vmware.com/en/web/vmware/downloads/info/slug/desktop_end_user_computing/vmware_workstati 阅读全文
摘要:
API Changes in Kentico 8 Martin Hejtmanek — Apr 16, 2014 Provider API changed to DataQuery I mentioned this as well as what DataQuery is in my previou 阅读全文
摘要:
How to use git commands after enable gitlab's second-factor authentication As explained in using gitlab token to clone without authentication, you can 阅读全文
摘要:
遇到的问题,property的get有逻辑,然后DataMember给了field 这种情况,应该把DataMember给property,可以确保触发get的逻辑 WCF: DataMember attribute on property vs. member In general, you sh 阅读全文