(Michael Shpilt) Logging is a big part of software development for many years now. One can argue that a logging mechanism is a must-have part of any application or library. I would agree with that statement.
Tag: Development
Upgrading A Built-In Function To A First-Class Citizen In Lucee 5.3.2.77
(Ben Nadel) For as long as I can remember, ColdFusion has supported the idea of User Defined Functions (UDFs) as First-Class Citizens. Meaning, User Defined Functions can be referenced and passed-around just like any other object in the ColdFusion landscape.
Visual Studio 2019 for Mac 8.3 ‘In the Endgame’
(David Ramel) With the big .NET Core 3.0 milestone coming up in two weeks, Microsoft is finishing off its tooling updates, including the recently announced Visual Studio 2019 for Mac version 8.3 Preview 3.
An Introduction to SequenceReader
(Steve Gordon) In this post, I want to explore a new feature of .NET Core 3.0, which simplifies working with a ReadOnlySequence.
WPF Window Closing Errors
(Rick Strahl) For quite a while in Markdown Monster I’ve had a number of errors showing up in my logs from users getting errors when the application is shutting down.
Creating a Maze Game in .NET, Part 2: Adding Gameplay
(Hannes DuPreez) Continuing with our game, all that is left to do is to add the physical Maze object and enable it to work with the existing Grid and Game classes and add it to the form.
Endpoint Routing in ASP.NET Core 3.0
(Shawn Wildermuth) Endpoint Routing was introduced in ASP.NET Core 2.2 but has been made a first class citizen of ASP.NET Core in 3.0.
Installing User Defined Functions (UDF) As An Extension For Built-In Functions (BIF) In Lucee 5.3.2.77
(Ben Nadel) With Adobe ColdFusion, I’ve always had a fascination with the idea of being able to extend the set of native (or built-in) Functions that are available in the request context.
Entity Framework Core 3.0 Finalized, LINQ Workarounds Published
(David Ramel) As with other “Core 3.0” products, Entity Framework is basically done at this point as the big final release is less than two weeks away, and Microsoft has provided some workarounds for the problematic LINQ implementation in the new and final preview.
Find solutions faster by analyzing crash dumps in Visual Studio
(Mark) When unexpected crashes occur in your managed application you are often left with little evidence of the issue; capturing and analyzing memory dumps may be your last best option.