A Rust Introduction to WebAssembly
Let's look at how Wasm + Rust unlocks really exciting potential for the future of frontend web development. It's not a replacement for JavaScript — it enhances and complements it.Prerequisites:This...
View ArticleDoing Your First Mock
Are you looking for a solution to speed up your unit test development? Or perhaps you want to write more stable and reliable unit tests? Or you simply want the unit tests to be isolated from their...
View ArticleWorking With GraphQL In Angular: How to Make a GraphQL Query
Apollo Angular allows you to fetch data from your GraphQL server and use it in building reactive UIs using the Angular framework. In this article, I will show you how to make a GraphQL query in Angular...
View ArticleHow to Build Forms with React the Easy Way
img { max-width: 100%; } Earlier this week we discussed how to build fully-featured React forms with KendoReact, which is another great React forms tutorial. In this article, we’ll take a step a back...
View ArticleThe Mindset of Component Composition in Vue
Let's look at component composition. I'm going to attempt to unravel the crazy that goes on in my head when designing components in a step-by-step article where we will build a Search Bar component...
View ArticleGIFs and SwipeView in Xamarin Forms 4.4
Xamarin Forms 4.4 includes GIFs and swiping for options on a content item like an entry in a list view. Let’s take a look!In this post we'll take a look at two topics that arise regularly around the...
View ArticleTelerik UI for WPF R1 2020 Service Pack Brings 80+ Improvements
The R1 2020 Service Pack of Telerik UI for WPF and Telerik UI for Silverlight is live today! It contains over 80 improvements and additions for TaskBoard, FileDialogs, RichTextBox and many other...
View ArticleShow PDF Files within Your ASP.NET Web Form Page in No Time
Get to know the new PdfViewer for Telerik UI for ASP.NET AJAX. We'll dive into its rich functionality and help you get familiar with everything it can bring to your web apps.Have you heard the great...
View ArticleTelerik UI for Xamarin R1 2020 SP: Sticky ListView Headers, Improved Pickers...
The Telerik UI for Xamarin R1 2020 service pack is live today, bringing new features in the RadListView and Pickers controls and addressing a number of issues across the suite.With last month’s R1 2020...
View ArticleMaster these JavaScript Fundamentals to Land Your Next Job
We're going to learn about JavaScript concepts that could significantly help you get your next job — from closures to array methods, you'll learn what JavaScript concepts you should master to land a...
View ArticleA Practical Guide to Angular: Routing and Event Handling
Client-side routing is a key feature in single page applications. Learn how to implement routing in an Angular app with this practical guide.Angular is a framework for building dynamic client-side...
View ArticleTelerik UI for WinForms R1 2020 SP is Here with 35+ Improvements
The R1 2020 service pack release of Telerik UI for WinForms is now available, complete with a large number of enhancements and customer-requested features. Check out what's new.Customer satisfaction...
View ArticleGetting Started with Date and Time Picker for Xamarin
Learn about the new Date and Time Picker control in Telerik UI for Xamarin, and see how to easily let users select dates, times or a combination of both in your Xamarin apps.In the first Telerik UI for...
View ArticleGIFs and SwipeView in Xamarin Forms 4.4
Xamarin Forms 4.4 includes GIFs and swiping for options on a content item like an entry in a list view. Let’s take a look!In this post we'll take a look at two topics that arise regularly around the...
View ArticleCan’t Get Enough of DevReach? We’ve Got You Covered on Two Continents
By popular demand we are bringing DevReach, Europe’s preeminent developer conference, to a new continent!In the immortal words of Depeche Mode we “Just Can’t Get Enough” of DevReach. If you need to...
View ArticleCode Like Never Before with the New WinForms Syntax Editor
Application development just became even easier with the highly requested Syntax Editor, now available in the latest release of Telerik UI for WinForms. Let's walk through its features and how you can...
View ArticleSplash Around with the New Telerik UI for WPF Splash Screen
Customize the Splash Screen of your WPF application with our new addition to Telerik UI for WPF - the RadSplashScreen control! As part of our R1 2020 release for Telerik UI for WPF we introduced a...
View ArticleTelerik Reporting & Report Server SP: Improved WebService-DataSource, Web...
The R1 2020 service pack release of Telerik Reporting & Telerik Report Server is packed with essential fixes and improvements together with some newly added features.We’ve added support for a...
View ArticleBlazor Components: The Definitive Guide
In this guide, learn the fundamentals of Blazor Component construction and see how to build an example Blazor app that puts it all together.In this article we’ll learn about Blazor's component model,...
View ArticleASTs, Markdown and MDX
Markdown for documents, React for interaction, MDX for both! But how do Markdown and MDX arrive at HTML and JSX? The answer is Abstract Syntax Trees.Markdown is the perfect format for writing...
View Article