Ricardo Peres
@rjperes.bsky.social
📤 100
📥 132
📝 48
Soft Deletes with Entity Framework Core – Bulk Deletes
weblogs.asp.net/ricardoperes...
#dotnet
#efcore
#csharp
#orm
#classic
loading . . .
Soft Deletes with Entity Framework Core – Bulk Deletes
Introduction This is post 4 on a series of posts on soft deletes with EF Core. On none of my posts on this series did I mention that these solutions do not work with bulk deletes, introduced in EF …
https://weblogs.asp.net/ricardoperes/soft-deletes-with-entity-framework-core-bulk-deletes/
1 day ago
0
0
0
Introducing Isolator - a framework for running isolated code for .NET
developmentwithadot.blogspot.com/2025/10/intr...
#dotnet
#sandbox
#isolation
#csharp
loading . . .
Introducing Isolator - a framework for running isolated code for .NET
Introducing Isolator - a framework for running isolated code for .NET
https://developmentwithadot.blogspot.com/2025/10/introducing-isolator-framework-for.html
2 days ago
0
0
0
Unbelievable that
@googlesearchengine.bsky.social
cannot get its search to index a Blogger site that they own! A site with no customisations just cannot be indexed because they have a stupid canonical URL that does not match the actual URL (?m=1)
12 days ago
0
0
0
Restricting Access to an Action Method in ASP.NET Core MVC
developmentwithadot.blogspot.com/2025/10/rest...
#csharp
#net
#aspnetcore
#mvc
loading . . .
Restricting Access to an Action Method in ASP.NET Core MVC
Blog on development in general and in .NET in particular. Created and maintained by Ricardo Peres. Coimbra, Portugal
https://developmentwithadot.blogspot.com/2025/10/restricting-access-to-action-method-in.html
13 days ago
0
1
0
Automatic Mappings with AutoMapper
developmentwithadot.blogspot.com/2025/10/auto...
#csharp
#dotnet
#automapper
loading . . .
Automatic Mappings with AutoMapper
Automatic Mappings with AutoMapper
https://developmentwithadot.blogspot.com/2025/10/automatic-mappings-with-automapper.html
17 days ago
0
1
0
C# Magical Syntax
developmentwithadot.blogspot.com/2025/09/c-ma...
#dotnet
#csharp
loading . . .
C# Magical Syntax
C# Magical Syntax
https://developmentwithadot.blogspot.com/2025/09/c-magical-syntax.html
about 1 month ago
0
0
0
Java vs C# - Part 2
developmentwithadot.blogspot.com/2025/09/java...
#csharp
#java
#dotnet
loading . . .
Java vs C# - Part 2
Java vs C# - Part 2
https://developmentwithadot.blogspot.com/2025/09/java-vs-c-part-2.html
about 2 months ago
0
2
2
Java vs C# - Part 1
developmentwithadot.blogspot.com/2025/09/java...
#csharp
#dotnet
#java
loading . . .
Java vs C# - Part 1
Java vs C# - Part 1
https://developmentwithadot.blogspot.com/2025/09/java-vs-c-part-1.html
about 2 months ago
0
2
2
Java vs C# - Part 3
developmentwithadot.blogspot.com/2025/08/java...
#dotnet
#csharp
#java
loading . . .
Java vs C# - Part 3
Java versus C#
https://developmentwithadot.blogspot.com/2025/08/java-vs-c-part-3.html
about 2 months ago
1
1
1
Simple State Machine Updates
developmentwithadot.blogspot.com/2025/07/simp...
#dotnet
#csharp
#statemachine
loading . . .
Simple State Machine Updates
Simple State Machine Updates
https://developmentwithadot.blogspot.com/2025/07/simple-state-machine-updates.html
3 months ago
0
0
0
Introducing RazorSharpener
developmentwithadot.blogspot.com/2025/06/intr...
#dotnet
#razor
#csharp
loading . . .
Introducing RazorSharpener
RazorSharpener is a Razor compiler and renderer
https://developmentwithadot.blogspot.com/2025/06/introducing-razorsharpener.html
4 months ago
0
0
0
Value Generators in EF Core
developmentwithadot.blogspot.com/2025/05/valu...
#dotnet
#efcore
loading . . .
Value Generators in EF Core
Blog on development in general and in .NET in particular. Created and maintained by Ricardo Peres. Coimbra, Portugal
https://developmentwithadot.blogspot.com/2025/05/value-generators-in-ef-core.html
5 months ago
0
0
0
ASP.NET Core Pitfalls - Action Constraint Order
developmentwithadot.blogspot.com/2025/05/aspn...
#dotnet
#aspnetcore
#pitfalls
loading . . .
ASP.NET Core Pitfalls - Action Constraint Order
ASP.NET Core Pitfalls - Action Constraint Order
https://developmentwithadot.blogspot.com/2025/05/aspnet-core-pitfalls-action-constraint.html
5 months ago
0
0
0
A Simple State Machine in .NET - Adding Code-based Implementation
developmentwithadot.blogspot.com/2025/05/a-si...
#dotnet
#csharp
loading . . .
A Simple State Machine in .NET - Adding Code-based Implementation
A Simple State Machine in .NET - Adding Code-based Implementation
https://developmentwithadot.blogspot.com/2025/05/a-simple-state-machine-in-net-adding.html
6 months ago
0
0
0
Updated my post on EF Core optimisations
weblogs.asp.net/ricardoperes...
#efcore
#dotnet
#performance
#classic
loading . . .
EF Core Performance Optimisations
Introduction We all know O/RMs aren't the fastest tools when it comes to loading data, and Entity Framework Core is surely no exception. After all, they need to do a lot of operations, such as &#...
https://weblogs.asp.net/ricardoperes/ef-core-performance-optimisations
6 months ago
0
1
0
Using GUIDs with EF Core
developmentwithadot.blogspot.com/2025/04/usin...
#dotnet
#csharp
#efcore
loading . . .
Using GUIDs with EF Core
Using GUIDs with EF Core
https://developmentwithadot.blogspot.com/2025/04/using-guids-with-ef-core.html
7 months ago
0
0
0
Retrieving Services from Dependency Injection in .NET
developmentwithadot.blogspot.com/2025/03/retr...
#csharp
#dotnet
#di
loading . . .
Retrieving Services from Dependency Injection in .NET
Retrieving Services from Dependency Injection in .NET
https://developmentwithadot.blogspot.com/2025/03/retrieving-services-from-dependency.html
7 months ago
0
0
0
Entity Framework Core Pitfalls: Asynchronous vs Synchronous Calls and Interceptors
developmentwithadot.blogspot.com/2025/03/enti...
#dotnet
#csharp
#efcore
#pitfalls
loading . . .
Entity Framework Core Pitfalls: Asynchronous vs Synchronous Calls and Interceptors
Entity Framework Core Pitfalls: Asynchronous vs Synchronous Calls and Interceptors
https://developmentwithadot.blogspot.com/2025/03/entity-framework-core-pitfalls.html
7 months ago
0
0
0
Today starts the MVP Summit… very sad for not being able to attend this time, lots of good memories! Enjoy the summit, my fellow MVPs!
#mvpbuzz
#mvpaward
#mbpsummit
7 months ago
0
0
0
A Simple State Machine in .NET
developmentwithadot.blogspot.com/2025/03/a-si...
#csharp
#dotnet
loading . . .
A Simple State Machine in .NET
A simple state machine in .NET
https://developmentwithadot.blogspot.com/2025/03/a-simple-state-machine-in-net.html
7 months ago
0
0
0
.NET Metrics
developmentwithadot.blogspot.com/2025/03/net-...
#csharp
#dotnet
#opentelemetry
#metrics
#observability
loading . . .
.NET Metrics
.NET metrics
https://developmentwithadot.blogspot.com/2025/03/net-metrics.html
7 months ago
0
0
0
ASP.NET Core Extension Points - MVC
developmentwithadot.blogspot.com/2025/03/aspn...
#csharp
#netcore
#aspnetcore
#mvc
loading . . .
ASP.NET Core Extension Points - MVC
Blog on development in general and in .net in particular. Created and maintained by Ricardo Peres
https://developmentwithadot.blogspot.com/2025/03/aspnet-core-extension-points-mvc.html
7 months ago
0
1
0
ASP.NET Core Extension Points - Core
developmentwithadot.blogspot.com/2025/03/aspn...
#csharp
#aspnetcore
#netcore
loading . . .
ASP.NET Core Extension Points - Core
ASP.NET Core extensibility
https://developmentwithadot.blogspot.com/2025/03/aspnet-core-extension-points-core.html
8 months ago
0
1
1
Measuring the Performance of JSON Alternatives in .NET
developmentwithadot.blogspot.com/2025/02/meas...
#csharp
#dotnet
#json
#serialization
loading . . .
Measuring the Performance of JSON Alternatives in .NET
Measuring the Performance of JSON Alternatives in .NET
https://developmentwithadot.blogspot.com/2025/02/measuring-performance-of-json.html
8 months ago
0
1
1
A GitHub Actions Pipeline to Generate OpenAPI Documentation
developmentwithadot.blogspot.com/2025/02/a-gi...
#github
#openapi
loading . . .
A GitHub Actions Pipeline to Generate OpenAPI Documentation
A GitHub Actions Pipeline to Generate OpenAPI Documentation
https://developmentwithadot.blogspot.com/2025/02/a-github-actions-pipeline-to-generate.html
8 months ago
0
0
0
Injecting Action Method Values from Configuration in ASP.NET Core
developmentwithadot.blogspot.com/2025/02/inje...
#csharp
#aspnetcore
#dotnet
loading . . .
Injecting Action Method Values from Configuration in ASP.NET Core
Injecting action method values from configuration in ASP.NET Core
https://developmentwithadot.blogspot.com/2025/02/injecting-action-method-values-from.html
8 months ago
0
1
0
Text Querying with EF Core and SQL Server
developmentwithadot.blogspot.com/2025/02/text...
#csharp
#dotnet
#efcore
#sqlserver
loading . . .
Text Querying with EF Core and SQL Server
Different ways to query SQL Server text columns with EF Core
https://developmentwithadot.blogspot.com/2025/02/text-querying-with-ef-core-and-sql.html
8 months ago
0
1
0
OpenTelemetry with ASP.NET Core
developmentwithadot.blogspot.com/2025/02/open...
#dotnet
#aspnetcore
#opentelemetry
#csharp
loading . . .
OpenTelemetry with ASP.NET Core
OpenTelemetry with ASP.NET Core
https://developmentwithadot.blogspot.com/2025/02/opentelemetry-with-aspnet-core.html
8 months ago
1
2
0
Entity Framework Core Pitfalls: Calling DB Functions in LINQ Queries as Extension Methods
developmentwithadot.blogspot.com/2025/02/enti...
#csharp
#dotnet
#efcore
#pitfalls
loading . . .
Entity Framework Core Pitfalls: Calling DB Functions in LINQ Queries as Extension Methods
Calling DB Functions in EF Core LINQ Queries
https://developmentwithadot.blogspot.com/2025/02/entity-framework-core-pitfalls-calling.html
9 months ago
0
0
0
ASP.NET Core Middleware
developmentwithadot.blogspot.com/2025/01/aspn...
#aspnetcore
#dotnet
#csharp
loading . . .
ASP.NET Core Middleware
ASP.NET Core middleware
https://developmentwithadot.blogspot.com/2025/01/aspnet-core-middleware.html
9 months ago
0
0
0
The Disposable Pattern in ASP.NET Core
developmentwithadot.blogspot.com/2025/01/the-...
#aspnetcore
#netcore
#csharp
loading . . .
The Disposable Pattern in ASP.NET Core
Blog on development in general and in .net in particular. Created and maintained by Ricardo Peres
https://developmentwithadot.blogspot.com/2025/01/the-disposable-pattern-in-aspnet-core.html
9 months ago
0
1
0
developmentwithadot.blogspot.com/2025/01/aspn...
#dotnet
#csharp
#distributed-tracing
loading . . .
ASP.NET Core Distributed Tracing
ASP.NET Core Distributed Tracing
https://developmentwithadot.blogspot.com/2025/01/aspnet-core-distributed-tracing.html
9 months ago
0
1
0
.NET Cancellation Tokens
developmentwithadot.blogspot.com/2024/12/net-...
#dotnet
#csharp
#async
#cancellation
loading . . .
.NET Cancellation Tokens
.NET Cancellation Tokens
https://developmentwithadot.blogspot.com/2024/12/net-cancellation-tokens.html
10 months ago
0
1
1
What's New in .NET 9 and C# 13
developmentwithadot.blogspot.com/2024/12/what...
#dotnet
#csharp
loading . . .
What's New in .NET 9 and C# 13
Blog on development in general and in .net in particular. Created and maintained by Ricardo Peres
https://developmentwithadot.blogspot.com/2024/12/whats-new-in-net-9-and-c-13.html
11 months ago
0
0
0
developmentwithadot.blogspot.com/2024/11/audi...
#dotnet
#efcore
#csharp
loading . . .
Audit Trails in EF Core
An audit trail framework for EF Core
https://developmentwithadot.blogspot.com/2024/11/audit-trails-in-ef-core.html
11 months ago
0
1
0
location.foursquare.com/resources/bl...
loading . . .
Foursquare Open Source Places: A new foundational dataset for the geospatial community
Stay up to date with the latest from Foursquare! Learn more about Foursquare Open Source Places: A new foundational dataset for the geospatial community
https://location.foursquare.com/resources/blog/products/foursquare-open-source-places-a-new-foundational-dataset-for-the-geospatial-community/
11 months ago
0
0
0
Domain Events with .NET - Events Dispatcher Executor
developmentwithadot.blogspot.com/2024/11/doma...
#dotnet
#csharp
#domainevents
loading . . .
Domain Events with .NET - Events Dispatcher Executor
Blog on development in general and in .net in particular. Created and maintained by Ricardo Peres
https://developmentwithadot.blogspot.com/2024/11/domain-events-with-net-events.html
11 months ago
0
0
0
you reached the end!!
feeds!
log in