What the "No-Code" Movement Means for Software Developers
The trend toward low- and no-code applications is worth paying attention to, but what will it mean for those of us who write code for a living? I started my software development career as a freelancer...
View Article4 Ways App Designers Can Remove Friction from Their Fintech Solutions
Here are a few ways that app designers can remove friction from their Fintech solutions—start by doing away with intrusive pop-ups, laborious onboarding, sloppy navigations and machine-like service. In...
View ArticleCreating a Web Editor Using Kendo UI and Vue
In this article, we’ll look at how we can create a rich content editor using Kendo UI’s component and Vue. Kendo UI is a library used for developing applications at a relatively quick pace. It provides...
View ArticleSplash Your WPF Apps with a Fresh Coat of Office 2019 Colors
Hi, all! You've successfully landed on the shore of the R3 2020 release and we are about to delight you with one of the most important things we shipped! Inspired by the well-known Microsoft Office...
View ArticleWhen to Use Xamarin.Forms vs Xamarin Native?
Xamarin.Forms can take your Xamarin.Native skills even further, but there are times it makes more sense than others. Xamarin.Native (Xamarin.iOS and Xamarin.Android) is a great way to achieve code...
View ArticleDebugging with Fiddler Everywhere: Diagnosing a Remote API Failure
Ever use a third party API that seems to "randomly" fail on you? Learn how Fiddler Everywhere can jump in and help you to inspect and debug your network traffic. For years Fiddler has been the...
View ArticleWhat Web Designers Can Do to Help Clients Pivot During a Disruptive Event
When a crisis or other major disruptive event affects a business, they need to quickly pivot in order to survive. This post explores some ways you can help your clients out of a jam. A recent survey...
View ArticleRetrieving Data "As You Need It" with the Telerik UI for Blazor DataGrid
You can use the DataGrid in Telerik UI for Blazor with any data source you want just by leveraging the OnRead event. By default, the DataGrid in Telerik UI for Blazor is designed to work with a...
View ArticleSuggested for You—The Brand-New RadAutoSuggestBox for WPF
Telerik UI for WPF's R3 2020 release is available now and it's inviting you to try one of its charms—the RadAutoSuggestBox. An input control used for making suggestions based on typed-in text, which...
View ArticleDeveloping with Design
How to get the worlds of software development and UX/UI design to work together on common goals. As the percentage of development teams working with user experience (UX) and user interface (UI) design...
View ArticleTake the KendoReact Team's Early Web Cheese Challenge!
img { max-width: 100%; } p img[src*=".svg"] { max-height: 200px; } Are you nostalgic for the early days of the web, with its bright colors, animated gifs and dorky designs? Well then good news! This...
View ArticleWhat I Am Excited About in TypeScript 4.0
Now is the best time to adopt TypeScript. Let's take a look at the recent 4.0 release and see why! TypeScript TypeScript, a superset of JavaScript, is an open-source, strongly-typed, object-oriented...
View ArticleThat’s Neat—the Perfect Way to Execute Responsive Web Tests on Multiple...
Testing the responsive web design of your app is often a cumbersome job, as it might require repetitive testing, switching browser modes or switching devices to cover different form factors. The...
View ArticleWhat is Render in React and How Do You Force it?
What exactly is Render in React, how can we force a class or functional component to re-render, and can it be done without calling setState? The short answer to the question of if you can force a React...
View ArticleHow to Lazy Load a Component in Angular
This article explains various ways of lazy loading a component in Angular, including via an import statement inside an async-await function and via the then method. The previous major version of...
View ArticleChoose Time Duration with Telerik TimeSpan Picker for Xamarin
Back in our R2 2020 release of Telerik UI for Xamarin we extended our list of picker components to cover all scenarios for choosing date, time or time interval. We’ve already introduced you to our...
View ArticleLearning About Code Snippets’ Power
Code snippets are pre-written blocks of code we can save and then reuse in our code files—winning time while programming! Howdy!! ♀ This time we will be learning about code snippets. As programmers,...
View ArticleWinForms Scaling at Large DPI Settings–Is It Even Possible?
What is DPI? How is high DPI handled in Windows and WinForms? How can you scale WinForms apps today? Let’s explore the world of high DPI. In these days of high-density pixel displays, scaling is...
View ArticleNew FREE eBook: Unit Testing in .NET—The Complete Guide
Unit testing is the number one technique available to the software developer to ensure that a section of an application, known as a unit, meets its design and behaves as intended. We all know how...
View ArticleHow to Add gRPC to Your Blazor App
This post reivews how to get started with gRPC within your Blazor apps. We'll start with a basic Blazor WebAssembly app being hosted from an ASP.NET Core server, then modify it to use gRPC. The...
View Article