Generate viral LinkedIn posts in your style for free.

Generate LinkedIn posts
Julio Casal

Julio Casal

These are the best posts from Julio Casal.

2 viral posts with 2,337 likes, 73 comments, and 240 shares.
2 image posts, 0 carousel posts, 0 video posts, 0 text posts.

👉 Go deeper on Julio Casal's LinkedIn with the ContentIn Chrome extension 👈

Best Posts by Julio Casal on LinkedIn

Need to get started with .NET microservices?

Here's a free course for beginners:

It goes from zero to a fully working microservices application built with C# and ASP.NET Core.

It covers:
- Dev environment setup
- What are microservices?
- Creating your first microservice
- DTOs
- REST APIs
- Data repositories
- Using Docker containers
- Dependency injection
- Postman
- Code re-use via NuGet packages
- Synchronous communication via IHttpClientFactory
- Resilience strategies via Polly
- Asynchronous communication via RabbitMQ
- MassTransit
- Eventual data consistency
- Frontend integration
- Lots more

Start watching for free here 👇
https://lnkd.in/g5Aqhr2C
Post image by Julio Casal
There's a new way to perform deletes with EF. And you missed it.

You no longer need to fetch entities first.

Use the new ExecuteDeleteAsync method after a Where clause that specifies the entities to delete.

It will not do any change tracking and no need to call SaveChanges.

Will generate this SQL statement:

DELETE FROM Games WHERE Id = @id

There's also a new ExecuteUpdate method for efficient updates that follows the same idea.

They both showed up in EF Core 7.0.

Simple, shorter and runs very efficient!
Post image by Julio Casal

Related Influencers