摘要:
ASP.NET MVC Interview Questions with Answers The whole purpose of this article is to quickly brush up your MVC knowledge from ASP.NET MVC interview pe 阅读全文
摘要:
ASP.Net MVC cookies - tamper resistant? Simply set the forms authentication protection method to Encryption and validation. This will protect against 阅读全文
摘要:
How To: Configure MachineKey in ASP.NET 2.0 Summary This How To explains the <machineKey> element in the Web.config file and shows how to configure th 阅读全文
摘要:
Is EnableViewStateMAC=true compulsory for ViewStateEncryption in an ASP.Net Website? 问题 I'm currently fixing some Security issues in our ASP.net websi 阅读全文
摘要:
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 阅读全文