Skip to content

Commit 9db4813

Browse files
committed
Shorten Entity Framework to EF Core in all components
1 parent c787756 commit 9db4813

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

src/components/About.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const skillGroups = [
5050
name: 'Database & Tools',
5151
skills: [
5252
{ name: 'SQL Server', level: 7 },
53-
{ name: 'Entity Framework', level: 7 },
53+
{ name: 'EF Core', level: 7 },
5454
{ name: 'Git', level: 7 },
5555
{ name: 'Docker', level: 5 },
5656
],

src/components/Projects.tsx

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const projects = [
88
{
99
title: 'SD_Turizm',
1010
description: 'Tourism management system with hotel, tour, and financial features.',
11-
technologies: ['C#', '.NET 9', 'ASP.NET Core', 'Entity Framework'],
11+
technologies: ['C#', '.NET 9', 'ASP.NET Core', 'EF Core'],
1212
github: 'https://github.com/SametDulger/SD_Turizm',
1313
demo: '#',
1414
icon: FiMapPin,
@@ -17,7 +17,7 @@ const projects = [
1717
{
1818
title: 'SD_Burger',
1919
description: 'Multi-branch burger restaurant management with menu and order system.',
20-
technologies: ['C#', '.NET 9', 'ASP.NET Core', 'Entity Framework'],
20+
technologies: ['C#', '.NET 9', 'ASP.NET Core', 'EF Core'],
2121
github: 'https://github.com/SametDulger/SD_Burger',
2222
demo: '#',
2323
icon: FiShoppingBag,
@@ -26,7 +26,7 @@ const projects = [
2626
{
2727
title: 'SD_Hotel',
2828
description: 'Hotel management system with room booking and guest services.',
29-
technologies: ['C#', '.NET 9', 'ASP.NET Core', 'Entity Framework'],
29+
technologies: ['C#', '.NET 9', 'ASP.NET Core', 'EF Core'],
3030
github: 'https://github.com/SametDulger/SD_Hotel',
3131
demo: '#',
3232
icon: FiHome,
@@ -35,7 +35,7 @@ const projects = [
3535
{
3636
title: 'SD_Ticaret',
3737
description: 'E-commerce platform with product management and sales tracking.',
38-
technologies: ['C#', '.NET 9', 'ASP.NET Core', 'Entity Framework'],
38+
technologies: ['C#', '.NET 9', 'ASP.NET Core', 'EF Core'],
3939
github: 'https://github.com/SametDulger/SD_Ticaret',
4040
demo: '#',
4141
icon: FiShoppingCart,
@@ -44,7 +44,7 @@ const projects = [
4444
{
4545
title: 'SD_Sinema',
4646
description: 'Cinema management system with movie scheduling and ticket sales.',
47-
technologies: ['C#', '.NET 9', 'ASP.NET Core', 'Entity Framework'],
47+
technologies: ['C#', '.NET 9', 'ASP.NET Core', 'EF Core'],
4848
github: 'https://github.com/SametDulger/SD_Sinema',
4949
demo: '#',
5050
icon: FiFilm,
@@ -53,7 +53,7 @@ const projects = [
5353
{
5454
title: 'SD_Tur',
5555
description: 'Travel agency system with booking and itinerary management.',
56-
technologies: ['C#', '.NET 9', 'ASP.NET Core', 'Entity Framework'],
56+
technologies: ['C#', '.NET 9', 'ASP.NET Core', 'EF Core'],
5757
github: 'https://github.com/SametDulger/SD_Tur',
5858
demo: '#',
5959
icon: FiMapPin,
@@ -62,7 +62,7 @@ const projects = [
6262
{
6363
title: 'SD_IKYS',
6464
description: 'HR management system with employee and payroll features.',
65-
technologies: ['C#', '.NET 9', 'ASP.NET Core', 'Entity Framework'],
65+
technologies: ['C#', '.NET 9', 'ASP.NET Core', 'EF Core'],
6666
github: 'https://github.com/SametDulger/SD_IKYS',
6767
demo: '#',
6868
icon: FiUsers,
@@ -71,7 +71,7 @@ const projects = [
7171
{
7272
title: 'SD_Kolej',
7373
description: 'School management system with student and teacher features.',
74-
technologies: ['C#', '.NET 9', 'ASP.NET Core', 'Entity Framework'],
74+
technologies: ['C#', '.NET 9', 'ASP.NET Core', 'EF Core'],
7575
github: 'https://github.com/SametDulger/SD_Kolej',
7676
demo: '#',
7777
icon: FiBookOpen,
@@ -80,7 +80,7 @@ const projects = [
8080
{
8181
title: 'SD_Restaurant',
8282
description: 'Restaurant management with order processing and inventory.',
83-
technologies: ['C#', '.NET 9', 'ASP.NET Core', 'Entity Framework'],
83+
technologies: ['C#', '.NET 9', 'ASP.NET Core', 'EF Core'],
8484
github: 'https://github.com/SametDulger/SD_Restaurant',
8585
demo: '#',
8686
icon: FiHome,
@@ -89,7 +89,7 @@ const projects = [
8989
{
9090
title: 'SD_Fuar',
9191
description: 'Exhibition management platform with event planning features.',
92-
technologies: ['C#', '.NET 9', 'ASP.NET Core', 'Entity Framework'],
92+
technologies: ['C#', '.NET 9', 'ASP.NET Core', 'EF Core'],
9393
github: 'https://github.com/SametDulger/SD_Fuar',
9494
demo: '#',
9595
icon: FiBriefcase,
@@ -98,7 +98,7 @@ const projects = [
9898
{
9999
title: 'SD_Ajans',
100100
description: 'Advertising agency system with client and portfolio management.',
101-
technologies: ['C#', '.NET 9', 'ASP.NET Core', 'Entity Framework'],
101+
technologies: ['C#', '.NET 9', 'ASP.NET Core', 'EF Core'],
102102
github: 'https://github.com/SametDulger/SD_Ajans',
103103
demo: '#',
104104
icon: FiGlobe,
@@ -116,7 +116,7 @@ const projects = [
116116
{
117117
title: 'SD_Cafe',
118118
description: 'Cafe management system with order and menu management.',
119-
technologies: ['C#', '.NET 9', 'ASP.NET Core', 'Entity Framework'],
119+
technologies: ['C#', '.NET 9', 'ASP.NET Core', 'EF Core'],
120120
github: 'https://github.com/SametDulger/SD_Cafe',
121121
demo: '#',
122122
icon: FiCoffee,
@@ -134,7 +134,7 @@ const projects = [
134134
{
135135
title: 'ECommerceApp',
136136
description: 'E-commerce application with product and user management.',
137-
technologies: ['C#', '.NET 9', 'ASP.NET Core', 'Entity Framework'],
137+
technologies: ['C#', '.NET 9', 'ASP.NET Core', 'EF Core'],
138138
github: 'https://github.com/SametDulger/ECommerceApp',
139139
demo: '#',
140140
icon: FiShoppingBag,

0 commit comments

Comments
 (0)