Patrick Drechsler · @drechsler
75 followers · 137 posts · Server floss.social

hey

is there a consent for 2023 how a directory structure should look like for new greenfield or solutions?

- Java-like (src and test)
- "Flat": LibFoo is next to LibFoo.Tests
- other?

How much does your

- IDE
- CI/CD

motivate your choice?

#dotNET #CSharp #FSharp

Last updated 1 year ago

Curtis Carter · @codingcoyote
17 followers · 7 posts · Server floss.social

TIL: VB.Net will compile if you misspelled the variable you return. It seemingly assumes you want to return a null as a new variable. No errors, no warnings.

#dotNET #visualbasic

Last updated 1 year ago

tiredfather · @tiredfather
6 followers · 44 posts · Server astral.camp

As I've been settling back into , one thing thats been agitating me is getting a service registered with an `IHost` . I'm probably being dumb, but the rigidity of gets to me at times 😑

#dotNET

Last updated 1 year ago

Маємо компонент, який малює 3D тіла на сервері й у режимі реального часу транлює на клієнт. Треба було розібратися у протоколі (через websocket) для взаємодії. Взаємодію реалізовано через засіб wslink. Там є приклад сервера на python та клієнт на JS та С++. Readme не дуже. Треба було цілий день колупатися щоб розібратися як це добро запускати, на яких версія Python і з якими аргументами. Розібрався і зміг на C# реалізувати з'єднання. Взагалі я розробник)

#dotNET

Last updated 1 year ago

Patrick Drechsler · @drechsler
62 followers · 62 posts · Server floss.social

Diesen Freitagabend um 20:30 Uhr bin ich bei Gregor Biswangers "Coding Zone" eingeladen, und spreche über Fehlerbehandlung

Jeder ist eingeladen!

meetup.com/de-DE/my-coding-zon

#dotNET #DDD #functionalprogramming

Last updated 1 year ago

Wu Yuansheng · @admin
21 followers · 7910 posts · Server social.xinghaizhandui.com

RT realDotNetDave: devs in , the 3rd edition of Rock Your Code: Code & App Performance book is out! Data and advice in this book are from over 6K benchmark tests. There are hundreds of tips, especially for collections!

dotnettips.wordpress.com/2023/

#dotNET #sweeden #mvpbuzz #codeperformance #dotnetdave

Last updated 1 year ago

Brar Piening · @brar
211 followers · 1129 posts · Server floss.social

Today Roji released 8.0.0-preview.1.
At the moment there are not many visible features added but Nikita, Nino and also Shay have have been hacking away with native AOT and reducing Npgsql's binary size, so if you're using AOT and care about binary size, it's prbably worth to have some initial look at it and give feedback.

#PostgreSQL #dotNET #Npgsql

Last updated 1 year ago

Jan :rust: :ferris: · @janriemer
453 followers · 1623 posts · Server floss.social
Jan :rust: :ferris: · @janriemer
453 followers · 1623 posts · Server floss.social

@billseipel Yeah, interesting question. 🤔

Have you heard of producer/consumer pattern with channels?
It's a very powerful way to structure your concurrent program.

The twist is, that you would process each result as it becomes available. Of course you still have the ability to wait until _all results_ are available (by storing each result in a collection on the consumer side).

See the following playground for an example:
dotnetfiddle.net/XI4ZhQ

For further resources see part 2

1/2

#dotNET

Last updated 1 year ago

OSTechNix · @ostechnix
548 followers · 1514 posts · Server floss.social
Brar Piening · @brar
175 followers · 918 posts · Server floss.social

Today Roji released 7.0.1 and 6.0.8.
Both are minor bugfix released that shouldn't introduce any breaking changes and only fix a few bugs.
There's nothing in there, that I'd consider a big deal but if you're using Npgsql to connect your application to and are hit by one of the bugs we've fixed, you might disagree and may want to upgrade your NuGet references.
See here for the fixed issues:
• github.com/Npgsql/Npgsql/issue
• github.com/Npgsql/Npgsql/issue

#PostgreSQL #dotNET #Npgsql

Last updated 2 years ago

Stefan Geiger · @gest01
13 followers · 4 posts · Server swiss.social
Danica Fine · @thedanicafine
61 followers · 26 posts · Server data-folks.masto.host

You asked for non-jvm content, and @bbejeck delivered!

See how to create a streaming application using and the Task Parallel Library.
confluent.io/blog/build-stream

#apachekafka #dotNET

Last updated 2 years ago

Hello! It's Monday already! Here are a few of my which kept my interest recently c5m.ca/RN-532 about & more

#readingnotes #cloud #container #dotNET #iot

Last updated 2 years ago

Stefan Geiger · @gest01
4 followers · 1 posts · Server swiss.social
Brar Piening · @brar
134 followers · 642 posts · Server floss.social

Come on people in the , I know you care :boost_requested:

#Fediverse #dotNET

Last updated 2 years ago

Brar Piening · @brar
134 followers · 642 posts · Server floss.social

Hi folks,
yesterday, Roji released 7.0 the .NET data provider for that targets .NET 7.0 and the corresponding provider.
Please check out the release notes at npgsql.org/doc/release-notes/7 and npgsql.org/efcore/release-note for new features and breaking changes.
There's a lot of cool new stuff to try out!

#EFCore #NpgsqlEFCorePG #PostgreSQL #Npgsql #dotNET

Last updated 2 years ago

Brar Piening · @brar
134 followers · 642 posts · Server floss.social

RT @ajcvickers@twitter.com

Tomorrow on , @shayrojansky@twitter.com and I take a WebAPI on .NET Framework 4.8 with EF6.4.4 and update it to .NET 7 with EF Core 7.

Want to guess how much faster it will be at each step?

Find out Thursday at 9:30AM Pacific! youtu.be/ET3wMMEt76I

🐦🔗: twitter.com/ajcvickers/status/

#entityframework #dotNET #dotnetconf2022

Last updated 2 years ago

Brar Piening · @brar
134 followers · 642 posts · Server floss.social

RT @DaveCallanIE@twitter.com

Entity Framework 7 now on NuGet ❤❤❤.
Congrats to @ajcvickers@twitter.com @shayrojansky@twitter.com and all the team.

nuget.org/packages/Microsoft.E

🐦🔗: twitter.com/DaveCallanIE/statu

#dotNETConf #dotNET #entityframework #EFCore

Last updated 2 years ago

Oliver Braun · @OliverBraunIT
1 followers · 25 posts · Server social.seewindows.com

Visual Studio 2022 17.4 is now GA.
17.5 Preview 1 is also out now.

#dotNET #VisualStudio

Last updated 2 years ago