Thứ Năm, Tháng Tư 25, 2024

Types of databases

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...

A JSON Data Modeling Guide

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...
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.
This article assesses the design approach of my free index maintenance tool for SQL Server and Azure: SQL Index Manager. The article analyzes the approach of the RedGate SQL Index Manager (v1.1.9.1378) and DevArt - dbForge Index...
The first article in this series was a quick introduction on how to load big chunks of data and then retrieve values using WebApi and LINQ. In this article, I will start from that project, extending it...
Key Takeaways For object-oriented design we follow the SOLID principles. For microservice design we propose developers follow the “IDEALS”: interface segregation, deployability (is on you), event-driven, availability over consistency, loose-coupling, and single responsibility.Interface...
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,...
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...
ASP.NET Core Using JWT Authentication WEB API and consume it in Angular2 Client Application with proper project structure setup. Download source code Introduction I was trying to implement JWT Auth in web API. I want to consume the Web API in...
Dapper is a lightweight ORM (Object-Relational Mapping) framework for .NET Core and is commonly used to query databases in .NET Core applications. Here are some of the advanced features of Dapper in .NET Core:
- Advertisement -

POPULAR POSTS

MY FAVORITES