SQL/T-SQL - March 2015

Reducing the number of Stored Procedures for the Application

Approach to reduce number of stored procedure for the application
0
Nowadays, in the years of ORM, barely anyone thinks about stored procedures, but they are still there and accessing and reading data with ADO and SqlDataReader ist still the fastest way. Stored procedures are validated, parsed and compiled in SQL server, so these steps are not required to be performed versus plaint text query (which is what entity framework generates for accessing data). ...read more

.NET

read more

JavaScript

read more

Umbraco CMS

read more

PowerShell

read more