Bradley Wells

Hi, I write C# and .NET tutorials. Follow me @bradwellsb

This tutorial will teach you how to pass data to a Blazor component as a parameter. This is useful if you have a customizable component that you wish use in multiple places across your page. ... Read more

One of the most useful Blazor features is the ability to pass data between your front-end DOM elements and back-end C# code. In this tutorial, you will learn techniques for binding C# variables such that they can be displayed in the browser or modified via user input in the browser. ... Read more

With the launch of .NET Core 3.0 and Visual Studio 16.3.0, support for creating web apps using the Blazor template is now natively enabled. This makes it easy for you to run your C# libraries directly in the browser. ... Read more

The ArcGIS Runtime SDK for .NET has a robust set of capabilities, including the ability to query, select, and filter features from a map using C#. This tutorial will teach you how to use a SQL query to filter the data displayed by your GIS mapping solution. ... Read more

If you are a C# developer and do GIS or mapping work, the ArcGIS Runtime for .NET will help you quickly start building WPF applications. In this tutorial, you will build a WPF application that displays a map of public transit routes in Atlanta. ... Read more

Learn how to use the INotifyPropertyChanged interface to bind a UI control in your WPF application to a property in your C# code. ... Read more