SQL/T-SQL - May 2020

Identifying opened connections for the specific application in SQL Server

Connection listing queries in SQL Server
0
Object relational mappers or ORMs are a great tool which can significantly reduce application development time, but if they are not use wisely they can cause bottlenecks and performance issues. Same goes for dependency injection containers. The lifetime of the components, especially the ones that can cause recurse locks like SQL Server connections must be as short as possible and they should be released as soon as work is done. ...read more

.NET

read more

JavaScript

read more

Umbraco CMS

read more

PowerShell

read more