(Peter Vogel) You can create Blazor components by combining other Blazor components but you’ll almost certainly need to share data between those components. Here are all the options currently open to you.
Tag: Development
Thoughts on ‘Are We Done Yet?’
(K. Scott Allen) A classic question in software is “are we done yet?”. This is not just a question for software developers. Anyone who is working in IT needs to ask the question when writing code, testing a feature, upgrading a network, or designing a user experience.
Using Secrets in Azure Pipelines
(Subodh Sohoni) Azure Key Vault is a service from Azure that allows storage of keys, secrets and certificate in a safe and encrypted repository. In this tutorial, I am going to show you different ways that Azure Key Vault can be used by Azure DevOps Pipelines.
F# from a C# Developers Perspective – Part 3
(James) I’ve been writing a lot of (production) F# since my last post on this topic and while I don’t consider myself an expert (by any means!) I’ve certainly become a lot more familiar with the language and have found myself falling into what Isaac Abraham refers to as “the pit of success”.
Turning LED on and off with ASP.NET Core 3.0 on RaspberryPi
(Gunnar Peipman) After getting .NET Core SDK and ASP.NET Core 3.0 work on my RaspberryPi and Windows 10 IoT Core I wanted to try out if I can communicate with some electronics right from web application. It is possible and here is how to do it.
Using Hmac() And An Ordered Struct To Implement A Secure Email Tracking Pixel In Lucee 5.3.2.77
(Ben Nadel) Last week, I looked at using ordered, or linked, structs in Lucee 5.3.2.77. An ordered struct is one in which the keys will be iterated-over in a consistent, predictable manner.
Xamarin.Forms 4.2 Boosts Shell, But Devs Clamor for UWP Support
(David Ramel) Microsoft just shipped Xamarin.Forms 4.2 with enhanced Shell functionality to provide basic features required in iOS and Android apps, but many mobile developers are clamoring for Universal Windows Platform (UWP) support to be added.
Switch-Less Code : An Example In ASP.NET Core
(Bipin Joshi) It is common in ASP.NET Core application to store one or more configuration options in appsettings.json. These options are then read inside MVC controllers or Razor Pages page models. Depending on a particular configuration setting you want to execute certain piece of processing.
Developing Desktop applications in .NET
(Damir Arh) Although there haven’t been as many new developments in approaches to desktop development as there were in web development, there are still several different frameworks available to .NET developers for creating desktop apps. This article provides an overview of them, compares their featu
My First Look at ASP.NET Core 3.0
(Shawn Wildermuth) I’m finally getting around to looking at updating my examples and courses to 3.0. This post is based on .NET Core Preview 8 so this might change in the future.