Resources  
  • How to Handle Exceptions Globally in ASP.NET CoreApr 23, 2026.
  • How do I handle errors and exceptions in gRPC services in .NET?Apr 10, 2026. Master gRPC error handling in .NET! Learn how to use status codes, RpcException, and interceptors for robust and reliable gRPC services. Improve API quality!
  • How to Handle Exceptions in C# Using Try, Catch, Finally With Real ExamplesApr 07, 2026. Master C# exception handling with try, catch, and finally blocks! Learn to build robust applications, prevent crashes, and improve user experience. Real examples included!
  • How to Handle Exceptions Globally in ASP.NET CoreJan 04, 2026. Master global exception handling in ASP.NET Core! Learn to centralize error logic using IExceptionHandler for robust, maintainable, and cleaner code. #dotnet8
  • Handle Exceptions Globally in a Spring Boot Application?Dec 09, 2025. Learn how to handle exceptions globally in a Spring Boot application using @ControllerAdvice, custom exception classes, and error response structures. This guide explains each concept in simple words with code examples.
  • Best Practices for Handling Exceptions in JavaSep 23, 2025. Learn how to write robust and maintainable code by catching specific exceptions, avoiding swallowed errors, and using finally or try-with-resources for cleanup. Discover when to create custom exceptions and how to log errors effectively. Elevate your Java applications to production-ready status by implementing these essential techniques for a better developer and user experience.
  • Best Ways to Handle Null Reference Exceptions in C#Sep 23, 2025. This article provides practical strategies to prevent and handle NREs effectively. Learn to use null checks, the null-conditional and coalescing operators, proper object initialization, and C# 8's nullable reference types. Write robust, error-free C# code and improve application stability by anticipating and safely managing null values.
  • Creating User Defined Exceptions in JavaSep 09, 2024. Customized exceptions are necessary to handle abnormal conditions of applications created by the user.
  • Handling Exceptions in ADO.NET Best Practices for Error Handling Jul 24, 2024. When working with ADO.NET for data access in .NET applications, effective exception handling is crucial to ensure the stability and reliability of your applications. This article will explore common exceptions in ADO.NET and provide best practices for robust error handling and logging.
  • Best Practices for Handling Exceptions in C# Mar 05, 2024. Learn effective exception handling techniques in C# with Ziggy Rafiq's comprehensive guide. Discover best practices for managing exceptions, including specifying exception types, logging errors, and employing cleanup strategies. Enhance your C# application's robustness and reliability while minimizing downtime.
  • Custom Exceptions in C#Sep 19, 2023. Enhance error handling in C# with custom exceptions. Learn how they provide specificity, control, documentation, and maintainability, and follow best practices for effective implementation.
  • Checked Vs Unchecked Exceptions In JavaFeb 07, 2023. In this article, we'll understand the difference between the checked and the unchecked exceptions in Java.
  • Using Log4net to Log Exceptions in ASP.NETNov 22, 2021. In this guide, we explore how to effectively use Log4net for logging exceptions in ASP.NET applications. You'll learn how to configure Log4net, implement logging best practices, and capture detailed error information to enhance debugging and performance monitoring.
  • Types Of Exceptions In PythonMar 22, 2020. In this article, I will explain the types of exceptions in Python.
  • Handling Runtime Exceptions In C#Feb 28, 2017. The try catch finally block in .NET Framework and C# provides a mechanism to handle runtime errors. This step by step tutorial explains how to handle exception in C# code.
  • Customize HttpPipeline And Manage Exceptions Using IHttpActionInvoker In Web APIApr 14, 2016. In this article you will learn how to customize HttpPipeline and manage exceptions using IHttpActionInvoker in Web API.
  • Resolve Exceptions That Occur With Existing InfoPath Form In SharePoint 2010Feb 19, 2016. In this article you will learn how to resolve exceptions hat occur with existing InfoPath Form In SharePoint 2010.
  • Inner Exceptions in C#Feb 14, 2015. In this article we will learn about the basics of inner exceptions with an example.
  • Parallel Programming Part 2: Waiting For Tasks and Exceptions HandlingJan 25, 2015. This is the second part of the parallel programming series focused on waiting for tasks problematics and exception handling.
  • Understanding Exceptions in C#Jan 11, 2015. Here I will explain what Exception Handling is all about in C#. Exception handling doesn't provide a solution to the error. Exceptional handling should not be used for every runtime error that occurs in the program.
  • Sample Exceptions in C#Jul 24, 2014. In this article you will learn about Exceptions in C# with examples.
  • Difference Between Checked and Unchecked Exceptions in JavaOct 21, 2013. In this article, you will learn about the Checked and Unchecked Exceptions in Java.
  • Handling Exceptions in JavaScriptOct 18, 2013. This article explains exceptions and how to handle them in JavaScript.
  • Multiple Exceptions In Java 7 New ConceptApr 12, 2013. In this article we will discuss multiple exceptions in Java 7. Its a new feature released by Java 7 to improve the performance. First we discuss exception, exception handling and after that multiple exceptions in Java 7.
  • Array Exceptions in JavaMay 29, 2012. In this article we are going to describe the many exceptions that are possibly generated by an array in Java. So now we describe each Exception type in detail one by one. First we give you a little introduction to arrays in Java.
  • Propagation of Exceptions in C# Jan 02, 2010. In this article I will explain you about Propagation of Exceptions in C#.
  • Catching Exceptions in C#Jul 08, 2009. This article explains you about exceptional handling in C#. How to use try, catch, finally block to handle exception handling. Here I have listed all types of Exception Class.
  • Custom Exceptions using Microsoft Exception Management Application BlockSep 02, 2003. This article shows you how to use Microsoft Exception Management Application Block to write custom exceptions.
  • Exceptions In .NET✨Dec 13, 2021. In this article, you will learn about exceptions in .NET.
  • Handling ExceptionsMay 17, 2020. In this article, you will learn about error handling in Java.
  • .NET Core - Handling ExceptionsSep 03, 2019. In this article, we are going to explore different exceptions and how to handle them in order to get maximum usage from a try catch block.
  • Why TypeInitialization Exception Has Null Inner ExceptionsFeb 07, 2016. In this article you will get to know why TypeInitializationException has Null inner exceptions.
  • Handling Larger JSON String Values In .NET And Avoiding ExceptionsOct 30, 2015. In this article you will learn how to handle larger JSON String Values in .NET and avoiding exceptions.
  • ASP.NET SignalR: FAQs on SignalR Script ExceptionsApr 26, 2015. In this article we will learn about SignalR Script Exception.
  • Internal Error Codes (SharePoint 2013 Microfeed Exceptions) Deciphered!Apr 26, 2014. In this article I will tell you about Internal Error Codes (SharePoint 2013 Microfeed Exceptions) deciphered!
  • Exceptions in PHP5Oct 04, 2013. This article explains the PHP 5 exception statements throw, try and catch.
  • Best Practices for handling exceptionsSep 18, 2007. This article shall explain some of the best practices when you deal with exceptions.
  • Auditing and Logging ExceptionsFeb 01, 2006. This article shows how to handle a SQL Server error condition by using the SQL Server .NET Framework data provider.
  • Exceptions and Exception StackNov 16, 2001. The purpose of this tutorial is to explain firstly how you would go about creating your own set of exceptions to trap error conditions that could occur in your code or library, for your own benefit or for the benefit of another developer using your library. The second lesson is on how the C# exception stack works, and how you can use it to catch all types of exceptions.
  • ASP.NET Core Endpoint Filters: Complete Guide with ExamplesJun 03, 2026. Learn ASP.NET Core Endpoint Filters with practical examples. Understand validation, logging, authorization, performance monitoring, exception handling, and best practices for Minimal APIs.
  • How to Implement Logging in ASP.NET Core using Built-in ILogger?Mar 31, 2026. Master ASP.NET Core logging with ILogger! Learn to track errors, monitor performance, and debug efficiently. Implement robust logging for reliable applications.
  • Global Exception Handling in ASP.NET Core Web APIMar 26, 2026. Master global exception handling in ASP.NET Core Web API for robust, secure apps. Centralize error management, ensure consistent responses, and improve debugging.
  • How to Handle Global Exception Handling in ASP.NET Core Web APIMar 25, 2026. Centralize error handling in ASP.NET Core Web API for cleaner code, consistent responses, and improved security. Learn to implement global exception handling.
  • 🧱 Lesson 13A: Centralized Error Handling & Validation BackendMar 13, 2026. Implement centralized error handling in ASP.NET Core Web API using global exception middleware for consistent, maintainable, and secure error responses.
  • How to Implement Global Exception Handling in ASP.NET Core Web API?Feb 25, 2026. Implement robust global exception handling in ASP.NET Core Web API using middleware and IExceptionHandler. Centralize error responses and improve API reliability.
  • How to Implement Global Exception Handling in ASP.NET Core?Feb 23, 2026. Master global exception handling in ASP.NET Core for robust, scalable APIs. Learn to implement middleware, custom exceptions, and standardized error responses.
  • How to Handle Exception Handling in C# Effectively?Feb 16, 2026. Master C# exception handling for robust .NET apps. Learn best practices, avoid common pitfalls, and ensure stability with structured logging and global handling.
  • Filters in ASP.NET Core – Everything You Need to KnowFeb 14, 2026. Master ASP.NET Core filters! Learn to handle logging, authentication, and validation efficiently. Improve code reuse and build cleaner, maintainable applications.
  • Common Mistakes .NET Developers Make and How to Avoid ThemFeb 13, 2026. Avoid common .NET pitfalls! Learn to write efficient, maintainable, and scalable applications by mastering async, DI, exception handling, and clean code.
  • Filters in ASP.NET MVC – Complete Guide With ExamplesJan 31, 2026. Unlock the power of ASP.NET MVC Filters! This guide covers Authorization, Action, Result, Exception, and Authentication Filters with practical examples. Learn to streamline your code and handle cross-cutting concerns effectively for cleaner, more maintainable applications.
  • 5 Most Confusing .NET Interview Questions – Explained for Beginners (With Simple Examples) (Part-2)Jan 16, 2026. Ace your .NET interview! Learn to confidently answer tricky questions about API responses, HttpClient, app settings, startup, and exception handling with clear examples.
  • How to Debug a Node.js App That Crashes Without Error LogsJan 14, 2026. Troubleshoot Node.js apps that crash silently! Learn to debug without error logs using global handlers, logging, debug flags, & memory checks. Prevent future crashes!
  • Exception Handling in ASP.NET CoreDec 05, 2025. This article provides a complete, easy-to-understand, and professional guide to Exception Handling in ASP.NET Core. It explains what exceptions are, why proper error handling is important, and how to implement try–catch, global exception middleware, built-in error handling, custom exception filters, structured ProblemDetails responses, validation errors, and logging using best practices. Ideal for beginners and experienced .NET developers, this article teaches how to build stable, secure, and production-ready applications with proper exception handling techniques.
  • How Do I Fix “Object Reference Not Set to an Instance of an Object” in C#?Dec 03, 2025. Learn simple, clear, and practical ways to fix the common C# error "Object reference not set to an instance of an object." Understand why it happens, how to identify the root cause, and how to prevent it using real-world examples.
  • Practical Logging in ASP.NET Core Using Built-In ILogger: Production Scenarios, Patterns, and Case-Study ImplementationNov 24, 2025. Master ASP.NET Core logging with ILogger! Learn practical techniques, best practices, and a case study for production-ready applications. Improve debugging and monitoring.
  • 6 Types of Filters in ASP.NET Core – Complete Guide (With Examples & Use Cases)Nov 23, 2025. This article provides a complete and detailed explanation of the 6 types of Filters in ASP.NET Core, including Authorization, Resource, Action, Endpoint, Exception, and Result Filters. Each filter type is described in a clear and practical way with syntax examples, real project scenarios, and line-by-line breakdowns to help learners understand how filters work in the MVC and Web API pipeline. This guide is ideal for developers, students, and professionals preparing for .NET interviews or working on enterprise-level ASP.NET Core applications.
  • Middlewares in ASP.NET Core — The Ultimate Detailed GuideNov 20, 2025. This article provides a highly detailed and comprehensive guide to Middlewares in ASP.NET Core, covering the complete request-processing pipeline, middleware architecture, built-in and custom middlewares, real-world use cases, microservices integration, performance tuning, and essential interview concepts. It is designed for beginners, intermediate developers, and professionals preparing for .NET interviews or building enterprise web applications.
  • Designing a Robust Global Exception Handling Strategy in ASP.NET CoreOct 28, 2025. Implement robust ASP.NET Core global exception handling for resilient APIs. Centralize error management, ensure consistent responses, and enhance observability. #dotnet
  • ⚙️ Mastering Exception Handling in .NET Core — Complete Guide with ExamplesOct 28, 2025. Master .NET Core exception handling! Learn try-catch, global handlers, middleware, custom exceptions, and logging for robust & user-friendly apps.
  • How to Troubleshoot Errors in a .NET MVC WebsiteOct 25, 2025. Learn how to troubleshoot errors in a .NET MVC website using debugging techniques, IIS logs, custom error handling, remote debugging, and third-party tools like Application Insights, ELMAH, and NLog. Practical guide for ASP.NET MVC error resolution.
  • Chapter 17: Exception Handling: Robust Error Management in C++Oct 23, 2025. Master C++ exception handling for robust error management. Learn to gracefully handle unexpected runtime problems using try, catch, and throw. Discover how to use multiple catch blocks, custom exception classes, and RAII (Resource Acquisition Is Initialization) to write cleaner, more reliable code that prevents resource leaks and ensures program stability in the face of errors. Elevate your C++ skills with effective error handling techniques.
  • ASP.NET Core Error Handling: Master Middleware, Logging & Exception Strategies (Part-20 of 40)Oct 20, 2025. Master ASP.NET Core error handling with this comprehensive guide! Learn to implement custom middleware, structured logging with Serilog, and global exception strategies for resilient applications. Explore real-world patterns, API error responses, database resilience, and security considerations. Elevate your application's reliability and user experience through proactive error management and continuous improvement.
  • How to Handle “Array Out of Bounds” Exception in Java?Oct 03, 2025. Learn how to effectively handle the "Array Out of Bounds" exception in Java! This guide explains why this common error occurs when accessing array elements with invalid indices. Discover practical solutions like using array.length in loops, validating indices, and employing try-catch blocks. Plus, explore best practices to prevent this exception, including using ArrayLists for dynamic sizes. Write safer, more reliable Java code today!
  • Difference between Throw and Throws in Exception HandlingAug 24, 2025. Exception handling is an essential part of Java programming that ensures smooth execution of applications even when unexpected errors occur. Two important keywords used in this context are throw and throws.
  • Common Pitfalls in Selenium Automation and How to Avoid ThemAug 05, 2025. This article highlights common Selenium automation mistakes like weak locators, hard-coded waits, and poor exception handling, offering best practices such as POM, explicit waits, and data-driven testing for robust, maintainable tests.
  • Building Enterprise-Grade .NET Core Web API: A Clean Architecture GuideAug 05, 2025. A robust backend project using Clean Architecture with layered structure, SOLID principles, middleware, JWT auth, SignalR for real-time, email integration, third-party services, and Serilog logging.
  • Best Practices for Exception Handling in ASP.NET Core Web APIsAug 01, 2025. Exception handling is a critical aspect of building robust, secure, and maintainable Web APIs. In ASP.NET Core, handling exceptions gracefully ensures that the API provides meaningful error information to consumers without exposing sensitive internal details or causing the application to crash.
  • How to Handle File Operations in C#Apr 02, 2025. Learn how to perform file operations in C# with this step-by-step guide. This article covers reading and writing text files, handling exceptions, and using object-oriented programming concepts.
  • Beyond 500: Building Professional Error Handling for .NET APIsMar 20, 2025. Error handling might not be the most exciting part of API development, but it’s one of the most important. A well-designed error handling strategy can dramatically improve the developer experience, reduce support costs, and make your API more robust.
  • Fix Error “Too Many Transient Failure Retries Permanent Exception”Mar 04, 2025. Encountering the 'Too Many Transient Failure Retries Permanent Exception' error during Exchange Online migrations? This guide explains the causes—network issues, throttling, corrupted items—and provides step-by-step PowerShell solutions to troubleshoot and resolve the issue efficiently.
  • Scope Communication Object in JSP Feb 28, 2025. The Scope Communication object consist of session object, application object and pageContext object.
  • Entity Framework 9 - GroupBy Throwing ExceptionFeb 19, 2025. Entity Framework 9 (EF9) has a bug where using GroupBy with sorting may throw the exception: "The given key 'EmptyProjectionMember' was not present in the dictionary." Workarounds exist but aren't always practical.
  • Global Exception Handling in ASP.NET Core Web APIJan 14, 2025. Learn how to implement Global Exception Handling in Asp.Net Core WebAPI using Custom Middleware. Handle errors efficiently with ExceptionMiddleware, register it in program.cs, and see how to manage exceptions in your application seamlessly.
  • Calculate Simple Interest in Java with CodeJan 08, 2025. Learn how to calculate simple interest in Java using user input, exception handling, and validation. This article includes step-by-step explanations, example code, and techniques for handling invalid user inputs effectively.
  • Take Input in Java using Scanner Class with CodeDec 06, 2024. Learn how to capture user input in Java using the Scanner class. This guide covers importing, creating Scanner objects, reading inputs (strings, integers, doubles), and handling exceptions with examples.
  • Exception Handling in C# 9.0Dec 04, 2024. Exception handling in C# 9.0 ensures applications can manage unexpected errors gracefully, improving stability and user experience. This includes using try, catch, finally, and throw for structured error handling.
  • Enhanced Exception Handling with IExceptionHandler in .NET Core 8Nov 28, 2024. Learn about IExceptionHandler in .NET 8, a robust interface for handling exceptions in ASP.NET Core. Streamline error handling with custom logic, modular design, standardized API responses, and enhanced user-friendly error management.
  • Types of Error Handling in Web API .NET 8 with ExampleNov 13, 2024. Error handling is a mechanism to take control of unexpected situations that occur in the system during processing and return any helpful error response from a NET 8 Web API. That said, here are some different ways to do error handling,
  • Converting HTML to PDF or Image in C# Using wkhtmltopdfNov 05, 2024. This guide explains generating PDFs and images from HTML using wkhtmltopdf in C#. With wkhtmltopdf's Webkit-based engine, convert HTML content, including complex CSS and JavaScript, into high-quality PDFs or images.
  • Crafting Efficient and Maintainable C# CodeAug 28, 2024. This guide explores essential C# best practices for robust, maintainable code. It covers using meaningful variable names, following naming conventions, handling null values, and using var judiciously.
  • Understanding the Liskov Substitution Principle (LSP) with C#Aug 14, 2024. The Liskov Substitution Principle (LSP) ensures that objects of a base class can be replaced with objects of a derived class without altering program correctness. This principle, part of SOLID design, promotes reliable and maintainable code by maintaining consistent behavior across class hierarchies.
  • Understanding Multithreading with the Thread Class in C#Aug 06, 2024. Learn how to implement multithreading in C# using the Thread class. This guide covers creating and managing threads, passing parameters, handling exceptions, and using Task for simplified parallelism. Improve your application's performance by understanding these core concepts and techniques.
  • Best practices for API Error Handling in .NetJul 31, 2024. Explore best practices for API error handling in .Net, covering essential techniques for robust and resilient APIs. Learn how to effectively manage exceptions, log errors, and implement fault tolerance.
  • Exception Handling in ASP.NET Core 8Jul 31, 2024. Learn how to effectively manage exceptions in ASP.NET Core 8 with our comprehensive guide. Discover best practices for error handling, from using middleware and exception filters to implementing global error handling and logging.
  • Exception Filters in ASP.NET CoreJul 25, 2024. Exception handling in ASP.NET Core is crucial for application stability. Exception filters provide a centralized way to manage errors, log them, and return custom responses, enhancing maintainability and user experience.
  • Task Scheduling with System.Threading.Timer in .NETJul 21, 2024. Efficient task scheduling is essential for many applications, whether you're building background services, automated tasks, or periodic data processing. In .NET, the System.Threading.Timer class provides a powerful and straightforward way to schedule tasks to run at specific intervals.
  • Master Global Exception Handling with IExceptionHandler in .NETJul 16, 2024. Global exception handling in .NET with IExceptionHandler centralizes error management, ensuring consistent responses and improved logging. Our Global Exception Handler Middleware catches exceptions globally, enhancing user experience and maintainability.
  • Exploring Advanced Error Handling Techniques in C#Jul 15, 2024. Error handling is a crucial aspect of software development, ensuring that applications can gracefully handle unexpected situations and maintain robust functionality. In C#, error handling is typically managed using exceptions.
  • Exploring Advanced Error Handling Techniques in C#Jul 08, 2024. Error handling is a critical aspect of software development. It ensures that your applications can gracefully handle unexpected situations, maintain stability, and provide meaningful feedback to users. In C#, the .NET framework offers robust mechanisms for error handling.
  • Implementing Periodic API Calls and Error Handling in C# Windows Forms ApplicationJul 04, 2024. The Form1 constructor initializes a form and starts a timer. When the timer elapses (t_Elapsed), it fetches data from APIs configured in WebConfigurationManager.AppSettings. The demoGet method handles API interactions, data processing, and posting using PostDataJSON.
  • Exception Handling in C#Jun 23, 2024. Learn about defining methods, method overloading, return types, parameters, and access modifiers. Understand properties, including getters, setters, auto-implemented properties, and encapsulation techniques.
  • Understanding throw vs throw ex vs throw new Exception() in C#Jun 22, 2024. Explore the nuances of exception handling in C# .NET with a deep dive into 'throw', 'throw ex', and 'throw new Exception()'. Learn when to use each technique, their impact on stack traces and exception propagation, and best practices for effective error handling in your applications.
  • Mastering Asynchronous Programming in C# Async and Await Patterns Jun 01, 2024. Master asynchronous programming in C# with the async and await patterns. Learn how to write non-blocking code, improve application performance, and handle concurrency. Understand Task-based asynchrony, exception handling, and preventing deadlocks, enabling efficient and responsive applications.
  • Understanding ToString() vs Convert.ToString() in C#May 23, 2024. In C#, both ToString() and Convert.ToString() are used to convert objects to their string representation. However, they have different usages and behavior. Understanding the differences between these two methods can help you choose the right one for your needs.
  • Mastering Exception Handling in PythonMay 23, 2024. In this article we will learn about how to handle exceptions in python programming language.
  • Mastering Python Best Practices for Clean and Efficient CodeMay 17, 2024. In Python development, adhering to best practices is paramount for code clarity and efficiency. Embrace PEP 8 guidelines, document with docstrings, use list comprehensions, and handle exceptions judiciously for robust, maintainable code.
  • What's new in .NET 9? .NET 9 Preview 3 Apr 12, 2024. We're excited to announce the release of .NET 9 Preview 3, packed with new features and improvements across .NET Libraries, Runtime, and SDK. This preview release brings enhancements aimed at boosting performance, improving developer productivity, and introducing new capabilities to the .NET ecosystem.
  • Exception Handling in Vue.js ApplicationMar 29, 2024. Exception handling in Vue.js is crucial for managing errors gracefully, preventing application crashes, and enhancing user experience. Techniques include try-catch blocks, error capturing hooks, global error handlers, Axios interceptors, and third-party services like Sentry or Bugsnag for error monitoring.
  • Exception Handling In ASP.NET Core Web APIMar 11, 2024. Exception handling is crucial for robustness in ASP.NET Core Web API. Learn about global handling, custom middleware, action filters, and ProblemDetails for effective error management and client communication.
  • Unit Test in ASP.NET Core ApplicationMar 07, 2024. Creating unit tests for an ASP.NET Core API controller involves service mocking and exception handling. Set up your project, install packages, create a test project, mock the service, write tests, handle exceptions, and run tests.