If your application is experiencing load problems, time to bring out the champagne! Your web-app must be pretty successful to get to this stage. You’ve reached the capacity number of users that your application is able to...
Dưới đây là tóm tắt + ý chính + những đề xuất nâng cao mình rút ra từ bài viết “Entity Framework Core vs. Dapper?” trên blog Stackademic, cùng với vài góp ý mở rộng:
Dapper is a micro-ORM or a Data Mapper. It internally uses ADO.NET. Additionally, Dapper maps the ADO.NET data structures to your custom POCO classes. As this is additional work Dapper does, in theory,...
Dưới đây là các ý chính từ bài viết “Artem Khrenov – Database Schema Design: Principles Every Developer Must Know”.
1. Lý do schema thiết kế tốt rất quan trọng
What is Cachalot DB?
An in-memory database for dotnet applications
All data is available in memory and distributed on multiple nodes, allowing for blazing-fast queries. Like Redis but with some...
Dưới đây là tóm tắt các ý chính từ bài viết “System Design Pattern: Scaling Writes – How Big Tech Handles Billions of Writes Per Second” của Priya Srivastava:
This article is the first article of a three-part MongoDB tutorial series.
Introduction
Welcome to the MongoDB Tutorial. This is the first part in the MongoDB article series.
Some time ago, Phil Factor wrote his booklet 'SQL Code Smells', collecting together a whole range of SQL Coding practices that could be considered to indicate the need for a review of the code. It was published...
In this article, we hope to provide resources that will help you hit the ground running on your path to learning about document databases and Couchbase.
This article is a sponsored article. Articles such...
A database is a collection of data or records. Database management systems are designed to manage databases. A database management system (DBMS) is a software system that uses a standard method to store and organize data. The...
























