(Mike Brind) Every other day or so it seems, a new question is posted to one of the community forums that cover ASP.NET Core Razor Pages asking why an AJAX post doesn’t appear to work, or results in an HTTP 400 error.
Tag: Development
Surfacing GitHub Usage for packages on NuGet.org
(Mohamed Riad) There are several criteria you can use today to evaluate NuGet packages. We received feedback that you would like even more information to help choose the right packages.
The CFQuery Tag Supports Silent Asynchronous Query Execution In Lucee 5.3.2.77
(Ben Nadel) As I’ve been digging through the Lucee CFML 5.3.2.77 documentation, one feature that I came across was the ability to execute SQL queries asynchronously with the async attribute of the cfquery tag (and the corresponding queryExecute() function).
20 Simple Python Performance Tuning Tips
(Kevin Cunningham) Python is a powerful and versatile higher-order programming language. Whether you’re developing a web application or working with machine learning, this language has you covered.
DragonFruit and System.CommandLine is a new way to think about .NET Console apps
(Scott Hanselman) There’s some interesting stuff quietly happening in the “Console App” world within open source .NET Core right now.
Understanding the Intricacies of Inline Functions in C++
(Manoj Debnath) Macros are used for efficiency in C. The C++ language inherited them as a legacy. There are issues with the use of preprocessor macros, especially when used in C++.
Theming in Visual Studio just got a lot easier
(Mads) Sometimes the default themes for Visual Studio just aren’t enough. Lucky for us, we’ve just redesigned the process of creating and importing custom themes.
I Can Finally Embed An Assignment Operation Inside Of Other Expressions In Lucee 5.3.2.77
(Ben Nadel) Having recently switched from Adobe ColdFusion 10 to Lucee CFML 5.2, I’ve been digging through all of the new CFML features that I can take advantage of.
VSLI Design Implementation: Placement
(Thomas Dillinger) Prior to detailed placement of cells in block netlists (and the global cells at the top of the SoC hierarchy), a physical floorplan of the chip design is required.
7 easy steps to install MiniProfiler on an ASP.NET MVC website
Today I wanted to add MiniProfiler to an ASP.NET MVC web application (not .NET Core), but unfortunately the NuGet package doesn’t set up things correctly, the documentation is a bit lacking, and their sample project doesn’t work.