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 Database Design
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Keyur (3)
Nimit Joshi (2)
Nitin Pandit (1)
Vijay Yadav (1)
Rinki (1)
Ayush Gupta (1)
Vikas Singh (1)
Rushi Mehta (1)
Mukesh Kumar (1)
Fiyaz Hasan (1)
Pratik Somaiya (1)
Pradeep Shet (1)
Bhushan Singh (1)
Rafaelo Condret (1)
Ali Ahmed (1)
Imran Javed Zia (1)
Related resources for Database Design
No resource found
Understanding Distributed and Monolithic SQL Architectures
11/5/2024 10:01:52 AM.
In this article, we explore the key differences between distributed and monolithic SQL architectures. We delve into their respective advantages and disadvantages, focusing on scalability, performance,
Database First Approach in .NET Core
7/25/2024 7:54:49 AM.
Discover the Database First Approach in .NET Core with our comprehensive guide. Learn how to efficiently integrate databases into your application using Entity Framework Core, design robust data model
Best Practices For Effective Database Design In SQL Server
5/28/2024 4:55:08 AM.
In this article, we will be exploring the best practices for effective database design in SQL Server. Creating an SQL Server database involves best practices like understanding requirements, normaliza
De-Normalization in SQL: Enhancing Database Performance
5/16/2024 6:37:20 AM.
De-normalization in SQL, born from the limitations of normalization, optimizes database performance by strategically reintroducing redundancy. Balancing performance gains with data integrity remains c
SQL Server Fundamentals: Design, Queries & Optimization
4/29/2024 10:52:37 AM.
This article serves as a comprehensive guide to SQL Server fundamentals, database design principles, querying with Transact-SQL, stored procedures, and optimization techniques. Through real-time examp
Database First Approach in MVC 5: Part 1
4/25/2024 10:10:15 AM.
This article shows the development of an ASP.NET Web application in an MVC 5 project template that connects with a database that exists already and allows the users to interact with the data.
Database First Approach in MVC 5: Part 3
4/25/2024 8:02:50 AM.
Learn advanced techniques in database design, Entity Framework Designer, and building robust Data Access Layers within the Model-View-Controller architecture.
Core Concept Of ERD (Entity Relationship Diagram)
4/9/2024 8:43:47 AM.
In this article, we will learn The core concept of Entity Relationship Diagram (ERD) lies in visually representing the relationships between entities in a database system. It illustrates how different
Database First Approach With ASP.NET MVC Step By Step Part 1
4/1/2024 9:47:43 AM.
In this article, I will demonstrate you about Database First Approach in Entity Framework and will also show how to implement it with ASP.NET MVC.
Implementing Common Audit Fields With EF Core’s Shadow Property
3/11/2024 9:25:16 AM.
Implement audit fields in EF Core using shadow properties for efficient tracking of entity modifications. Utilize Entity Framework's built-in functionality to automatically update created and modi
Tips to Launch Your SQL Mission
2/20/2024 11:34:01 AM.
This article consists of roadmap to embark on an exhilarating journey to master SQL which is the universal language of data management and analysis. In this comprehensive guide, we'll delve deep i
String Constants in PostgreSQL
12/1/2023 4:49:37 AM.
Delve into PostgreSQL's handling of string constants, which is essential for managing text data. Explore their syntax, handling of special characters, and their versatile use in variable assignmen
Understanding Window Functions in PostgreSQL
11/30/2023 11:06:19 AM.
In this article, we will learn how to use window functions in PostgreSQL, what are the different types of window functions, and how to write window function queries with examples.
How to Use Inheritance in PostgreSQL?
11/29/2023 5:14:32 AM.
PostgreSQL, a robust database system, introduces the concept of inheritance, enriching data organization. This article delves into utilizing PostgreSQL's inheritance for modeling hierarchical data
Understanding Normalization in Database Design
8/3/2023 11:46:24 AM.
This article is intended to the audiences who are aware of designing the database but are not sure about the Normalization process.
Ecommerce Database Design
8/1/2023 4:27:31 AM.
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 importance i
Approaching MongoDB Design - Basic Principles
6/25/2020 5:56:29 AM.
In this article, we will go through some basic principles for building a good design for your MongoDB database.
Database Design For Library Management System
12/27/2015 10:17:11 AM.
In this article you will get to know about Database Design for Library Management System.
Tips For SQL Server Database Design
12/2/2015 2:30:13 PM.
In this article you will learn about few important tips for SQL DB Designer.