Homepage
Open in app
Sign in
Get started
.NET CORE
Web Application
Entity Framework Core
Design Patterns
Rest API
Deployment
Follow
Using Refit in .NET
Using Refit in .NET
In this post, I will demonstrate how to use Refit library in ASP.NET Core.
Sena Kılıçarslan
Jan 1
Build a RESTful Web API with ASP.NET Core 6
Build a RESTful Web API with ASP.NET Core 6
In this post, I will demonstrate how to build a RESTful Web API using ASP.NET Core 6.0 and Entity Framework Core.
Sena Kılıçarslan
Jun 29, 2022
Decoupling with Chain of Responsibility Pattern in C#
Decoupling with Chain of Responsibility Pattern in C#
The Chain of Responsibility Pattern allows us to easily separate dependent parts to make code more extensible and testable.
Daniel Rusnok
May 19, 2020
Build a Web App with ASP.NET Core MVC and EF Core
Build a Web App with ASP.NET Core MVC and EF Core
In this post, I will show how to build a web application using ASP.NET Core MVC and Entity Framework Core. The application will manage a…
Sena Kılıçarslan
Apr 8, 2019
Repository Pattern Implementation in ASP.NET Core
Repository Pattern Implementation in ASP.NET Core
In this post, I will show how to implement a generic repository pattern with asynchronous methods in an ASP.NET Core Web API. If you are…
Sena Kılıçarslan
Jun 6, 2019
How to Avoid Exponential Growth of Classes by Applying Bridge Pattern in C#
How to Avoid Exponential Growth of Classes by Applying Bridge Pattern in C#
I wrongly designed my code which could lead to the multiplication classes. Then I was introduced to Bridge Pattern and fix my code design.
Daniel Rusnok
Oct 5, 2020
ASP.NET Core MVC Web Application (Project Structure)
ASP.NET Core MVC Web Application (Project Structure)
In this post, I will make a brief introduction to ASP.NET Core MVC and then explain the project structure of an ASP.NET Core MVC web…
Sena Kılıçarslan
Mar 30, 2019
How to Switch the Algorithms at Runtime with Strategy Pattern in C#
How to Switch the Algorithms at Runtime with Strategy Pattern in C#
Answers to When, Why, and How. The quick and easy introduction to Strategy Pattern in C#
Daniel Rusnok
Jun 4, 2020
In-memory & Distributed (Redis) Caching in ASP.NET Core
In-memory & Distributed (Redis) Caching in ASP.NET Core
In this post, I will demonstrate how to use in-memory caching and Redis based distributed caching in an ASP.NET Core Web API.
Sena Kılıçarslan
Jan 26, 2020
Using Google Cloud Storage in ASP.Net Core
Using Google Cloud Storage in ASP.Net Core
In this post, I will show how to use Google Cloud Storage (GCS) to store and serve images of an ASP.NET Core web application.
Sena Kılıçarslan
Jan 12, 2020
Introduction to .NET Core
Introduction to .NET Core
I decided to start a series about .NET Core which has got remarkable attention in recent years and is increasing its popularity day by day…
Sena Kılıçarslan
Mar 29, 2019
Deploy an ASP.NET Core App with EF Core and PostgreSQL to Google Cloud
Deploy an ASP.NET Core App with EF Core and PostgreSQL to Google Cloud
In this post, I will show how to deploy an ASP.NET Core web application with EF Core and PostgreSQL to App Engine on Google Cloud Platform…
Sena Kılıçarslan
Aug 15, 2019
How to manage states with State Design Pattern in C#?
How to manage states with State Design Pattern in C#?
Everything you need to know about State Design Pattern in C# at one place.
Daniel Rusnok
May 6, 2020
Deploy an ASP.NET Core App to Google Cloud
Deploy an ASP.NET Core App to Google Cloud
In this post, I will show how to deploy an ASP.NET Core web application to Google Cloud Platform (GCP).
Sena Kılıçarslan
Aug 5, 2019
Deploy an ASP.NET Core App with EF Core and SQL Server to Azure
Deploy an ASP.NET Core App with EF Core and SQL Server to Azure
In this post, I will show how to deploy an ASP.NET Core web application with EF Core and SQL Server to App Service on Azure. Besides, I…
Sena Kılıçarslan
Jan 1, 2020
Build a Web App with ASP.NET Core and MongoDB
Build a Web App with ASP.NET Core and MongoDB
In this post, I will show how to build a web application using ASP.NET Core MVC and MongoDB. If you are not familiar with MongoDB, you may…
Sena Kılıçarslan
May 29, 2019
How To Build a RESTful API with ASP.NET Core
How To Build a RESTful API with ASP.NET Core
In this post, I will demonstrate how to build a RESTful Web API using ASP.NET Core and Entity Framework Core. If you are new to .NET Core…
Sena Kılıçarslan
Apr 21, 2019
About .NET Core
Latest Stories
Archive
About Medium
Terms
Privacy
Teams