iOS 18 hidden apps are findable, if you know where to look
iOS 18 includes a new feature where you can choose to require Face ID to open an app, or go one step further and hide it from your device altogether. This second option removes the icon from the home screen, and places the app in a specially obscured H...
Exceptions in Java: Advanced features and types
The Java platform includes a variety of language features and library types for dealing with exceptions, which are divergences from expected program behavior. In my previous article, you learned about Java’s basic exception handling capabilities. Th...
Bringing Universal Windows Platform apps to .NET 9
Microsoft’s journey to today’s Windows App SDK and Win UI as a unified framework for building .NET desktop applications hasn’t been smooth. Today’s platform brings modern tools and designs to familiar frameworks, but it’s hard to update olde...
Exception handling in Java: Advanced features and types
The Java platform includes a variety of language features and library types for dealing with exceptions, which are divergences from expected program behavior. In my previous article, you learned about Java’s basic exception handling capabilities. Th...
How to work with FusionCache in ASP.NET Core
Caching has long been one of the most successful and proven strategies for enhancing application performance and scalability. There are several caching mechanisms in .NET Core including in-memory caching (IMemoryCache API), distributed caching (IDistr...