Skip to content
Navigation menu
Search
Powered by
Search
Algolia
Log in
Create account
Forem
Close
#
dotnetcore
Follow
Hide
Posts
Left menu
👋
Sign in
for the ability to sort posts by
relevant
,
latest
, or
top
.
Right menu
Implement Onion Architecture in .NET Core for Product Order Service
DotNet Full Stack Dev
DotNet Full Stack Dev
DotNet Full Stack Dev
Follow
Oct 10 '24
Implement Onion Architecture in .NET Core for Product Order Service
#
dotnet
#
dotnetcore
#
architecture
#
onion
Comments
Add Comment
5 min read
Centralized Exception Handling in ASP.NET Core - Custom Middleware
DotNet Full Stack Dev
DotNet Full Stack Dev
DotNet Full Stack Dev
Follow
Oct 9 '24
Centralized Exception Handling in ASP.NET Core - Custom Middleware
#
exceptionhandling
#
middleware
#
dotnetcore
#
aspnet
1
reaction
Comments
Add Comment
3 min read
Monolithic Architecture in .NET Core with real-time example
DotNet Full Stack Dev
DotNet Full Stack Dev
DotNet Full Stack Dev
Follow
Oct 8 '24
Monolithic Architecture in .NET Core with real-time example
#
monolithic
#
architecture
#
dotnetcore
#
realtimeexample
1
reaction
Comments
Add Comment
4 min read
Layered (N-Tier) Architecture in .NET Core
DotNet Full Stack Dev
DotNet Full Stack Dev
DotNet Full Stack Dev
Follow
Oct 8 '24
Layered (N-Tier) Architecture in .NET Core
#
layered
#
architecture
#
monolith
#
dotnetcore
8
reactions
Comments
Add Comment
5 min read
ASP.NET Core unassociated input fix
Karen Payne
Karen Payne
Karen Payne
Follow
Oct 7 '24
ASP.NET Core unassociated input fix
#
webdev
#
dotnetcore
#
css
#
ui
3
reactions
Comments
2
comments
2 min read
Spectre.Console helpers
Karen Payne
Karen Payne
Karen Payne
Follow
Sep 29 '24
Spectre.Console helpers
#
csharp
#
dotnetcore
#
frontend
#
design
4
reactions
Comments
Add Comment
7 min read
EFCore Tutorial P9:Understanding and Implementing Value Objects
mohamed Tayel
mohamed Tayel
mohamed Tayel
Follow
Sep 27 '24
EFCore Tutorial P9:Understanding and Implementing Value Objects
#
dotnetcore
#
efcore
#
programming
#
tutorial
2
reactions
Comments
Add Comment
5 min read
Improving String Manipulation in .NET
Vanderlei Adriano Morais
Vanderlei Adriano Morais
Vanderlei Adriano Morais
Follow
Sep 25 '24
Improving String Manipulation in .NET
#
dotnet
#
dotnetcore
#
performance
#
benchmark
3
reactions
Comments
Add Comment
3 min read
✨ (CPM) Central Package Management in .NET
Panthangi Panthangi
Panthangi Panthangi
Panthangi Panthangi
Follow
Aug 22 '24
✨ (CPM) Central Package Management in .NET
#
dotnetcore
#
vscode
#
dotnetframework
#
csharp
Comments
Add Comment
1 min read
EFCore Tutorial P8:Filtering, Sorting, and Paging
mohamed Tayel
mohamed Tayel
mohamed Tayel
Follow
Sep 23 '24
EFCore Tutorial P8:Filtering, Sorting, and Paging
#
dotnetcore
#
efcore
#
programming
#
tutorial
Comments
Add Comment
4 min read
Mastering C# Fundamentals: A Beginner’s Journey into .NET Development
mohamed Tayel
mohamed Tayel
mohamed Tayel
Follow
Sep 19 '24
Mastering C# Fundamentals: A Beginner’s Journey into .NET Development
#
programming
#
beginners
#
csharp
#
dotnetcore
13
reactions
Comments
Add Comment
4 min read
What is Clean Architecture: Part 18 - Adding API
mohamed Tayel
mohamed Tayel
mohamed Tayel
Follow
Sep 17 '24
What is Clean Architecture: Part 18 - Adding API
#
architecture
#
softwareengineering
#
api
#
dotnetcore
2
reactions
Comments
Add Comment
4 min read
C# different way to do a proof of concept
Karen Payne
Karen Payne
Karen Payne
Follow
Sep 15 '24
C# different way to do a proof of concept
#
csharp
#
dotnetcore
#
tutorial
#
codenewbie
90
reactions
Comments
3
comments
8 min read
Securing APIs with OAuth2 and JWT in .NET Core
Paulo Torres
Paulo Torres
Paulo Torres
Follow
Sep 16 '24
Securing APIs with OAuth2 and JWT in .NET Core
#
dotnetcore
#
oauth
#
jwt
#
api
1
reaction
Comments
Add Comment
3 min read
EFCore Tutorial P6: LINQ Queries
mohamed Tayel
mohamed Tayel
mohamed Tayel
Follow
Sep 16 '24
EFCore Tutorial P6: LINQ Queries
#
efcore
#
dotnetcore
#
softwaredevelopment
#
softwareengineering
Comments
Add Comment
5 min read
EFCore Tutorial P5:Backing Fields and Shadow Properties
mohamed Tayel
mohamed Tayel
mohamed Tayel
Follow
Sep 15 '24
EFCore Tutorial P5:Backing Fields and Shadow Properties
#
efcore
#
dotnetcore
#
softwaredevelopment
#
softwareengineering
1
reaction
Comments
Add Comment
7 min read
EFCore Tutorial P4:Cleaning Up `OnModelCreating`
mohamed Tayel
mohamed Tayel
mohamed Tayel
Follow
Sep 13 '24
EFCore Tutorial P4:Cleaning Up `OnModelCreating`
#
efcore
#
dotnetcore
#
softwareengineering
4
reactions
Comments
Add Comment
3 min read
EFCore Tutorial P2:Attributes vs. Fluent API
mohamed Tayel
mohamed Tayel
mohamed Tayel
Follow
Sep 13 '24
EFCore Tutorial P2:Attributes vs. Fluent API
#
softwareengineering
#
efcore
#
dotnetcore
Comments
Add Comment
3 min read
What is Clean Architecture: Part 17 - Implementing the Infrastructure Layer with CSV Export and Email Service
mohamed Tayel
mohamed Tayel
mohamed Tayel
Follow
Sep 12 '24
What is Clean Architecture: Part 17 - Implementing the Infrastructure Layer with CSV Export and Email Service
#
architecture
#
dotnetcore
#
api
3
reactions
Comments
Add Comment
5 min read
EFCore Tutorial P1: Getting Started with EF Core
mohamed Tayel
mohamed Tayel
mohamed Tayel
Follow
Sep 13 '24
EFCore Tutorial P1: Getting Started with EF Core
#
softwareengineering
#
dotnetcore
#
efcore
4
reactions
Comments
Add Comment
4 min read
What is Clean Architecture: Part 16 - Adding Data Persistence with Entity Framework Core
mohamed Tayel
mohamed Tayel
mohamed Tayel
Follow
Sep 11 '24
What is Clean Architecture: Part 16 - Adding Data Persistence with Entity Framework Core
#
architecture
#
softwareengineering
#
dotnetcore
2
reactions
Comments
Add Comment
8 min read
How to Manage Persistent Connections in a WhatsApp-like Chat Application Using ASP.NET SignalR and EF Core?
MetinAbaszade
MetinAbaszade
MetinAbaszade
Follow
Aug 6 '24
How to Manage Persistent Connections in a WhatsApp-like Chat Application Using ASP.NET SignalR and EF Core?
#
csharp
#
dotnet
#
dotnetcore
#
aspdotnet
Comments
Add Comment
1 min read
Bogus DateOnly/TimeOnly
Karen Payne
Karen Payne
Karen Payne
Follow
Sep 8 '24
Bogus DateOnly/TimeOnly
#
csharp
#
dotnetcore
#
tutorial
#
development
2
reactions
Comments
3
comments
6 min read
Implementing Real-Time Updates with Server-Sent Events (SSE) in C# .NET: A Complete Guide
Mayank Agarwal
Mayank Agarwal
Mayank Agarwal
Follow
Sep 8 '24
Implementing Real-Time Updates with Server-Sent Events (SSE) in C# .NET: A Complete Guide
#
dotnetcore
#
realtime
#
sse
#
webdev
13
reactions
Comments
Add Comment
5 min read
UUID v7 Now in .NET 9
Islam nabil
Islam nabil
Islam nabil
Follow
Sep 7 '24
UUID v7 Now in .NET 9
#
microsoft
#
dotnetcore
#
database
#
dotnet
3
reactions
Comments
1
comment
2 min read
loading...
We're a blogging-forward open source social network where we learn from one another
Log in
Create account