Real-Time Xamarin Apps
We explore how to build SignalR powered real-time Xamarin mobile apps.Modern software systems have an undeniable need for real-time communications - especially on mobile form factors. Thankfully,...
View ArticleWhat's the Difference Between Blazor vs Razor
What is Razor? How does it relate to Blazor, and which should you be using? Learn the difference between Blazor and Razor and how to use them in your web applications.You say Blazor, I say Razor, let's...
View ArticleWhen to Design with Gestures vs. Buttons
Why button-less design is a big deal right now and when and how you should adopt this trend for your mobile apps.It used to be that we had buttons on everything. But as devices like the iPhone X and...
View ArticleIntersection Observer API Makes Lazy Loading a Snap
We're going to learn about the Intersection Observer API—a powerful way to lazy lkoad elements in our applications. In this article, we’re going to learn more about the Intersection Observer API, a new...
View ArticleCan We Make Open Source More Sustainable?
img { max-width: 100%; } If you’re a software developer, you might not realize that the economics behind open source make zero sense to most people.For example, consider this conversation I had with a...
View ArticleUnderstanding Vue's Deep CSS Selector
Learn how to use the Deep selector in Vue, a powerful tool for resolving certain CSS issues.CSS can be an absolute delight or your worst nightmare, especially when dealing with components that wrap a...
View ArticleBrand New Virtual Keyboard Control for Your WinForms Application
Does your WinForms app need on-screen data input? Look no further than the feature-rich Virtual Keyboard, now part of Telerik UI for WinForms.Are you developing an application for touchscreen devices...
View ArticleYour Telerik UI for ASP.NET Core March Update
Catch the latest new features and improvements in Telerik UI for ASP.NET Core in this monthly update for March.Hey developer folks, it’s time for the Telerik UI for ASP.NET Core March update and some...
View ArticleThe Guide to Arrow Functions in ES6
Learn more about one of the most powerful features of ES6: arrow functions. We'll learn how we can have better, more concise, and more powerful functions in JavaScript. In this article, we’re going to...
View ArticleHow to Show and Hide Elements in React
Without if statements in JSX, how do you control your application's flow? Let's explore how to render or NOT render elements in React.You can't embed if statements in JSX. So how do you control what is...
View ArticleRemote Working Tips: The Personal Side of Working From Home
Working remotely can be a challenge. In light of recent developments during the COVID-19 (coronavirus) outbreak, here are some tips for people now working from home with a dispersed team.I usually work...
View ArticleCOVID-19 Update from Progress
Progress has the processes, practices and infrastructure in place to provide uninterrupted business and support operations. You can rest assured our commitment to you remains intact during the global...
View ArticleEnjoy the New Enhancements in the Spreadsheet for ASP.NET AJAX
Check out all the latest enhancements in the Spreadsheet for Telerik UI for ASP.NET AJAX.The R1 2020 SP1 release of Telerik UI for ASP.NET AJAX was not only about the PdfViewer control – definitely the...
View ArticleTelerik UI for Blazor 2.9.0: Upload, Tooltip, Grid State, WASM 3.2.0 Preview...
The Telerik UI for Blazor 2.9.0 release brings Upload and Tooltip components, Grid State Management, Visual Studio Code Extension, Support for WebAssembly 3.2.0 Preview 2 and more. Let's dive in.The...
View ArticleCreate, Modify & Export Spreadsheets with SpreadProcessing for Xamarin.Forms
The SpreadProcessing library enables you to easily create from scratch, modify existing documents or convert between the most common spreadsheet formats. You can save the generated workbook to a...
View ArticleGetting Started with Templated Picker for Xamarin
As part of the Telerik R1 2020 release, we released a series of pickers for Xamarin.Forms. In previous blog posts, we have reviewed the DateTime Picker and List Picker controls and the features they...
View ArticleBuilding Modern & Performant Desktop Apps—Is WinUI 3.0 the Way to Go?
In this post, we'll describe what UWP and WinUI are, compare them to other frameworks, and try to answer the question: "Which Microsoft desktop framework should I use for my desktop app?"With Microsoft...
View ArticleWhy You Should Use Blazor over JavaScript Frameworks to Build Your...
Find out the benefits of Blazor over Angular, React and other JavaScript frameworks. Blazor enables sharing code across client- and server-side processes, server-side rendering functionality and...
View ArticleHow to Use the Navigation or Shadow Property in Entity Framework Core
Learn how to use the shadow property (also known as the Navigation, Auditable or Tracking property) in Entity Framework Core.IntroductionIn this article, I will demonstrate how to use shadow property...
View ArticleHow to Use the MediaElement in Xamarin.Forms
We explore the MediaElement in Xamarin.Forms — a new way to easily include audio and video in your Xamarin.Forms apps. Easy Media Playback in Xamarin.Forms 4.5Looking for a straightforward way to...
View Article