Mssql extension adds Object Explorer and IntelliCode to VS Code

Pretty neat stuff, although the SQL command line still is a bit “raw”.  Going to explore how this combines with git versioning, because proper VCS for SQL is important!

The mssql extension for Visual Studio Code is the official SQL Server extension that supports connections to SQL Server and adds a rich editing experience for T-SQL in Visual Studio Code.

Source: Mssql extension for Visual Studio Code now has Object Explorer and IntelliCode – SQL Server Blog

Ten points to secure your ASP.NET Core MVC applications

Ten points to secure your ASP.NET Core MVC applications
– Broken authentication and session management
– Sensitive Data Exposure & Audit trail
– Cross-Site Scripting (XSS) attacks
– Malicious File Upload
– Security Misconfiguration (Error Handling Must Setup Custom Error Page)
– Version Discloser
– Cross-Site Request Forgery (CSRF)
– XML External Entities (XXE)
– Insecure Deserialization
– SQL Injection Attack

https://www.codeproject.com/Articles/1259066/10-Points-to-Secure-Your-ASP-NET-Core-MVC-Applic-2

https://www.codeproject.com/Articles/1259066/10-Points-to-Secure-Your-ASP-NET-Core-MVC-Applic-2