(David Ramel) Microsoft provided updates on its flagship .NET-centric programming languages, C# and F#, during this week’s online Build developer conference.
Tag: Development
Working with the Random File Structure in C++
Implementing a random file access is a challenge, but it can be accomplished by using C++ file processing functions. As we know, C++ does not impose structure on a file; if we want to use random access to files, we must create them programmatically using tools provided by the files and streams libra
Azure DevOps Pipelines: Manual Tagging
(Eric L. Anderson) In this week’s post, we are going to cover manually tagging instead of using the tagging feature built into Azure DevOps.
Wrapping 3rd-Party Scripts In Angular Services In Case They Get Blocked In Angular 9.1.4
(Ben Nadel) InVision, like all SaaS (Software as a Service) apps, include a few 3rd-party libraries to help with things like error-logging, in-app support (such as live-chat), and feature-tracking so that we can understand how people use the application.
Credential Loading and the AWS SDK for .NET (Deep Dive)
(Steve Gordon) In this post, I want to dive into how the AWS SDK for .NET attempts to load credentials for any service clients which you use in your applications. I’m going to focus specifically on .NET Core applications, where the SDK client(s) are resolved from the dependency injection (DI) contai
Drawing with FabricJS and TypeScript Part 2: Straight Lines
(Matthew Jones) Let’s add the ability to draw straight lines, and set up code we need for more drawers in the future!
Next for Blazor: AOT for ‘Massive Speed Gains’
(David Ramel) When it comes to Blazor, Steve Sanderson is The Man, helping to take the red-hot project — enabling web apps with C# instead of JavaScript — to new frontiers, such as Progressive Web Apps (PWAs), mobile, desktop, native and more.
Exciting new features in C# 9
(Thomas Levesque) Last week at Microsoft Build, there have been a lot of exciting annoucements! .NET 5, Blazor WebAssembly, .NET MAUI, WinUI… But the thing I’m most eager to get my hands on is C# 9, which introduces many interesting new features, so let’s take a quick tour!
Hosting WordPress behind Azure Front Door
(Gunnar Peipman) During lockdown I tried out how Azure Front Door works. It is another member of Azure load balancers and traffic routers world but it is global and designed for web applications.
Using Layer Blend Modes To Highlight Text In Graphics Design
(Ben Nadel) This is just a note to self. But, for what feels like decades, I’ve struggled to clearly highlight text within a graphics file. Historically, I’ve positioned a yellow rectangle above the target text; and then, lowered the opacity on the rectangle in order to allow the highlighted text to