Sands of MAUI: Issue #57
Welcome to the Sands of MAUI—newsletter-style issues dedicated to bringing together latest .NET MAUI content relevant to developers.A particle of sand—tiny and innocuous. But put a lot of sand...
View ArticleHow To Use Localization in ASP.NET Core
Today, we’ll look at how to use localization and globalization in ASP.NET Core applications.In this step-by-step tutorial, we are going to learn about localization in an ASP.NET Core application. This...
View ArticleuseLayoutEffect Is a Powerful Hook
Although useEffect is enough for most of our needs, we should know about the useLayoutEffect hook—running synchronously, it can be used for things such as animations, measurements, mutations, etc....
View Article8 Very Useful Markup Extensions in .NET MAUI
Learn eight of the most common and useful XAML markup extensions for .NET MAUI.Markup extensions are a XAML technique for getting a value that is neither a primitive nor a specific XAML type....
View ArticleWhat Is Cross Browser Compatibility?
You need to ensure your website works across different browsers and devices. Learn how to test for cross browser compatibility and why it’s so important. In the early days of the internet, websites...
View ArticleThe History of Web Accessibility and How It Impacts Design Today
On this Global Accessibility Awareness Day, we take a look back at the history of accessibility in the United States. We then look at the past 20 years and how lawmakers and the World Wide Web...
View ArticleBuild a Fast Ecommerce Site With Next.js and Shopify
In this article, we’ll build a simple ecommerce site with Shopify and Next.js hosted on Netlify. We’ll also see how to improve the performance of our site by reducing our build times using a new...
View ArticleScheduled Maintenance
On Saturday June 11, our infrastructure hosting provider will be conducting maintenance which will impact some Progress web properties that are hosted on their servers. Other properties will run as...
View ArticleSands of MAUI: Issue #58
Welcome to the Sands of MAUI—newsletter-style issues dedicated to bringing together latest .NET MAUI content relevant to developers.A particle of sand—tiny and innocuous. But put a lot of sand...
View ArticleTelerik UI for .NET MAUI Goes GA: 50+ UI Controls To Build Cross-Platform Apps!
Telerik UI for .NET MAUI is officially out of the preview and experimental stage and is now a production-ready UI component library. Telerik UI for .NET MAUI 1.0.0 is here!I am happy to announce...
View ArticleNew FREE Ebook—Unit Testing Legacy Code: Effective Approaches
Unit testing our legacy code while refactoring it and adding new functionality is crucial for the future success of our applications.There is no doubt that one of the most valuable assets for any...
View ArticleLightweight State Machines in React
We’ll look at useStateMachine—a very lightweight but powerful state machine hook for React applications. Essentially combining useReducer and useEffect, it comes with many advanced features such as...
View ArticleTest Studio Step-by-Step: Load Testing
It’s great that your automated tests show that your application is working correctly. But now you need a load test to see what your application does when users start showing up.You’ve been using...
View ArticleAngular Basics: Using localStorage Object To Keep Data in the Browser
Learn how to save user-preferred settings and data in the browser with the localStorage API in Angular.In our Angular apps, remembering user-preferred settings is an excellent way to provide a good...
View ArticleUsing Mixins in Vue.js
In this post, we are going to be explore what mixins are and how they can help us in Vue.Vue mixins help you store logic that needs to be reused in components so that you don’t have to repeat...
View ArticleUsing Figma Kits To Kick-Start Your Design System
How can we get a quick and dirty design system MVP (Minimally Viable Product) up and running, with minimal time investment, to prove the benefits? We start with the KendoReact Figma Kits!If you’ve ever...
View ArticleSands of MAUI: Issue #59
Welcome to the Sands of MAUI—newsletter-style issues dedicated to bringing together latest .NET MAUI content relevant to developers.A particle of sand—tiny and innocuous. But put a lot of sand...
View ArticleTelerik Reporting and Kendo UI for Angular in Perfect Symbiosis
Let’s see how to integrate the Kendo UI for Angular Data Grid with the Telerik Reporting Angular Viewer.Angular is one of the top platforms for building mobile and desktop web applications. Some of the...
View ArticleOut Now—WPF Label Embedding
Have a few minutes? Then simplify the information architecture of your user interface. Start using the embedded labels of Telerik UI for WPF’s textbox control. Before kicking off this blog, I have been...
View ArticleMake Your Automated Tests See Better Than Yourself
Get the most out of Test Studio’s features to create stable and reliable automated tests across different browsers, platforms and environments.The Purpose of Visual Test ValidationIf you wonder how an...
View Article