Hello, Create React App 2.0!
Create React App 2.0 is now available. In this blog post, Eric Bishard will walk you through what's changed and how you can use it in your development environment.NOTE: Since this article was written,...
View ArticleDealing with CORS in Create React App
If you've ever built a web app that had to request data from a different domain, you've probably had to wrap your head around the browser's same-origin policy and CORS.In this article we'll learn how...
View ArticleConstraining Generics in C#
When working with generic classes or methods, it can be useful to constrain the types that can be used with them. There are many constraints we can apply. Learn what they are and how to use...
View ArticleDecongest Your Codebase with Logpoints in Chrome DevTools
Learn how you can leverage a new Chrome DevTools feature to clean up your codebase and get rid of many console.log() calls.As developers, we always have the need to log certain parts of our code to the...
View ArticleWhy Blazor Grid Templates Will Make You Question Everything
With native components, the Telerik UI for Blazor Grid templates can fully utilize the best features of Blazor to highly customize the user experience.Using a template in an application implies that...
View ArticleA Look Back at React Amsterdam 2019
React Amsterdam took place last week in Amsterdam Noord at De Kromhouthal and was organized by GitNation, an amazing group of folks who run developer conferences like JS Nation (Netherlands-based JS...
View ArticleMeet Telerik UI for WPF's New Family Member—HyperlinkButton
Buttons are everywhere and represent the most fundamental part of any WPF application, serving a variety of use cases. Let's learn all about the new hyperlink button control in Telerik UI for WPF. The...
View ArticleHow to Use a Vue Button UI Component in Your Web App
In this article, you will learn how to use the Kendo UI Button component with Vue. To illustrate how the button works, we will be building pagination for a list of cat pictures. Each page will have a...
View ArticleTop 5 JavaScript Online IDEs to Use in 2019
Using online JavaScript editors can help you edit and compile your code directly into your browser. Here, we look at the top 5 IDEs to help you achieve this fit.The lack of mobility and other features...
View ArticleDIY IoT for Azure
Learn how to build and program a custom Internet of Things (IoT) sensor device for an Azure IoT Hub, and how to consume and visualize this data in an ASP.NET Core MVC application.For software...
View ArticleTelerik UI for Blazor 0.5.0 Released
Telerik UI for Blazor 0.5.0 has just been released, offering support for ASP.NET Core 3 Preview 4 and new components.Things are moving fast with the Blazor and ASP.NET Core 3.0 frameworks, which means...
View ArticleManipulating Colors with Color Picker in Chrome DevTools
Get to know Chrome DevTools and its quick-start process. We'll cover the features of the color picker tool and how they help manipulate colors in web pages.Chrome DevTools is a set of web developer...
View ArticleHow to Use a jQuery Vue Button Group UI Component in Your Web App
A button group helps you easily display a selection of options for your users. Learn how to easily use a ButtonGroup component in your web apps.In my last post, we made a button using Kendo UI for Vue....
View ArticleDesign Principles for Cloud Native Apps in ASP.NET
Let's explore the basics of Cloud Native apps and how to architect .NET apps for a future in the cloud.As an ever-increasing number of software companies start running their apps in the cloud, you...
View ArticleA First Look at the Vue CLI
The first time I heard people and articles talking about a CLI for Vue, I felt very overwhelmed by the mere concept of it. Let's dive in together on a step-by-step tutorial to getting the CLI ready and...
View ArticleThrowing Standard Exception Types in .NET
Application code must differentiate between exceptions caused by null/non-null arguments. This post shows you how to raise such exceptions.Exceptions can be thrown either by the runtime or the...
View ArticleWhat is Angular Console and Why You Should Care
Angular Console is a very helpful open source tool that can be used by all Angular developers. Learn why in this step-by-step guide for using Angular console.Nowadays, there is suddenly a new term...
View ArticleDiscovering React Hooks with KendoReact
React Hooks have been available for use since the React 16.8 release. We'll learn how we can start applying these Hooks by using our KendoReact components.With the release of Hooks, building...
View ArticleIntroducing Telerik UI for Blazor 1.0.0
I am happy to be able to announce Telerik UI for Blazor is officially out of the preview and experimental stage and now enters a new era: official RTM! Telerik UI for Blazor 1.0.0 is here!It’s crazy to...
View ArticleThe Missing Ingredient to Your Spreadsheets—Charts
Telerik UI for WPF recently introduced a major feature for the RadSpreadsheet and RadSpreadProcessing components - adding charts to your spreadsheet documents to visualize data and more. Learn how you...
View Article