(Ben Nadel) Anyone who has used ColdFusion is very familiar with the Query object that is returned from the cfquery tag.
Tag: Development
Think Twice Before Returning null
(K. Scott Allen) Let’s say you are working in the kitchen and preparing a five-course meal. A five-course meal is a considerable amount of work, but fortunately, you have an assistant who can help you with the mise en place.
Dealing with Application Base URLs and Razor link generation while hosting ASP.NET web apps behind Reverse Proxies
(Scott Hanselman) I’m quietly moving my Website from a physical machine to a number of Cloud Services hosted in Azure. This is an attempt to not just modernize the system – no reason to change things just to change them – but to take advantage of a number of benefits that a straight web host sometim
Behavior-Driven Development (BDD) Examples
(Richard Lawrence and Paul Rayner) A look at how to explore the behavior of a new user story by collaborating around examples with a cross-functional team.
Writing and Testing Azure Functions with Function Monkey – Part 5 (Authorization)
(James) Part 5 of my series on writing Azure Functions with Function Monkey is now available on YouTube:
How to Update Members of a Collection with LINQ
(Peter Vogel) Sometimes it’s just cool to take a walk through some technology to find all the different ways you can solve a problem — sort of “Fun with the .NET Framework.”
Using The String localeCompare() Method To Implement A Natural Sort In Angular 8.2.0-next.0
(Ben Nadel) The other day, while exploring the Fat-Arrow function support in Lucee 5.3, I used the compare() function to implement a .sort() operation.
Improving .NET Core installation in Visual Studio and on Windows
(Lee) Visual Studio 2019 version 16.3 and .NET Core 3.0 Preview 7 improve the installation experience of .NET Core on Windows.
Testing Production API Endpoints with xUnit
(Steve Smith) I’m a big fan of unit tests and integration tests and have written about them frequently. I also authored the original docs on writing integration tests in ASP.NET Core using TestHost and related types.
Status on Visual Studio feature suggestions
(Mads) Visual Studio receives over 500 feature suggestions from customers every month on the Developer Community website.