Related resources for Database Design
  • Database First Approach in MVC 5: Part 14/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 34/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 14/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 Property3/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 Mission2/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 PostgreSQL12/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 PostgreSQL11/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 Design8/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 Design8/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 Principles6/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 System12/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 Design12/2/2015 2:30:13 PM. In this article you will learn about few important tips for SQL DB Designer.