(Ben Nadel) After reading Accessibility For Everyone by Laura Kalbag, I’ve become more aware of the accessibility short-comings in my application interfaces. Of particular note is the fact that Anchor Links aren’t keyboard accessible; at least, not by default.
Tag: Development
Use BitConverter Class to Convert a Byte Array
(Srinath M S) BitConverter’s ToString method can be used to convert a byte array to a string.
Making a tiny .NET Core 3.0 entirely self-contained single executable
(Scott Hanselman) I’ve always been fascinated by making apps as small as possible, especially in the .NET space. No need to ship any files – or methods – that you don’t need, right?
Giving (click) Anchor Links Tab-Access Using A Directive In Angular 7.2.15
(Ben Nadel) Ever since reading Accessibility For Everyone by Laura Kalbag, I’ve become much more aware of the accessibility failings in my own user interface (UI) architecture.
Uno Platform Ports Open Source Windows Calculator (C++) to Web/iOS/Android (C#)
(David Ramel) While porting a calculator to a different platform might seem simple — how hard can it be to convert code for addition/subtraction/multiplication/division? — the reality is far different.
Migrating a Sample WPF App to .NET Core 3 (Part 1)
(Mike) Olia recently wrote a post about how to port a WinForms app from .NET Framework to .NET Core.
Use System.Text.Json For JSON Processing In ASP.NET Core
(Bipin Joshi) If you worked with earlier versions of ASP.NET MVC and ASP.NET Core, you are probably aware that these versions use Json.NET library for the sake of JSON processing.
Creating a Shape Editor in .NET, Part 2: Creating The Shapes
(Hannes DuPreez) In the first installment of this article series, “Creating a Shape Editor in .NET,” we created the framework for our drawing application.
ASP.NET Core Vue CLI Templates
(Daniel Jimenez Garcia) This tutorial discusses several approaches to integrate Vue.js with ASP.NET Core (including a template), all of them using Vue.js applications generated by the Vue CLI.
Software Application Layers And Responsibilities, 2019 Edition
(Ben Nadel) The other day, Joshua Caito tweeted about how he still loves writing ColdFusion code. And the truth is, so do I. ColdFusion is not perfect; but, it does a lot of stuff right.