Archive for backend
You are viewing the archive for backend. If you would like to contribute, please send an email to [email protected].
-
Outsourcing during an Economic Crisis
Wednesday, March 3, 2021Read MoreHow Outsourcing can help you focus your capital on getting your product launched as efficiently and as cost-effective as possible.
-
Code First Database Migrations
Monday, December 22, 2014Read MoreCreating database update scripts can get tedious and error prone. In this blog we will see how we can make use of code first migrations to handle all the database update migrations for us.
-
SIgnalR - Let the Server PUSH the data
Monday, March 24, 2014Read MoreThanks to the support of Web Sockets in modern browsers, we no longer have to poll the server for updated information...
-
Advanced SQL Optimization
Saturday, September 21, 2013Read MoreSQL Optimization can help you improve the user's experience, save on server expenses, retrieve the necessary information in the quickest most efficient way possible.
-
10 Easy SQL Optimizations
Friday, August 23, 2013Read MoreIn this blog we're going to discuss 10 optimizations we can do on our tables and queries to minimize the overhead and boost the speed of our data retrieval.
-
The Repository Design Pattern
Saturday, February 9, 2013Read MoreUsing the 'Repository Design Pattern' one can make sure that the Data Access Layer is not directly dependent on the underlying data storage medium.