(Gerald Versluis) This Xamarin tutorial discusses what barcodes are and how they can be used in an App. You will learn how to generate and scan barcodes in your own Xamarin apps. You will also learn to scan and generate barcodes that connect to a Wi-Fi connection.
Tag: Development
Blazor on the Server: The Good and the Unfortunate
(Peter Vogel) Blazor as “C# running on the client” has had its release date moved to “sometime after .NET Core 3.0.0.”
Chaining Absolute And Local Redirects With The Router In Angular 7.2.13
(Ben Nadel) One of the nice features of the Angular Router is that it can perform a “local” redirect at any level of the Route configuration.
ASP.NET Core updates in .NET Core 3.0 Preview 4
(Daniel Roth) .NET Core 3.0 Preview 4 is now available and it includes a bunch of new updates to ASP.NET Core.
Using FluentValidation for Forms Validation in Razor Components
(Chris Sainty) Razor Components now has built-in form and validation. The default implementation uses data annotations and is a very similar experience to forms and validation in ASP.NET MVC applications.
Loading Text File Content With FileReader During A Drag-And-Drop Interaction In Angular 7.2.12
(Ben Nadel) For the last few weeks, I’ve been digging into file-handling in Angular 7. First, with the uploading of single files using the HttpClient service; and then, with the uploading of multiple files using FormData.
Reporting Exceptions Well
(Peter Vogel) Microsoft has some “best practice” advice to share on how to handle exceptions (a topic I’ve discussed elsewhere).
Exploring DNS with the .NET Core based Technitium DNS Server
(Scott Hanselman) Earlier this week I talked about how Your Computer is not a Black Box and I spent some time in TCPView and at the command line exploring open ports on my computer. I was doing this in order to debug an issue with a local DNS server I was playing with, so I thought I’d take a moment
Reuse UI With Partial Views In ASP.NET Core MVC And Razor Pages
(Bipin Joshi) While developing ASP.NET Core web applications you often need to reuse parts of the user interface across many view or razor pages.
Updated Razor support in Visual Studio Code, now with Blazor support
(Daniel Roth) Today we are pleased to announce improved Razor tooling support in Visual Studio Code with the latest C# extension. This latest release includes improved Razor diagnostics and support for tag helpers and Blazor apps.