Sands of MAUI: Issue #88
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 ArticleUnderstand How Rendering Works in React
Let’s discuss how rendering works in React to aid you in developing highly optimized and performant React apps.React is an open-source frontend JavaScript library for building user interfaces with a...
View Article4 Accessibility Tips to Remember When Adding Videos to Websites and Apps
Video plays such a vital role in the digital products in improving the user experience. However, you also need to ensure your videos are accessible—here’s how!Web accessibility is a big topic to cover....
View ArticleCelebrating the CSharp Advent
Our thanks and congratulations go out to the hard-working supporters of the C# Advent Calendar.I’ve been part of the C# and .NET community for the past 20 years and my experience has been extremely...
View ArticleThe New Fiddler Everywhere 4.1 Is Here!
We are happy to share the latest Fiddler Everywhere 4.1, which comes with new features and enhancements to make the traffic inspection and your debugging experience better!You can now enjoy improved...
View Article.NET MAUI Challenge 1: Simple Grid in .NET MAUI
input { position: absolute; opacity: 0; z-index: -1; } .tabs { border-radius: 8px; overflow: hidden; box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5); } .tab { width: 100%; color: white; overflow: hidden;...
View ArticleVue.js State Management: Pinia vs. Vuex
Vuex and Pinia are standard Vue.js libraries for managing your Vue.js app’s state. Let’s compare their code, languages, features and community support.Managing your application’s state as a developer...
View ArticleKeep Progressing with the Telerik .NET MAUI ProgressBar
Indicate the progress of a long-running operation in your desktop or mobile applications with the .NET MAUI ProgressBar component. Choose the best form of showing your progress, pick the right...
View ArticleWhat’s New in EF Core 7.0
With the recent arrival of .NET 7, new features are also available for EF Core in the latest version 7. Check out this blog post for the main news with practical examples..NET 7 was officially released...
View ArticleRegulatory Testing—Differences in Approach and Scope
Regulatory testing requires specific planning, development, documentation and test case traceability. See how it differs in approach and scope from other testing, with medical device software as an...
View ArticleDynamically Filtering the Kendo for Angular Grid From Code
While the Kendo UI for Angular Grid comes with built-in filtering functionality, sometimes you need to allow users to control what the filters show. We can do that too. Let’s take a look.In an earlier...
View ArticleSands of MAUI: Issue #89
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 ArticleA Breakdown of the React useEffect Hook
React Hooks aim to solve the difficulties of logic reuse by enabling us to write components that have access to features like state, context, lifecycle methods, ref, etc. In this article, we’ll focus...
View ArticleNavigate Smarter with the New WPF OfficeNavigationBar
Need a fancy navigation bar for your WPF apps? And want it to resemble the well-known and daily-used one from your Microsoft Outlook app? Look no more—the RadOfficeNavigationBar component is her for...
View Article.NET MAUI Challenge 2: Light and Dark Mode in .NET MAUI
input { position: absolute; opacity: 0; z-index: -1; } .tabs { border-radius: 8px; overflow: hidden; box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5); } .tab { width: 100%; color: white; overflow: hidden;...
View ArticleTips for QA Testers Working with Difficult Team Members
Productive and collaborative teams are essential for software development teams. Team members vary in any number of ways, but all must develop professional working relationships for effective teamwork....
View ArticleUsing Telerik NuGet with Single Sign-On
With expanded Progress Telerik account sign-up and login options, you can create a Telerik account through Google Authentication or custom SSO providers. Learn how to use Telerik NuGet and download...
View ArticleThe Do’s and Don’ts of What To Put in the Website Footer
A website’s footer serves an important purpose for many users. In this post, we’ll look at what you can add to your website footer to maximize its usability.If you were to look at a scroll heatmap of...
View ArticleIntroducing Compact Mode: Optimize Available Screen Space with Blazor DataGrid
See how you can optimize the available view port with the Telerik UI for Blazor DataGrid using the new compact mode option.Imagine the following: You request a detailed summary of your bill from your...
View ArticleWorking with the Neurotypical
Peter is the first person to admit that it’s not anyone’s fault that some people are neurotypical. If you’re not, though, here’s how to deal with the challenges of working with them effectively.I want...
View Article