How do you handle exceptions in CSharp?
Read more here:
https://www.devleader.ca/2023/10/22/how-to-handle-exceptions-in-csharp-tips-and-tricks-for-streamlined-debugging/
How do you handle exceptions in CSharp?
Read more here:
https://www.devleader.ca/2023/10/22/how-to-handle-exceptions-in-csharp-tips-and-tricks-for-streamlined-debugging/
Lazy web, is there a way to get Jetty server to serve a single static page and send it with a specific HTTP error code?
I’m wrapping a containerized service in a scripted entry point and want to throw up a 500-series error page if one of the safety checks fails.
#Jetty #containers #ErrorHandling #LazyWeb #WebServer
Read more about Leo’s talk; how they did it, what broke, and what got better down here https://eurorust.eu/talks/from-any-to-this/?utm_source=mastodon&utm_medium=social&utm_campaign=25-06-26-speaker-leo-kettmeir
#RustLang #ErrorHandling #Deno
2/3
via @dotnet : Emit logs on-demand with log buffering
https://ift.tt/vdfE09D
#DotNet9 #LogBuffering #Logging #SoftwareDevelopment #TechInnovation #ErrorHandling #PerformanceOptimization #ASPNetCore #MemoryManagement #DiagnosticTools #LoggingStrategies #Production…
Imagine showing your user: "The operation couldn't be completed. (NSURLErrorDomain error -1011.)"
Been there! That's why I created ErrorKit to map these into English. But Apple has THOUSANDS of these cryptic codes. Time for a community solution:
https://www.fline.dev/making-swift-error-messages-human-friendly-together/
I spent years getting frustrated by Swift's cryptic error messages, so I started fixing them myself... then realized: this is way too much work for one person!
So I decided to ask our community for help. Join me in solving this once and for all:
https://www.fline.dev/making-swift-error-messages-human-friendly-together/
Valibot v1.1: Streamlining Validation with Enhanced Features and AI Integration
The recent release of Valibot v1.1 introduces powerful new features aimed at simplifying code and enhancing error handling. With the integration of AI-driven project management tools, developers can n...
I heard an insightful talk by Matt Burke at NDC London on exceptions and Eric Lippert's "Vexing Exceptions." #CodingBestPractices https://www.funkysi1701.com/posts/2025/exceptions/ #Exceptions #DotNet #ErrorHandling #Programming #Development #Tech
It's been only 2 weeks I released #ErrorKit and it already has ~250 on GitHub, becoming my 3rd most popular open-source framework already in such a short time!
I also just released version 1.1.0 of the library with some nice improvements. Thanks to @sherlouk and Justin Bishop for their contributions!
Back to Reality with the Time Brick - There are a lot of distractions in daily life, especially with all the different f... - https://hackaday.com/2025/04/29/back-to-reality-with-the-time-brick/ #errorhandling #clockhacks #display #weather #design #esp-01 #clock #wifi
In #Swift, it's easy to get error messages wrong. It's due to a design flaw in the "Error" protocol itself, introduced for #ObjectiveC compatibility. I've seen people write below code all the time. I fixed this flaw in #ErrorKit: Just conform your errors to "Throwable" instead!
Learn more: #iOSDev #ErrorHandling #DevTips
https://www.fline.dev/swift-error-handling-done-right-overcoming-the-objective-c-error-legacy/
Did you know Swift's Error protocol has been lying to you since day one?
Your carefully crafted error messages may be getting ignored by design—and it's all because of an Objective-C ghost.
Here's how to fix it:
#iOSDev #Swift #ErrorHandling #BestPractices
https://www.fline.dev/swift-error-handling-done-right-overcoming-the-objective-c-error-legacy/
Introducing a new open-source #Swift package that I've been working on for 8 months! Say hello to #ErrorKit – a set of APIs that simplify #ErrorHandling in Swift 6. Built to be actually helpful, not only for large teams but also for #IndieDev's like myself. And boy have I documented it!
Please check it out & give it a ️ on GitHub: #iOSDev #SwiftLang
https://github.com/FlineDev/ErrorKit
Learn about different types of exceptions in .NET and how to handle them effectively to build robust and reliable applications. Check it out! Read more #DotNet #Programming #Tech #ErrorHandling
Spent months building an open-source framework to make Swift error handling actually enjoyable. Was really hoping to share it at try! Swift Tokyo, but my talk didn’t get selected. Now I'm thinking of turning it into a YouTube video instead.
Would anyone be genuinely interested?
#Swift #Swift6 #ErrorHandling #TypedThrows
Go has its pain points too: 1 loop, but X ways to create a struct, no optional parameters, but ugly multi-parameter workarounds, interface{} is any, but not every any is an interface{}. Sounds silly, but I really like the error handling.
Part 8 is live! Explore "Error Handling and Graceful Shutdowns in Socket Programming"
Learn how to handle network errors, set timeouts, & shut down sockets properly in C#. Build resilient apps that stay stable under pressure.
https://woodruff.dev/error-handling-and-graceful-shutdowns-in-socket-programming/
This is old, found in some old screenshots. Young folks will never understand the challenge of Internet Explorer. This was a message from Google Health. LOL, remember that?
#BadUI #errormessage #errorhandling #Internetexplorer #internetexploder
EDIT: Corrected spelling old old. Was olf
Not today, Jesus!
How do you handle exceptions in CSharp?
Read more in this post:
https://www.devleader.ca/2023/10/22/how-to-handle-exceptions-in-csharp-tips-and-tricks-for-streamlined-debugging/