摘要:
Which side is more logical: front-end or back-end? When you program, you write 1. Business logic2. View Logic Business Logic: It deals with the securi 阅读全文
摘要:
The configuration element is not declared Go to XML menu (visual studio top menu item) choose schemas and find for DotNetConfig.xsd and choose Use thi 阅读全文
摘要:
Comparison Review: Microsoft SSDT vs Redgate SQL Source Control Summary To re-cap, here are our winners for each category: Ease of use: Redgate Refact 阅读全文
摘要:
Azure DevOps Azure Repos Git How-to Guides Authenticate with SSH Connect to your Git repos through SSH on macOS, Linux, or Windows to securely connect 阅读全文
摘要:
FlagsAttribute Class Indicates that an enumeration can be treated as a bit field; that is, a set of flags. C# [System.AttributeUsage(System.AttributeT 阅读全文
摘要:
Debugging and Diagnostics When Serilog is not behaving as you expect, this may be caused by an internal exception or configuration issue. Here are a c 阅读全文
摘要:
var loggerConfiguration = new LoggerConfiguration(); loggerConfiguration = loggerConfiguration.ReadFrom.AppSettings(filePath: path); var logger = logg 阅读全文