An Overview of Telerik Fiddler
Telerik Fiddler is a web debugging proxy that's incredibly useful for developers. This post provides an overview of Telerik Fiddler.Telerik Fiddler (or Fiddler) is a special-purpose proxy server for...
View ArticleCopying and Cloning Arrays in C#
Learn how to copy elements from one array to another using the provided functions in System.Array class.An array in C# is a collection of data items, all of the same type and accessed using a numeral...
View ArticleHealth Checks in ASP.NET Core
Learn how to configure and develop health checks in ASP.NET Core to confirm the health of your application.Health checks are a new middleware available in ASP.NET Core 2.2. It provides a way to expose...
View ArticleXamarin.Forms + SkiaSharp: Create Awesome Cross-Platform Animations in Your...
SkiaSharp is an open source .NET wrapper library over Google's Skia, developed and maintained by Xamarin engineers. Read on to learn how to create awesome animations in your mobile app using...
View ArticleUsing Parcel.js in an ASP.NET Core Application
Parcel.js is a “Blazing fast, zero configuration web application bundler.” In this post, we’re going to take an ASP.NET Core website template that uses Bootstrap 4 and set it up to use Parcel-generated...
View ArticleUnderstanding Telerik Fiddler as a Proxy
Understanding how Fiddler operates as a web debugging proxy will enable you to see what’s transmitted on the network.Given the ubiquitous nature of the Internet, many applications are built to assume...
View ArticleUsing Polly for .NET Resilience and Transient-Fault-Handling with .NET Core
Learn how the Polly Project, an open source .NET framework that provides patterns and building blocks for fault tolerance and resilience in applications, can be used with .NET Core.Error handling and...
View ArticleView PDF Documents with PdfViewer for Xamarin.Forms
Viewing PDF documents in your mobile app without the need to install a third-party solution has never been easier. Now you can use the Telerik UI for Xamarin PdfViewer control within your application....
View ArticleHow to Port Desktop Applications to .NET Core 3.0
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...
View ArticleHow to: Test Your API with Fiddler
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.Manually testing API calls is OK when...
View ArticleXamarin.Forms: Recurring Appointments and Built-in Scheduling Dialogs in...
With the recent R1 2019 release of the Telerik UI for Xamarin suite we have added a couple of much-requested functionalities to the Xamarin Calendar control – recurring appointments and built-in...
View ArticleTelerik UI for Blazor 0.3.0 is Released
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...
View ArticleGetting Started with the Popup Control for Xamarin.Forms
Popups are widely used in mobile applications to display alerts and notifications that provide the user with specific information, or to receive input. To make your life as a developer easier - our...
View ArticleHow to Test Live Services with Fiddler AutoResponder
It’s always a challenge to test app features that go outside the scope of your local environment. In this post I’m going to talk about how we test our product automatic updates that use AWS (Amazon Web...
View ArticleAll About the Telerik WPF DataGrid
In this article we will take a deep dive into the Telerik WPF DataGrid and its key features, as well as how to load data into the component, optimize for performance, and style and customize it for a...
View ArticleChasing Success with Xamarin Apps
We're starting up a series of articles exploring the modern Xamarin ecosystem and essential tools for making successful mobile apps. Mobile is hard. Developers have been building for mobile form...
View ArticleFirst Look: Forms and Validation in Razor Components
Let's look at the new forms and validation feature just added to Razor Components. We'll start with an overview of the forms and validation implementation, then look at what is included out of the box....
View ArticleWPF MultiColumnComboBox, GridView Column ComboBox and More
In this post, we'll cover some of the latest additions to the Telerik UI for WPF suite in R1 2019: the official MultiColumnComboBox, new DataGrid column and SpreadProcessing integration. Let's dive...
View ArticleWhy Xamarin
While there are many ways to build for mobile form factors, let's explore what's in it for developers if they choose the Xamarin technology stack.Even after years of building for mobile, developers...
View ArticleChoose Time Intervals with the TimeSpanPicker for WinForms
No more using multiple date time pickers to setup your time intervals. We are happy to introduce the brand new TimeSpanPicker control for WinForms applications. Learn all about the new control in the...
View Article