In Vue, When Do I Actually Need the :key Attribute and Why?
The key attribute in Vue is sometimes one of the most misunderstood and neglected ones in the whole framework. In this article we will go in depth to answer the question: When do I use it, and why do I...
View ArticleCheck Out the Latest Fixes in Telerik JustMock R2 2019 Service Pack 2
Check out the latest service pack release for Telerik JustMock that includes fixes for Visual Studio code coverage, dotCover, different behavior of different Arrange overloads and not respected...
View ArticleC# 8: Nullable References
The next major version release of the C# language comes with exciting new features. One of them is nullable reference type, which helps prevent the unhandled null reference exceptions that have ruined...
View ArticleWhat is Accessibility for Web Apps and Why Do I Care?
As the web has grown in usage, old ways of doing things have fallen behind. But what technology makes difficult, it also can make easy. As long as we follow a few simple guidelines, we can make the web...
View ArticleChoosing the Right React Datepicker UI Component
Finding a good datepicker for your application should be easy, but there are so many options out there and many things to take into consideration. Understanding what to look for and what features you...
View Article3 Ways to Deploy a WinForms or WPF .NET Core Application
This post will help you deploy and bring your finished app to your users. NET Core 3 gives us three ways to deploy an app, and each has its benefits.I know that the real fun is while an app is being...
View ArticleHow to Use a Vue Sparkline UI Component in your Web App
A sparkline is a small graphic with no axis, title, or legend. It can be used inline to quickly give an overview of data while taking up minimal space. Let's see how we can add it to our apps.In the...
View ArticleBuilding a Data Visualization Dashboard Using Kendo UI, Angular and Socket.io
Data visualization is important because it effectively displays the performance of operations. It allows users to see connections between performance and operating conditions. Learn how easy it is to...
View ArticleIntegrating Blazor Components with ASP.NET Core Views
What developers really want is to use the Telerik UI for Blazor components in a Blazor SPA that’s integrated into Views (or Razor Pages) in existing ASP.NET Core projects. Here’s everything you need to...
View ArticleAccessibility and the Law
The web continues to evolve into dynamic environment that effects all aspects of our society, from online commerce to government services. Let's explore the development of accessibility laws and how...
View ArticleImage-Based Element Identification by Test Studio
The latest and greatest Test Studio feature is finally out! Say hello to the industry-first combination between attribute-based and image-based element identification that will significantly reduce...
View ArticleCombining Components, HTML, and C# to Create an Effective UI
Creating an effective UI doesn’t require a lot of code – just integrating and customizing the right set of Telerik components. In fact, the only code required is a single property.Creating useful web...
View ArticleTelerik UI for Blazor 1.3.0 Is Here!
The Telerik UI for Blazor 1.3.0 release is already here! With it comes the new TreeView component, updated filtering options for the Grid, as well as improvements to other components like the...
View ArticleAccessibility is Patriotic!
The 4th of July is a celebration of the independence of America. Today we face a challenge to independence for some people who struggle to access information and service on the web. You can help keep...
View ArticleHow to Make Working with PDFs in a Xamarin Application Easy
Learn how you can use PdfProcessing in your Xamarin or .NET Core application to easily manipulate PDF documents.If you are familiar with our web and desktop suites, you most probably have heard about...
View ArticleC# 8: Static Local Functions and Using Declarations
The next major version release of the C# language (C# 8) comes with exciting new features. Let's look at two new features in C# 8, static local functions and the using declaration.In this post, we'll...
View ArticleAll You Need to Know About Slots in Vue.js
Learn everything you need to know about using slots in Vue.js to create customizable, reusable components for your apps.In a Nutshell, Why Should I Care about Slots? When you are building reusable...
View ArticleTypes of Disabilities and User Experience
For technology to lower barriers for people with disabilities, accessibility must be built into the user experience. To understand accessibility, we'll discuss different types of disabilities, and how...
View ArticleWeb Accessibility Guidebook for Developers
Introduction to AccessibilityIn the process of implementing accessibility compliance (Section 508, WCAG 2.0 and WAI-ARIA) for KendoReact, our suite of native UI components for React, we learned a lot...
View ArticleBuild a Vue.js Mini Media Player with Kendo UI
Learn how you can add a media player to your Vue.js application in just a few steps. We'll build one with Kendo UI that can play static or streaming videos in a user-friendly interface.Media players...
View Article