Author Archives: Sachin Kumar

.Net 8 IExceptionHandler

Before this we used to use a filter (GlobalExceptionFilter) to handle exceptions at one place. .Net 8 has a new IExceptionFilter middleware which can be used to filter the exceptions. For more look at: Handle errors in ASP.NET Core | Microsoft Learn The new exception handler keeps information in Features property. So, If you face

Read More

ADB location windows Android Studio

The exact default location of ADB installation is: You can it to your environment variables for easy access in command line prompt. It could be different if you have changed your directories for tool installation. More at: Android Debug Bridge (adb)  |  Android Studio  |  Android Developers Cheers and Peace out!!!