TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About NoSQL
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Pankaj Kumar Choudhary (12)
Subarta Ray (3)
Chris Balnave (3)
Debasis Saha (3)
Ajay Kumar (2)
CSharp TV (2)
Anoop Kumar Sharma (2)
Vithal Wadje (2)
C# Curator (2)
Sameer Shukla (2)
Janarthanan Selvaraj (2)
Vijay Rana (2)
Vijay Pratap Singh (1)
Rajeev Paliwal (1)
Rupenkumar Anjaria (1)
Ramakrishna (1)
Madhavi Wani (1)
Yogeshkumar Hadiya (1)
Amit Prabhu (1)
Harshad M (1)
Vishal Joshi (1)
Sarathlal Saseendran (1)
Edinbiro James (1)
Virendra Gour (1)
Mrunali Sawant (1)
Arun Ramaswamy (1)
Vipul Malhotra (1)
Jefferson S. Motta (1)
Ali Sufyan (1)
Sibeesh Venu (1)
Abhishek Jaiswal (1)
Ramasagar Pulidindi (1)
Mahesh Chand (1)
Sanwar Ranwa (1)
Ritesh Kumar (1)
Chris Love (1)
Ravi Raghav (1)
Jaydeep Patil (1)
Ishika Tiwari (1)
Shubham Jain (1)
Satya Karki (1)
Tanuj Gyan (1)
Amira Bedhiafi (1)
Guest User (1)
Varun Setia (1)
Prasad Rane (1)
Mohit Chhabra (1)
Amir Ismail (1)
Munib Butt (1)
Isaac Ojeda (1)
Sormita Chakraborty (1)
Parth Patel (1)
Bassam Alugili (1)
Ratnesh Singh (1)
Sourav Mukherjee (1)
Jinal Shah (1)
Deepak Kaushik (1)
Ahmad Anas (1)
Ranjan Dailata (1)
Nitin Pandit (1)
Gagan Sharma (1)
Vikas Sharma (1)
Veena Sarda (1)
Pankaj Bajaj (1)
Manoj Kulkarni (1)
Mohamed Fawas Perooli (1)
Kavitha K Gowd (1)
Related resources for NoSQL
No resource found
Redis: RedisString and RedisJSON
10/23/2024 8:19:31 AM.
RedisString has long been the basic and most common data type in Redis. Recently, RedisJSON has gained popularity as a module that allows you to store, query, and manipulate JSON data natively.
How to Decide Between Relational Database and NoSQL Databases?
9/30/2024 7:12:38 AM.
Choosing between relational databases and NoSQL databases involves understanding their key differences, strengths, and weaknesses. Relational databases excel in structured data and ACID compliance, ma
Why You Should Learn Azure Cosmos DB?
8/20/2024 12:26:01 PM.
Discover why learning Azure Cosmos DB is essential for modern data management. With its global distribution, scalability, and multi-model capabilities, Cosmos DB offers unmatched performance and high
Basics of Working With Windows Azure Table Storage
8/2/2024 5:08:21 AM.
Learn how to efficiently store and manage large datasets in the cloud, explore key features, and get practical tips for data organization, querying, and performance optimization in Azure Table Storage
Azure Cosmos DB for Modern Applications
7/10/2024 1:59:24 PM.
Dive into Azure Cosmos DB with our comprehensive guide tailored for modern applications. Explore its scalable NoSQL capabilities, global distribution, multi-model support, and robust partitioning stra
Implementing MongoDB with .NET
7/8/2024 7:45:54 PM.
Learn to implement CRUD operations, manage data efficiently, and leverage the power of MongoDB's NoSQL capabilities alongside the robust .NET framework for scalable backend development.
Implementing MongoDB with .NET
6/26/2024 6:35:29 AM.
Learn essential techniques for data persistence, leveraging MongoDB's document-oriented structure, implementing CRUD operations with C#, and optimizing performance using the MongoDB .NET driver.
Getting Started With ElasticSearch
6/25/2024 10:06:40 AM.
Elasticsearch is a powerful open-source tool for real-time searching and analytics. It stores data in JSON format and supports RESTful interactions via HTTP verbs like GET, POST, PUT, and DELETE. Inte
Database Options in Google Cloud Platform (GCP)
6/11/2024 9:07:16 AM.
GCP offers diverse database services tailored for various needs, from relational databases like Cloud SQL and AlloyDB for structured data to NoSQL options like Firestore and Cloud Bigtable for large,
Mongo DB Indexing Strategies with Real-time Scenarios
6/3/2024 9:45:25 AM.
MongoDB, a scalable NoSQL Database, uses indexing to optimize query performance. Indexing involves creating data structures to expedite data retrieval operations on collections, enhancing efficiency.
Leveraging Azure Tables with Azure Functions - Azure Essentials Series - Ep: 1
5/30/2024 1:08:56 PM.
In this episode, we'll delve into how Azure Tables, a NoSQL data storage solution, can be seamlessly integrated with Azure Functions, Microsoft's serverless compute service, to build efficient
Getting Started Wth MongoDb Atlas
4/26/2024 12:00:41 PM.
Learn how to get started with MongoDB Atlas, a cloud-based database service that offers a scalable and flexible solution for managing NoSQL databases. Explore data modeling, cluster configuration, and
Combine SQL-DB And MongoDB In Same Blazor App
4/16/2024 5:38:10 AM.
In this post, we will see how to combine SQL DB and MongoDB in same Blazor app. We will create two entities for City and Employee. City will be saved in MongoDB and Employee will be saved in SQL DB. W
Build a Table API with Python and Azure Cosmos DB
4/15/2024 11:43:19 AM.
Develop a robust Table API using Python and Azure Cosmos DB. Leverage the power of NoSQL with Azure's scalable database solution. Manage JSON data efficiently, perform CRUD operations, and optimiz
Azure Document DB CRUD Operation
2/21/2024 11:38:53 AM.
This article explains how to create documents into SQL (DocumentDB) API. Before starting, we need to understand what is documentDb and how it works. SQL (DocumentDb) API is one of API comes under Azur
The Amazing Adventure of MongoDB Queries
2/9/2024 9:21:46 AM.
This content provides an engaging analogy of MongoDB queries as an adventurous quest through a treasure-filled city. It introduces concepts like planning the query as preparing a treasure map, executi
Azure Cosmos DB Interaction through Python
1/2/2024 9:01:56 AM.
This article speaks about the techniques to interact with Cosmos DB using Python. Azure Cosmos DB, a fully managed NoSQL and relational database for modern app development. Learn how to build a Python
Consistency Levels in Azure Cosmos DB with an Example
12/27/2023 8:15:56 AM.
In this article, we will learn about the Azure Cosmos DB multiple consistency levels, including strong, boundless, session, consistent prefix, and eventual, with an example and scenario.
CrateDB: Powering the Internet of Things
12/11/2023 6:06:56 AM.
CrateDB, an open-source distributed SQL database, is spotlighted for its efficacy in handling IoT complexities. This article explores use cases, including time-series data, analytics, and scalability,
Exploring MongoDB: Applications and Essential Queries
11/30/2023 10:36:04 AM.
In this article, we will explore MongoDB and delve into its applications, accompanied by an in-depth look at some of the most commonly used MongoDB queries.
Time Series Databases: Understanding, Using, and Implementing
11/28/2023 9:56:25 AM.
In our era of data dominance, managing and analyzing time-sensitive information is pivotal, especially in finance, IoT, and healthcare. Traditional databases grapple with time-stamped data, paving the
Azure Cosmos DB's NoSQL API
11/27/2023 8:04:35 AM.
NoSQL databases have revolutionized data storage by offering enhanced flexibility and scalability compared to traditional relational databases. Among these, Azure Cosmos DB stands out as a robust plat
MongoDB and ACID Reliable Data Transactions with NoSQL Databases
10/30/2023 8:39:15 AM.
This article explains what ACID compliance means for database management systems and how MongoDB, a popular NoSQL database, supports ACID transactions.
CRUD Stored Procedures in Azure Cosmos DB
10/26/2023 7:43:54 AM.
In this article, we will learn how to create the stored procedures in the Azure Cosmos DB for inserting, reading, updating, and deleting the Azure Cosmos DB collection items.
C# MongoDB Repository Implementation
10/2/2023 7:34:35 PM.
A C# MongoDB repository implementation involves creating a set of classes and methods that enable interaction with a MongoDB database. MongoDB is a popular NoSQL database that stores data in a JSON-li
NoSQL Databases for ASP.NET Core Web APIs
9/22/2023 6:12:13 AM.
Microsoft Power BI empowers developers to craft highly customizable visuals using Vega and Vega-Lite's declarative JSON syntax. Create custom visuals in Power BI with our step-by-step guide, inclu
What is the difference between SQL and NoSQL?
8/24/2023 10:54:21 AM.
The choice between SQL and NoSQL depends on factors like the nature of the data, scalability needs, query patterns, and the specific requirements of the application you're building. SQL databases
Caching In RavenDB
8/24/2023 10:53:48 AM.
Caching — what it is, how it is handled in RavenDB, and how you can optimize your database performance with the right caching strategy.
OLAP ETL Tasks In RavenDB
8/23/2023 9:56:53 AM.
What are OLTP and OLAP? Where is each appropriate? This article explains the difference between OLAP and OLTP, why would you want to use cloud OLAP services over a SQL reporting database, and the func
A Fully ACID NoSQL Database System
8/23/2023 9:07:02 AM.
In this article, you will learn how and why RavenDB works as a fully ACID NoSQL database system.
Learn MongoDB With Me
8/22/2023 6:47:30 AM.
Here, we are going to do some exercises with MongoDB. We will be talking about Mongo Shell, how we can configure MongoDB, and what Indexes are in MongoDB, and more.
How To Set Up And Start With MongoDB
8/22/2023 6:45:21 AM.
In this article, we will learn How to set up and starts with MongoDB in Windows Operating System.
Getting Started With Apache Cassandra
8/22/2023 6:38:54 AM.
Apache Cassandra is a highly scalable and distributed NoSQL database designed for handling massive amounts of data across multiple servers while maintaining high availability and fault tolerance. It&#
No Likes And Range Queries In Cassandra
8/22/2023 4:44:36 AM.
Cassandra's design philosophy emphasizes efficient distributed data storage and retrieval using partition keys and clustering columns. While it may not support arbitrary substring matching (No Lik
MongoDB - Day 16 (Sharding)
8/8/2023 9:01:22 AM.
MongoDB sharding is a method of partitioning data across multiple servers to handle big data and high traffic. It improves database performance and scalability by distributing data and operations acro
Getting Started With MongoDB and ASP.Net
8/8/2023 8:55:08 AM.
This article shows how to install MongoDB in Windows and communicate using ASP.NET. We will create a simple ASP.NET application that retrieves data from MongoDB.
What Are NoSQL Databases
8/1/2023 10:01:23 AM.
NoSQL databases are the databases that do not use SQL as their primary data access language. Graph database, network database, object database, and document databases are common NoSQL databases. This
Insert Operation In MongoDB Using Robo3T
7/28/2023 7:26:35 AM.
In this article, we will learn how to insert data in MongoDB using Robo 3T. We will learn from basics because I have written this article focusing on the beginners. We will also learn how we can setup
GUI Tools For MongoDB
7/28/2023 7:22:09 AM.
In this article, you will learn about GUI Tools in MongoDB. there are several third party tools that provide a GUI interface for MongoDB. Some important GUI tools are discussed here.
What Is The Difference Between DBMS And RDBMS?
7/28/2023 7:13:36 AM.
DBMS (Database Management System) and RDBMS (Relational Database Management System) are both software systems used to manage and organize databases. The main difference between the two lies in the way
What Is The Difference Between Relational And Non-Relational Database
7/27/2023 10:15:20 AM.
Relational databases and non-relational databases, also known as NoSQL databases, represent two fundamentally different approaches to storing and organizing data. Understanding the key differences bet
Guid vs. Sequential Integers: A Great Debate in Database Design
7/27/2023 6:28:17 AM.
Explore the debate between Guids and sequential integers as primary keys in relational databases, weighing the pros and cons for optimal design choices.
Pagination in DynamoDB: Efficient Data Reading
6/21/2023 4:54:42 AM.
This article will explain the Pagination in DynamoDB: Efficient Data Reading.
Simplifying CRUD Operations using Azure Cosmos DB
6/8/2023 10:08:19 AM.
In this article describes about the CRUD operations using Azure Cosmos DB simplification end to end deployment.
Getting Started with Azure Cosmos DB Account Creation
5/19/2023 7:04:50 AM.
In this article describes about the creation of multi-modal Azure Cosmos DB account creation.
MongoDB Basics And CRUD Operation Using .NET Core 7 Web API
4/11/2023 5:18:53 AM.
In this article, you will learn about MongoDB Basics and CRUD Operation using .NET Core 7 Web API.
Difference Between NoSQL And SQL
1/4/2023 9:20:52 AM.
In this article, you will learn about the difference between NoSQL and SQL.
Introduction To MongoDB - Part One
12/18/2022 4:18:50 PM.
This article is basically an introductory article which will demonstrate how to start MongoDB
How Is SQL Is Different Than NoSQL
7/25/2022 7:45:25 PM.
Most people think data is just a piece of information, but in actuality, data is a piece of information organized in form of relevant information, tables, rows, columns, and indexes to make it easier
Understanding CAP Theorem
1/6/2022 4:24:43 AM.
In this article, you will learn about CAP Theorem in distributed computing.
What Is LevelDB
12/28/2021 1:34:49 PM.
This article will describe the most commonly used database in blockchain technology; LevelDB which is an example of a NoSQL database and stores data as key-value.
Deploy .NET Core API To Azure Cloud And Secure It Using Facebook Authentication
12/14/2021 6:09:14 PM.
In this article series, we will learn how to create a .NET Core API that can do CRUD operations on Azure Cosmos DB and then publish it to Azure Cloud. After that, we will secure the API with Easy Auth
Coffee with Pros ft. Oren Eini
7/2/2021 5:04:00 PM.
Join us on a new episode of Coffee with Pro's with Oren Eini
Getting Started With MongoDB For Beginners
4/22/2021 2:04:51 PM.
MongoDB has been developed since 2007 by MongoDB. This company was then working on a Cloud computing system, widely distributed data computing, similar to the service Google's Google App Engine. I
Azure NoSQL In ASP.NET Core 2.0
11/23/2020 4:36:51 AM.
The sample code will require you to set up an Azure account, NoSQL database and collection.
Azure CosmosDB Using SQL API
11/2/2020 10:02:32 PM.
In this article, we will learn about Azure CosmosDB and walk through a few queries using SQL API.
Azure Cosmos DB - Store And Retrieve JSON Data Types Using SQL API
10/26/2020 7:58:29 AM.
In this article we will try to understand azure cosmos db service and advantages of using no SQL cosmos db storage. We would also be creating our first Cosmos db account and storing & retrieving j
Azure Cosmos DB - Part One - Introduction To The World Of NOSQL
7/16/2020 2:24:51 AM.
Azure Cosmos DB Introduction To The World Of NOSQL.
An Overview Of Cosmos DB - Start From Scratch
6/22/2020 6:02:59 AM.
In this article, we will discuss the NoSQL database. Along with this, we also discuss Cosmos DB and how to create it using Azure Portal.
Query On Stored Data In MongoDB - Part Three
6/15/2020 2:09:07 AM.
In this article, we will discuss about different process to fetch document data from MongoDB.
MongoDB Data Types (Day 5)
6/15/2020 1:08:05 AM.
In this article, you will learn about various data types in MongoDB databases.
DotVVM CRUD Application With Entity Framework And Cosmos DB
6/4/2020 6:04:24 AM.
In this article, you will learn about the DotVVM CRUD application with Entity Framework and Cosmos DB.
Using MongoDB With ASP.NET Core Web API
6/1/2020 5:33:14 AM.
A common term we hear nowadays is NoSQL databases. These are being very strongly promoted by all vendors. One of the most common NoSQL databases these days is MongoDB. In this article, we will discuss
Using REDIS Cache with C#
5/19/2020 1:15:59 AM.
In this article you will learn how to use REDIS Cache with C#.
Redis Cache as an Alternative to NoSQL
4/28/2020 4:16:03 PM.
In this article, you will learn about Redis Cache as an alternative to NoSQL.
MongoDB Replication (Day 15)
3/29/2020 1:34:45 PM.
This article explains Replication in MongoDB. This is part 15 of the MongoDB series.
MongoDB Aggregations (Day 14)
3/29/2020 1:34:00 PM.
In this article, you will learn about Aggregation in MongoDB. This is part 14 of the MongoDB series.
MongoDB Indexing (Day 13)
3/29/2020 1:32:34 PM.
In this article, you will learn about Indexing in MongoDB.
MongoDB Cursor Methods (Day 12)
3/29/2020 1:18:06 PM.
In this article, you will learn about the cursor methods in MongoDB.
MongoDB Update Method (Day 9)
3/29/2020 1:08:46 PM.
In this article, you will learn about the update method in MongoDB.
MongoDB Advace Search (Day 8)
3/29/2020 1:06:22 PM.
In this article, you will learn about the find method in MongoDB.
MongoDB Find Method (Day 7)
3/29/2020 1:04:37 PM.
In this article, you will learn about the find method of MongoDB databases.
Chat App Data Structure In Firebase Firestore
7/30/2019 12:49:46 PM.
In this article we will learn how to structure data for Chat App in Firebase Fire Store Database.
Introduction To Azure Cosmos DB Table API
6/20/2019 2:26:55 AM.
This article will provide a short introduction to Database Systems and Azure Cosmos DB Table API with a code sample.
Introduction to NoSQL Concept
12/25/2018 11:54:51 PM.
This article introduces the NoSQL concept. There are many NoSQL databases available like MongoDB, Elastic Search and Hadoop and so on.
What Are The Advantages And Usage Of Apache Cassandra Database
12/21/2018 2:36:17 PM.
This article reviews basics of Apache Cassandra and its advantages and usages. Apache Cassandra is the easiest truly big-data database that can scale and replicate data globally in a master-less confi
Find Methods, Operators, And Filters In MongoDB
12/3/2018 11:58:50 PM.
In this video of MongoDB Series, I will show how to import JSON data to a MongoDB Database (Collection) and perform some operations with find and findOne methods. Also, we will see some queries with c
Azure NoSQL DocumentDB
4/1/2017 1:13:15 PM.
This article presents an overview of Azure NoSQL DocumentDB.
Creating .NET Core Console Application With NoSQL- MongoDB At Back-end
1/19/2017 11:47:50 AM.
In this article, you will learn how to create Microsoft .NET Core console application with NoSQL- MongoDB at the back-end.
MongoDB Tutorial - Queries: Part Two
6/7/2016 11:45:58 AM.
In this article, we will see some MongoDB specific queries.
Introduction To MongoDB
5/27/2016 4:22:59 AM.
In this article you will learn MongoDB and No-SQL. I will start with the definition of NoSQL.
Getting Started With LiteDB
5/17/2016 4:10:04 PM.
This article is all about getting started with using LiteDB, a NoSQL database.
Getting Started With Azure DocumentDB: Day 1
1/27/2016 9:50:20 AM.
In this article, you’ll learn all about Azure DocumentDB, what DocumentDB is, and why DocumentDB is used.
MongoDB 3.0.7 Installation Steps
1/12/2016 9:21:12 AM.
This article will explain the procedure of installing MongoDB 3.0.7 in 64 bit Windows 10 operating system.
Learn MongoDB Step by Step
10/6/2015 1:05:16 AM.
In this article you will learn about MongoDB database and how to perform CRUD Operations in MongoDB Database.
Introduction To NoSQL Databases
9/3/2015 3:35:32 AM.
This article provides an introduction to NoSQL databases.
MongoDB - Day 17 (Backup And Restore)
9/3/2015 3:01:40 AM.
In this article you will learn how to backup and restore the database in MongoDB.
Introduction to Azure DocumentDB
9/2/2015 6:47:35 AM.
In this article you will get an introduction to Azure DocumentDB.
Overview of NoSQL Database
8/3/2015 5:45:42 PM.
In this article you will learn about NoSQL databases.
Introduction to MongoDB
4/19/2015 5:06:04 AM.
In this article we will learn the basics of MongoDB.
MongoDB With C#
9/25/2014 11:31:56 PM.
This article describes the basics of working with MongoDB using C#.
Getting Started with Sterling Database in Silverlight
5/25/2011 6:39:13 AM.
The project I was working on required a Silverlight Out-Of-Browser application that is able to run on both Windows and Mac. We used a Sterling database instead of SQL Server. No other software such as Mono was required for the application to run on the Mac except Silverlight.