#DotNET

//devdigestdevdigest
2025-06-24

⚡️ Handling Stacked Branches in Git

🏷️

devdigest.today/goto/4646

Luís Pinheirolpodev
2025-06-24

Moving from the Laravel world to the .NET one is taking some time to get used to.

I mean, I knew Laravel did a lot for me with its starter kits and artisan commands, but I didn't expect this much.

Still, as a Junior Developer, I feel like I'm learning more and getting my hands dirty a lot more—which instantly makes me love my job even more.

I hope I’ll be able to reach the same development speed I had in Laravel with .NET.

//devdigestdevdigest
2025-06-24

⚡️ EF Core Query Optimization Steps

🏷️

devdigest.today/goto/4645

//devdigestdevdigest
2025-06-24

⚡️ Microsoft to Show New Developer Workflows at VSLive! Conference

🏷️

devdigest.today/goto/4644

2025-06-24

We're back! After our "Tour de Talk", we return you now to your regularly scheduled programming.
We continue our theme of #dotnet Memory Management and combine it with our session about Patterns from both #NDCOslo and #TechoramaBE 2025:
Let's dive-deep into the #CSharp Dispose Pattern.

on Tuesday, 2025-06-24
at 17:00 UTC | 19:00 CEST

#2codeOrNot2code

youtube.com/watch?v=qRuGy7tZdu

2025-06-24

Stumbled into a tough issue and finally got inspired to start a dev blog.

Yup, 2025 might be a bit late, but better than never :shrug4:

qotoqot.com/tech/ios-bindings/

#dotnet #dotnetmaui #iosdev

2025-06-23

16 common mistakes C#/.NET developers make (and how to avoid them)
#CSharp #dotnet

isaacl.dev/gmo

//devdigestdevdigest
2025-06-23

⚡️ GitHub Copilot for Azure Adds Agent Mode

🏷️

devdigest.today/goto/4642

In #csharp #dotnet we now have the `using` declaration:
`using var connection = new SqlConnection(...);`
This stops us having to surround large blocks of code with a `using` statement block. I'd like to see something similar for `try...catch` . Maybe simply:
`try;`
`// Code that might throw, then at the end of the method...`
`catch (Exception e)`
`{`
` // handling code`
`}`
One advantage would be less indentation, but another might be ability to access variable from the statements after the `try` declaration but before the `catch`. Currently a common pattern is declaring a variable before the `try` block. If there are issues with variable scope, the compiler could capture in the same way a lambda would. Indeed, maybe the `catch` could be a declaration too:
`catch (Exception e) => { /* handling code */ };`
and we'd get the capture for free.

2025-06-23

Are automated tests only for professionals?

I don't think so. Programming beginners can also start early. I wrote this post as an introduction for C# developers:

frank.woopec.net/2025/06/22/he

#LearnToCode #CSharp #dotnet #edutooter #informatikEdu

SelAromDotNetselaromdotnet
2025-06-23

As a career-long guy, I love the ecosystem it offers, but the threat of sliding back into "enterprisey" worries me that it won't remain the fun, accessible, and productive platform I've grown to love! link.content360.io/qxsnkkp

Jon Sagarajonsagara
2025-06-23

LINQPad 9 Early Preview is out: "LINQPad 9 is a major update that unifies the Windows and macOS codebases" linqpad.net/linqpad9.aspx

//devdigestdevdigest
2025-06-23

⚡️ VS Live! Redmond 2025 Keynote Announcement

🏷️

devdigest.today/goto/4640

//devdigestdevdigest
2025-06-23

⚡️ How to Stop Windows App Screen Capture

🏷️

devdigest.today/goto/4639

Chris Woody Woodruffwoodruff.dev@bsky.brid.gy
2025-06-23

🧬 Day 11 of the Genetic Algorithms Bootcamp is here! Today, we’re implementing a mutation operator in C#. Learn how to add just the right amount of randomness to keep your GA evolving! www.woodruff.dev/day-11-imple... #CSharp #GeneticAlgorithms #DotNet #AI

Day 11: Implementing a C# Muta...

Chris Woody Woodruffcwoodruff
2025-06-23

🧬 Day 11 of the Genetic Algorithms Bootcamp is here!

Today, we’re implementing a mutation operator in C#.

Learn how to add just the right amount of randomness to keep your GA evolving!

woodruff.dev/day-11-implementi

Wiesław Šoltéssoltes
2025-06-23
//devdigestdevdigest
2025-06-23

⚡️ Refactoring Song Recommendations with F# Combinators

🏷️

devdigest.today/goto/4638

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst