My friend and I are considering to build In-Memory relational open source database. We have discussed about database architecture and our goals. I’ll try to summarize it in this blog post. We have a few [Read More…]
Entity Framework and even classic ADO.NET is very slow when you need to perform a large number of inserts into the database. Calling 1000 times INSERT INTO is not efficient because for every INSERT operation, [Read More…]
In this blog post I will cover how to develop, create and update plug-in for Microsoft Dynamics CRM 2013. Prerequisite – Dynamics CRM 2013 SDK You first need to install Dynamics CRM 2013 SDK, which [Read More…]
If you are building high performance applications that consumes WebAPI, you often need to enable GZip / Deflate compression on Web API. Compression is an easy way to reduce the size of packages and in [Read More…]