Popups are widely used in mobile applications to display alerts and notifications that provide the user with specific information, or to receive input. This blog post will walk you through the key features of the Telerik UI for Xamarin Popup control.
When using Chrome DevTools, it can be helpful to have more control over how we log the console output. Learn how to use console.group to easily bundle related content together.
Telerik UI for Blazor 0.3.0 was released last week. Along with new components and features, this new release is compatible with Visual Studio 2019 preview 3, ASP.NET Core 3.0 preview 3, and Blazor 0.9.0.
Check out these tips and techniques that you can use when attempting to optimize Angular applications. Learn how to use lazy loading, server-side rendering and more.
New Calendar features introduced in the R1 2019 release of the Telerik UI for Xamarin suite help you easily implement scheduling functions within your app.
In part 1 and part 2 of this Fiddler how-to series, we covered the basics of the Composer tab and how it makes your life better. Now to the best part – automation.
In this post, Olia Gavrysh (Program Manager, Microsoft) guides you through the process of porting a desktop application from .NET Framework to .NET Core using an existing WinForms application as an example.
Follow along as we mock-up, design and lay out a sales dashboard with native React components from KendoReact, complete with a responsive grid, data, charts and more.
With promises, we get the ability to use async/await — syntax that can convert nested, hard-to-read functions into straightforward and easy-to-digest code. Let's take a look at how we can convert our own legacy code or other browser APIs such as geolocation, which still rely on callbacks, into Promise-ready functions.
A static site generator takes source files and generates an entire static website. They require fewer server resources, are scalable, and can handle high volumes of traffic. In this post, I'll show you how to use VuePress to build a documentation site.