(Peter Vogel) In an earlier tip I disagreed with one of Microsoft’s recommendations for handling exceptions. I figure I’m on a roll, so here’s another objection to some Microsoft advice on handling errors.
Tag: Development
Default timeouts in .Net code. What are they if you don’t specify?
(Chris F Carroll) What are the default timeouts in .Net code if you don’t specify one? I realised I didn’t know, when I got timeouts for an HttpClient calling a WCF service calling a SQL query.
Building a Live Reload Middleware Component for ASP.NET Core
(Rick Strahl) In my last post I discussed how to integrate Live Reload in ASP.NET Core using a third party NodeJs application loaded from NPM called BrowserSync.
Creating a Shape Editor in .NET
(Hannes DuPreez) Drawing applications have always had a soft place in my heart. In the past, I have written a lot about drawing and creating funky stuff with shapes and the .NET Framework’s System.Drawing namespace.
Machine Learning with ML.NET in UWP: Binary Classification
(Diederik Krols) In this article we will use ML.NET to build and compare four Machine Learning Binary Classification pipelines. Each model uses another algorithm to predict the quality of wine from 11 physicochemical features.
Most Of Your Modal Windows Should Be Directly Accessible By Route In Angular 7.2.15
(Ben Nadel) After years of working on various InVision SPAs (single-page applications) in Angular, I have come to believe – quite strongly – that most of the modal windows within an application should be directly accessible by route.
Visual Studio 2019 Productivity Cheat Sheet
(David Ramel) Sure, there are plenty of cheat sheets showing keystroke combinations that can increase productivity in Visual Studio, but many new ones have been introduced with the April 2 launch of VS 2019, including those in subsequent previews.
Looking back at Some of the Changes in C# 6
(George Stocker) We’re currently on C# 7.4 and approaching C# 8 (Wow!); but C# 6 was the first version of C# post Roslyn (Compiler rewrite, to oversimplify it a bit). C# 6 was the first version of C# to coincide with .NET Core, and so it’s where the development of C# seemed to… skyrocket.
Understand InProcess And OutOfProcess Hosting Model In ASP.NET Core
(Bipin Joshi) Once you finish developing an ASP.NET Core web application, you need to deploy it on a server so that end users can start using it.
Using Excel Online Data with Azure Logic App
(Tapas Pal) Microsoft Azure Logic App Services provides a business workflow in the Cloud. The Logic App service is a mechanism for doing workflow integrations and business process automations, thereby creating workflows by orchestrating Software as a Service (SaaS) components.