Daniel (@limamdaniel) 's Twitter Profile
Daniel

@limamdaniel

Computer Science • Travel enthusiast • Gadget junkie • Self learner; Don't know how to code, but I do it everyday and make money from it;

ID: 198640547

calendar_today04-10-2010 21:29:31

3,3K Tweet

73 Followers

734 Following

Milan Jovanović (@mjovanovictech) 's Twitter Profile Photo

You can use the Script-Migration CLI command to generate SQL scripts from your EF Core migrations. This is useful for reviewing changes before applying them to the database. You can also specify an -Idempotent argument to the Script-Migration command. The Script-Migration

You can use the Script-Migration CLI command to generate SQL scripts from your EF Core migrations.

This is useful for reviewing changes before applying them to the database.

You can also specify an -Idempotent argument to the Script-Migration command.

The Script-Migration
Karen Payne MVP (@karenpaynemvp) 's Twitter Profile Photo

How a developer approaches documenting or not documenting code tells a great deal about them, especially for junior developers or seasoned developers working with junior developers. For instance, a junior developer copies from the web or generates using A.I. the following code or

How a developer approaches documenting or not documenting code tells a great deal about them, especially for junior developers or seasoned developers working with junior developers. For instance, a junior developer copies from the web or generates using A.I. the following code or
Dr Milan Milanović (@milan_milanovic) 's Twitter Profile Photo

𝗧𝗵𝗲 𝗠𝗼𝘀𝘁 𝗜𝗺𝗽𝗼𝗿𝘁𝗮𝗻𝘁 𝗖# 𝗙𝗲𝗮𝘁𝘂𝗿𝗲𝘀 𝗙𝗿𝗼𝗺 𝗩𝗲𝗿𝘀𝗶𝗼𝗻 𝟲 𝘁𝗼 𝟭𝟯 C# language has been developing for more than 20 years now. Yet, every year, we see new versions of the language with new, exciting features. Some of their features aren't just updates

𝗧𝗵𝗲 𝗠𝗼𝘀𝘁 𝗜𝗺𝗽𝗼𝗿𝘁𝗮𝗻𝘁 𝗖# 𝗙𝗲𝗮𝘁𝘂𝗿𝗲𝘀 𝗙𝗿𝗼𝗺 𝗩𝗲𝗿𝘀𝗶𝗼𝗻 𝟲 𝘁𝗼 𝟭𝟯

C# language has been developing for more than 20 years now. Yet, every year, we see new versions of the language with new, exciting features. Some of their features aren't just updates
Milan Jovanović (@mjovanovictech) 's Twitter Profile Photo

Multiple EF Core DbContexts in a single application? Here's when it makes sense to do this 👇 - Working with multiple databases - Separating concerns - Modular monolith - Read replicas I did this when implementing a modular monolith application. Each module had a dedicated

Multiple EF Core DbContexts in a single application?

Here's when it makes sense to do this 👇

- Working with multiple databases
- Separating concerns
- Modular monolith
- Read replicas

I did this when implementing a modular monolith application. Each module had a dedicated
Tom Dörr (@tom_doerr) 's Twitter Profile Photo

A tool for managing SQL Server databases, including database design, object management, query building, data import and export, and database comparison and synchronization

A tool for managing SQL Server databases, including database design, object management,  query building, data import and export, and database comparison and synchronization
Dave Callan | dotnet (@dave_dotnet) 's Twitter Profile Photo

How to find slow queries in Entity Framework ⬇️ #dotnet By using Entity Frameworks interceptor system and hooking into the ReaderExecuted event we can see exactly how long queries are taking to execute. Bookmark it!

How to find slow queries in Entity Framework  ⬇️
#dotnet

By using Entity Frameworks interceptor system and hooking into the ReaderExecuted event we can see exactly how long queries are taking to execute. 

Bookmark it!
Milan Jovanović (@mjovanovictech) 's Twitter Profile Photo

The simplest way to run background tasks in .NET? You can use the IHostedService interface. The interface only has two methods for starting and stopping the service. To run the hosted service, register it with DI, which will run when the application starts. You can use this

The simplest way to run background tasks in .NET?

You can use the IHostedService interface.

The interface only has two methods for starting and stopping the service.

To run the hosted service, register it with DI, which will run when the application starts.

You can use this
Tom Dörr (@tom_doerr) 's Twitter Profile Photo

Open source wealth management software to track stocks, ETFs, and cryptocurrencies, built with TypeScript, NestJS, Angular, Prisma, and Redis

Open source wealth management software to track stocks, ETFs, and cryptocurrencies, built with TypeScript, NestJS, Angular, Prisma, and Redis
Milan Jovanović (@mjovanovictech) 's Twitter Profile Photo

Here are 7 things I always set up on new .NET projects: - Code style (.editorconfig) - Build configuration - Central package management - Code quality (static analysis) - Containerization - CI/CD - Tests After this, I'll introduce some orchestration support for easier local

Here are 7 things I always set up on new .NET projects:

- Code style (.editorconfig)
- Build configuration
- Central package management
- Code quality (static analysis)
- Containerization
- CI/CD
- Tests

After this, I'll introduce some orchestration support for easier local
Tom Dörr (@tom_doerr) 's Twitter Profile Photo

MySpeed: Records internet speed, ping, and other metrics for up to 30 days, with automated tests, multiple server options, and integration with Prometheus and Grafana

MySpeed: Records internet speed, ping, and other metrics for up to 30 days, with automated tests, multiple server options, and integration with Prometheus and Grafana
Dave Callan | dotnet (@dave_dotnet) 's Twitter Profile Photo

Get method caller info in C# Did you know we can get info about the caller of a method using info attributes? Have you use info attributes before? #dotnet

Get method caller info in C#

Did you know we can get info about the caller of a method using info attributes?

Have you use info attributes before?

#dotnet