Dave Callan | dotnet(@Dave_DotNet) 's Twitter Profile Photo

LINQ Chunk example ⬇️

This was new in .NET 6 and is great for splitting up collections into smaller batches.

Have you used it much?

Thanks to Łukasz Żabski on LinkedIn for the image ->
linkedin.com/in/zabski/

LINQ Chunk example  ⬇️

This was new in .NET 6 and is great for splitting up collections into smaller batches. 

Have you used it much?

Thanks to Łukasz Żabski on LinkedIn for the image ->
linkedin.com/in/zabski/

#dotnet
account_circle
Ugur Umutluoglu(@umutluoglu) 's Twitter Profile Photo

Dotnet Konferansı'nda yapılacak 19 sunum başlığı kesinleşti, 2-3 sunum daha yolda.

Katılımcılara bu hafta anket gönderip gelen oylara göre programı netleştireceğiz. Kesin katılacak şirketler bu hafta bilet alırsa programın netleşmesine katkı verebilir.

Dotnet Konferansı'nda yapılacak 19 sunum başlığı kesinleşti, 2-3 sunum daha yolda.

Katılımcılara bu hafta anket gönderip gelen oylara göre programı netleştireceğiz. Kesin katılacak şirketler bu hafta bilet alırsa programın netleşmesine katkı verebilir.
account_circle
C# Corner(@CsharpCorner) 's Twitter Profile Photo

Excited to dive into Blazor? Explore the world of web development with this detailed guide on building a .NET Blazor web application with a Bootstrap theme. Enhance your skills and create stunning web experiences! tinyurl.com/yc4yjzjb

Excited to dive into Blazor? Explore the world of web development with this detailed guide on building a .NET Blazor web application with a Bootstrap theme. Enhance your skills and create stunning web experiences! tinyurl.com/yc4yjzjb

#Blazor #DOTNET #webapps #Bootstrap…
account_circle
David Fowler(@davidfowl) 's Twitter Profile Photo

.NET Aspire is extensible, here's an example of building support for waiting on dependencies to be 'ready' in during local dev:

github.com/davidfowl/Wait…

We're hoping to see the ecosystem building really cool things we didn't envision 😍.

.NET Aspire is extensible, here's an example of building support for waiting on dependencies to be 'ready' in during local dev:

github.com/davidfowl/Wait…

We're hoping to see the ecosystem building really cool things we didn't envision 😍.

#dotnet #aspire
account_circle
ErikEJ(@ErikEJ) 's Twitter Profile Photo

New release of my free 'Entity Framework Core Power Tools' extension for Visual Studio
- create an ER diagram
- support for VS ARM64 (finally!)
- map Postgres 'set returning functions' (beta)
- read CLI config (beta)

github.com/ErikEJ/EFCoreP…

New release of my free 'Entity Framework Core Power Tools' extension for Visual Studio
- create an  ER diagram
- support for VS ARM64 (finally!)
- map Postgres 'set returning functions' (beta)
- read CLI config (beta)
#efcore #visualstudio #dotnet 
github.com/ErikEJ/EFCoreP…
account_circle
Willem Meints(@willem_meints) 's Twitter Profile Photo

Wrote a little something for to simplify working with projects. It's pretty rough still, but I hope more people will like it and help me improve the API :-)

Wrote a little something for #dotnet #Aspire to simplify working with #Python projects. It's pretty rough still, but I hope more people will like it and help me improve the API :-)
account_circle
Adnan.(@adnan0101001) 's Twitter Profile Photo

One really good thing I love about is it's worksheet. So easy to write a quick and dirty prototype to get inlay results in your editor. And it can plug into your project too! Here's today's Leetcode question
Also ports welcome. dotnet provides a priority queue now!

One really good thing I love about #Scala is it's worksheet. So easy to write a quick and dirty prototype to get inlay results in your editor. And it can plug into your project too! Here's today's Leetcode question
Also #fsharp ports welcome. dotnet provides a priority queue now!
account_circle
Mukesh Murugan(@iammukeshm) 's Twitter Profile Photo

To add multiple implementations against the same interface, you can register each of these interfaces into the DI Container by specifying a key.

You can retrieve these instances by directly specifying the key you registered with.



Join➡️newsletter.codewithmukesh.com/subscribe

To add multiple implementations against the same interface, you can register each of these interfaces into the DI Container by specifying a key. 

You can retrieve these instances by directly specifying the key you registered with.

#dotnet

Join➡️newsletter.codewithmukesh.com/subscribe
account_circle
Halil İbrahim Kalkan(@hibrahimkalkan) 's Twitter Profile Photo

ÖĞRENCİ arkadaşlar ücretsiz olarak ABP Conf 2024 etkinliğimize katılabilirler.

Öğrenci iseniz şu formu doldurup talep etmeniz yeterli: docs.google.com/forms/u/1/d/e/…

ÖĞRENCİ arkadaşlar ücretsiz olarak ABP #DOTNET Conf 2024 etkinliğimize katılabilirler.

Öğrenci iseniz şu formu doldurup talep etmeniz yeterli: docs.google.com/forms/u/1/d/e/…
account_circle
ErikEJ(@ErikEJ) 's Twitter Profile Photo

Create an ER diagram of your database directly from Server Explorer in Visual Studio - try it in the latest daily build of EF Core Power Tools

github.com/ErikEJ/EFCoreP…

Create an ER diagram of your database directly from Server Explorer in Visual Studio - try it in the latest daily build of EF Core Power Tools
#dotnet #efcore #Database 
github.com/ErikEJ/EFCoreP…
account_circle
Kristoffer Strube(@KStrubeG) 's Twitter Profile Photo

Over the last few weeks, I've been working on adding support for Audio Worklet Processors in Blazor.WebAudio.🔊
Now I have a model that can render stereo sound in an Audio Worklet with data pulled from the main thread.

Project: github.com/KristofferStru…

account_circle
adimiko(@adimiko_) 's Twitter Profile Photo


Changed interval processing (checking the outbox in intervals) to processing event hooks in Outbox.
Removed all workers in Outbox -> Complexity has been reduced
Hook processing can reduce latency.
I plan to do the same in the inbox.

account_circle