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
Databases & DBA
FOLLOW
A database is a collection of information that is organized so that it can easily be accessed, managed, and updated. Here you may find Databases & DBA related articles and news.
Articles
(200)
Blogs
(77)
Resources
(41)
Videos
(8)
News
(42)
Articles
What Is A Document Database
A document database is a NoSQL database. This article explains what a document Db is and what are the most popular document databases.
Mahesh Chand
Jul 24, 2019
Object Relational Mapping (ORM) Using NHibernate - Part 7 of 8
In this seventh article and its client code, we will demonstrate that the classes we have put forth to incorporate the shipping functionality will allow shipment items of an order to be shipped in ...
Anand Lakshminarasimh
Nov 16, 2012
What Are NoSQL Databases
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. T...
Mahesh Chand
Jul 28, 2019
What Is A Column Store Database
Column Store Databases store the data in columns rather than rows. In this article, let's understand what column databases are and what are the most popular column store DBMS.
Mahesh Chand
Jul 23, 2019
What Is Local Disk Storage?
Local disk storage refers to the process of storing data on physical storage devices directly attached to a computer or server. These devices are typically referred to as hard disk drives (HDDs) or...
Sarthak Varshney
Jun 09, 2020
Introduction To DBMS
A Database Management System (DBMS) is a software tool that enables users to create, manipulate, and manage databases. It acts as an intermediary between the user and the database, providing an org...
Jainish Shah
Jan 01, 2016
Ecommerce Database Design
E-commerce database design plays a pivotal role in the successful operation of online businesses. One of the core components of such a database is the Product table, which holds paramount importanc...
Bhushan Singh
Apr 15, 2016
MVC Application With MongoDB - Part 2
In this article, we are going to perform CRUD operations in MVC using function prototype of MongoDB.
Rupali Shinde
Oct 25, 2015
MVC Application With MongoDB - Part 1
In this article, you will learn about MongbDB server setup, how to start mongoDB server, make connection to server & create application database in MongoDB server using MVC.
Rupali Shinde
Oct 20, 2015
Code First Approach With Stored Procedure
This article shows how to access a SQL Server database with the Entity Framework Code First approach and how to create a procedure using the Fluent API.
Vijay Prativadi
May 12, 2015
Delete Operation In MonGoDB Using Robo 3T
In this article, we will learn how to delete the data from MongoDB using Robo 3T. We will learn from the basics because I have written this article focusing on the beginners. In my previous article...
Sanwar Ranwa
Oct 01, 2018
Uploading Files To Snowflake Stage Using SnowSQL
SnowSQL is a command-line client provided by Snowflake, a cloud-based data warehousing platform. It allows you to interact with Snowflake and execute SQL commands from your local machine. One of it...
Nitesh Jha
Jun 08, 2020
What Is Network-Attached Storage?
Network-Attached Storage (NAS) is a specialized file-level data storage device that is connected to a computer network, providing centralized data storage and file sharing functionalities. NAS syst...
Sarthak Varshney
Jun 09, 2020
Exploring Data Center Storage Concepts
Discover the diverse world of data center storage concepts with this exploration. Delve into the cutting-edge technologies and methodologies used to efficiently manage, store, and access vast amoun...
Sarthak Varshney
Jun 10, 2020
Object Relational Mapping (ORM) Using NHibernate - Part 6 of 8
We will discuss one of four ways of mapping inheritance hierarchies in Nhibernate; the way which gives maximum support for inheritance and polymorphism (the main benefit of capturing an inheritance...
Anand Lakshminarasimh
Nov 02, 2012
How to Retrieve Data From MYSQL Database in C#
Install MySQL Connector/NET: Before you start, make sure you have MySQL Connector/NET installed in your C# project. You can download it from the MySQL website or use NuGet to install the package.
Sanjay Kumar
Jan 02, 2014
Object Relational Mapping (ORM) Using NHibernate: Part 5 - B of 8
The idea here is to apply the Many-To-Many entity association in the E-Commerce scenario used, for example, throughout this article series.
Anand Lakshminarasimh
Oct 25, 2012
Object Relational Mapping (ORM) Using NHibernate - Part 4 of 8
Here in this article the intent is to eliminate the nulls introduced in the database by correctly mapping the association between PaymentApprovedOrder and Item as optional One-To-Many.
Anand Lakshminarasimh
Oct 16, 2012
Object Relational Mapping (ORM) Using NHibernate - Part 2 of 8
Object-Relational Mapping (ORM) is a programming technique that allows developers to interact with a relational database using object-oriented programming paradigms. It bridges the gap between the ...
Anand Lakshminarasimh
Sep 28, 2012
Object Relational Mapping (ORM) Using NHibernate - Part 1 of 8
To establish the ideas of Object Relational Mapping Internals, Nhibernate fundamentals, Intemediate and Advanced coding concepts using NHibernate more clearly (for me and hopefully to readers).
Anand Lakshminarasimh
Sep 24, 2012
No Records Available.
81
-
100
of
200
<<
3
4
5
6
7
>>
Learn Angular 8 In 25 Days
Challenge yourself
Databases Skill
E-Book Download
Get Certified
C# Advanced