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 Primary
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Jaimin Shethiya (2)
Mahesh Chand (2)
Om Agarwal (2)
Code Alone (2)
Sekhar Srinivas (2)
Ziggy Rafiq (1)
Arpit Shrivastava (1)
Vijay Yadav (1)
Sreenath Kappoor (1)
Kiran Kumar Talikoti (1)
Ishika Tiwari (1)
Bhargava Ch (1)
Najath Risni (1)
Ayushi Jain (1)
Manikandan Murugesan (1)
Lynn Walker (1)
Ramasagar Pulidindi (1)
Naimish Makwana (1)
Keyur (1)
Praveen Kumar (1)
Abhishek Saini (1)
Madhu Patel (1)
Amit Mohanty (1)
Rinki (1)
Nitin (1)
Jin Necesario (1)
Priyanka Singh (1)
Venkatesan Jayakantham (1)
Naresh Beniwal (1)
Khushbu Saini (1)
John Godel (1)
Megha Goyal (1)
Arvind Singh (1)
Vishal Pawar (1)
John Morehouse (1)
Sivaraman Dhamodaran (1)
Sumit Deshmukh (1)
Priyaranjan K S (1)
Sibeesh Venu (1)
Rahul Kumar Saxena (1)
Jignesh Trivedi (1)
Nipun Tomar (1)
Sharad Gupta (1)
Related resources for Primary
No resource found
Using C# 12 with Clean Code Practices
9/21/2024 3:37:12 PM.
Learn how to write cleaner, more maintainable code with C# 12 features such as primary constructors and improved pattern matching. This article explores practical examples and tips for applying clean
Explain Primary Constructor in C# 12
9/4/2024 6:23:27 AM.
The primary constructor in C# 12 introduces a new way to define and initialize properties directly within the class declaration, simplifying object creation and reducing boilerplate code.
Difference Between Primary Key and Unique Key in SQL
8/12/2024 9:38:24 AM.
Primary Key and Unique Key are essential in relational databases for data integrity. A Primary Key uniquely identifies each row and cannot be NULL, while a Unique Key ensures column values are unique
Primary Key and Unique Key Constraints
6/29/2024 10:06:27 AM.
Primary Key and Unique Key Constraints in database management ensure data integrity and uniqueness. A Primary Key ensures each row is unique and not null, with only one per table. Unique Keys also ens
Difference Between Primary key and Unique key in SQL
5/21/2024 4:33:26 AM.
The difference between Primary Key and Unique Key in SQL lies in their fundamental roles within a database schema. A Primary Key uniquely identifies each record in a table and ensures data integrity b
Primary Key in SQL: Syntax, Usages, and Example
5/14/2024 11:46:09 AM.
A primary key in SQL uniquely identifies each record in a database table. It ensures data integrity and efficient data retrieval. Defined using the CREATE TABLE or ALTER TABLE commands, a primary key
SQL Server Primary & Foreign Key Association: Visual C# Entity Framework
4/30/2024 9:52:50 AM.
Learn how to establish primary key and foreign key relationships in SQL Server using Visual C# 2010 and Entity Framework. This tutorial covers creating database tables, defining primary keys, and esta
MySQL Queries Cheat Sheet
4/18/2024 3:54:25 AM.
In this article, we will learn about MySQL querying essentials, covering basic SQL commands, data manipulation functions, constraints, and frequently asked questions, providing valuable insights for b
Handling Date Time In Excel To SharePoint List
4/15/2024 11:42:15 AM.
Automate handling Email attachments named "Excel.xlsx" in Outlook by adding them to SharePoint library. Read Excel data, insert/update in SharePoint list based on primary key. Manage Date Ti
How to Do Zone Transfer in Windows Server
3/1/2024 9:40:24 AM.
Zone transfer is a crucial process for synchronizing DNS zone data across multiple servers, ensuring all DNS servers responsible for a domain remain updated with the latest information. By following
What Are Relationships in Power BI
2/8/2024 7:08:14 AM.
This content provides an overview of the different types of relationships that can be established between tables in Power BI. It discusses four main types of relationships: many-to-one, one-to-one, on
Redis as Primary Database in .NET 8 Web API
1/31/2024 9:51:42 AM.
In this article, we are going to use Redis as our primary database for our ASP.NET Core Web API project in .NET 8. Learn about Redis, its data types, and the pros and cons of using it as a primary dat
What Are Primary Constructors in C# 12?
1/31/2024 5:15:34 AM.
C# 12 has a number of new features, one of which is Primary Constructors, which offer a simplified and more concise method of constructing objects in C#.
What is Primary Constructors in C# 12?
1/3/2024 7:01:30 AM.
Ditch the boilerplate and embrace elegant object creation with C# 12's primary constructors. This feature takes the hassle out of initialization, simplifies member assignment, and clarifies your c
Primary Constructor in C#
12/28/2023 3:30:09 PM.
Learn what primary constructors are in C# and how to use them.
Essential Features of C# 12 You Need to Know
12/28/2023 5:10:38 AM.
Unlock C#'s hidden potential with features that make coding a breeze. Streamlined constructors, effortless collections, and enhanced lambdas await!
Primary Constructors in C# 12.0
12/8/2023 5:42:20 AM.
C# 12.0 introduces primary constructors, streamlining object initialization with concise syntax. Learn the features, advantages, and best practices for enhanced code readability and maintainability in
Primary Constructor is Removed From C# 6.0
9/17/2023 10:55:45 PM.
We can now get a Primary Constructor by using the auto-implemented properties initializer.
How to Create Table in SQL Server with Auto Increment, Primary Key and Foreign Key.
5/22/2023 4:57:25 AM.
How To Handle Foreign Key Constraints In MySQL
5/9/2023 11:38:04 AM.
In this article, I am going to explain to you the foreign key constraint.
SQL Server Constraints: Types and Usage
5/2/2023 2:46:32 PM.
SQL Server Constraints: Types and Usage
How To Create A Table In MySQL
5/1/2023 9:33:01 AM.
In this article, ww will learn how to create a table in MySQL easily
New Features In C# 12
4/22/2023 11:34:16 AM.
We're excited to show you three new features for C# 12:
SQL Server Primary Keys
3/6/2023 6:41:21 AM.
Discusses what's a primary key, entity integrity, primary key constraint, composite keys, and the benefits of a primary key.
Detailed Description Of Primary Key In SQL Server
3/6/2023 6:33:55 AM.
In this article, you will learn about a detailed description of the primary key in SQL server.
Dynamically Naming the Constraint
2/27/2023 8:49:12 AM.
A constraint is nothing but a condition placed on the column or object. Let's see a small example of creating a Primary Key constraint.
SQL Server Database Files
2/24/2023 7:30:18 AM.
In this article I describe SQL Server database files.
SQL Server Log Shipping
2/8/2023 8:18:52 AM.
It's easy to set up. A standby database is easy to maintain and troubleshoot. It can be used for reporting purposes and configured for log shipping in one or more servers, for instance.
How To Add Primary Key To Existing Table In SQL
1/30/2023 9:26:38 AM.
In this article, you will learn how to add primary key in an existing table.
Add Primary Key, Unique Keys, or Foreign Keys to a Table using SQL
12/21/2022 7:08:31 AM.
In this post, learn how to add a Primary Key, Unique Keys, or a Foreign Keys to an existing table using a SQL query.
Find Primary Key, Unique Key, or Foreign Key in a Table and Delete Keys Using SQL
12/21/2022 5:01:34 AM.
Today, we will learn how to find a Primary Key, Unique Key, or a Foreign Keys in a table using SQL and how to delete a primary key, unique key, or a foreign key from a table using SQL.
Manage Primary Key And Foreign Key Relationship During Migration
5/30/2021 11:34:27 AM.
In this article, you will learn to create a model class for databases during migration.
Real Life SQL And .NET - Part One
12/6/2020 10:41:53 PM.
Welcome to the world of SQL and the huge, growing database technologies of today’s business all over the SQL world. By reading this article, we have begun accepting the knowledge that will soon be req
Defining Data Relation in a Dataset
11/1/2020 8:54:54 AM.
In this article we will discuss how to define a data relation between two tables in a dataset.
Data Column in ADO.NET
10/29/2020 4:16:38 AM.
In this article I will explain about Data Colum in ADO.Net.
Understanding SQL Server Constraints
8/8/2019 11:55:40 PM.
In this article, I am going to explain SQL Server constraints such as Unique key constraint Primary key and foreign key and how to implement constraints in SQL Server.
All About Primary Key And Its Basics
9/6/2018 12:56:58 AM.
All About Primary Key And Its Basics. In this article, we will learn about general SQL queries and their functioning.
Finding Composite Primary Key Columns
7/2/2018 9:27:58 AM.
I had to work with composite primary keys recently while working on a project for a client. More specifically, I had to create a process that would dynamically (dynamic SQL?! Say it isn’t so?!) handl
ADO.Net Constraints - Unique and Primary Key
2/26/2018 12:50:47 AM.
This video explains how we can implement Unique and Primary Key and FrontEnd. It then walks you through DataTable merge and checks the Constraints behavior.
Managing Site Collection Administrators In Office 365 SharePoint Site
1/9/2017 11:55:10 AM.
In this article, you will learn how to add and remove primary site collection administrator and site collection administrators in office 365 SharePoint site.
Start Another Workflow From Within The Primary Nintex Workflow In SharePoint 2016
12/2/2016 12:11:23 PM.
In this article, you will learn how to start another Workflow within the Primary Nintex Workflow in SharePoint 2016.
SQL Server Tips and Tricks
6/29/2015 8:20:10 AM.
This article provides some tricks we may use in our day-to-day programming life in SQL.
Primary Constructors of C# 6.0
5/26/2015 1:04:08 AM.
This video provides a clear explanation of PRIMARY CONSTRUCTORS of C# 6.0 with a demo which helps in understanding the PRIMARY CONSTRUCTORS of C# 6.0 within 8 mins. PRIMARY CONSTRUCTORS allows us to define a constructor for a type and capture the constructor parameters to use in initialization expression throughout the rest of the type definition.
Using explicit constructors while using primary constructors in C# 6.0
5/20/2015 12:50:29 AM.
In this Video I have explained how to define an explicit constructor while defining a class with the support of primary constructors in C# 6.0.
Code First Approach in MVC With Entity Framework With Primary and Foreign Key Creation
4/18/2015 6:28:12 AM.
This article shows how to create a Primary Key and Foreign Key using the Code First approach in MVC with Entity Framework.
Create Clustered Index For Other Than Primary Key Column in SQL Server
3/13/2015 11:38:22 PM.
In this article we will learn how to create a Clustered Index for other than a primary key column in SQL server.
Constraints in Oracle : Part 1
10/25/2013 1:34:47 AM.
This article explains the Constraint clause in Oracle that is basically used to apply the specific rules to the data that restrict the values/data entered into the database columns.
Work With Tables in PHP
2/20/2013 2:41:56 PM.
This article shows you how to code Data Definition Language (DDL) statements that work with tables of a database.