.NET Pulse issue number 27.
.NET 9 introduces a GUID version 7 implementation.
Find out the differences with GUID version 4 in tomorrow's issue.
Join 1,760 fellow engineers and get the issue directly into your inbox.
Subscribe: https://bit.ly/3H5vPm9
Hi #dotnet, I really need your help.
Let's show everyone #Mastodon is even better than X for #devhelp.
How do you run multiple intg. tests in .NET?
I am looking into #testcontainers and that seems best (or also this FluentDocker lib: https://guiferreira.me/archive/2023/dotnet-integration-testing-with-docker-compose)
My concern is about eating CPU/RAM on #CICD host(s), as we have a lot of #tests & running a lot of stacks in parallel seems challenging (a lot of #DB services to start up).
I wonder, can I run eg. 10 by 10 of tests?
Refactor your code with default lambda parameters - .NET Blog
This article concludes a series on C# 12, highlighting "default lambda parameters" which simplify expressing default values in lambdas, enhancing code readability and maintainability
#CSharp12 #Charp #CodeReadability #Maintainability #Programming #DotNet #SoftwareDevelopment
https://devblogs.microsoft.com/dotnet/refactor-your-code-with-default-lambda-parameters/
Just released: OpenAI.NET v 0.1
This brand new library offers a simple and easy way to integrate your .NET solutions with #OpenAI and #ChatGPT.
This library is special because it was fully built over livestreams with The Standard Community leveraging engineering best practices and guidelines according to The Standard.
Check out our full live streams sessions in developing this library here on #YouTube:
https://www.youtube.com/watch?v=JQnTpGV-7YA&list=PLan3SCnsISTTl_MnGP6B78Nfu9Ix8G4mU
Check out the source code of the library here on #github:
https://github.com/hassanhabib/OpenAI.NET
And lastly huge thanks to the amazing engineers from everywhere around the world who helped get this done in just one week!
This library offers Completions today, but we will continue to stream and release more and more features as we go!
Make sure you stay tuned and thank you for using our library!