(David Ramel) A Red Hat developer has created the Didact project, a Visual Studio Code extension that puts the code editor to work as a tutorial guide and also showcases other things it can do via a combination of technologies.
Tag: Development
Using Function Monkey with MediatR
(James) There are a lot of improvements coming in v4 of Function Monkey and the beta is currently available on NuGet. As the full release approaches I thought it would make sense to introduce some of these new capabilities here.
Solving Access Denied in Crypto Machine Keys
(K. Scott Allen) Previously on OdeToCode I posted about tracking down an AspNetCore build error.
Developing Mobile Applications in .NET
(Damir Arh) In this tutorial, I will describe the tools and frameworks available to .NET developers for all aspects of mobile application development i.e. front-end, back-end and operations.
Exposing Cosmos DB change feed from ASP.NET Core – Revisited
(Tomasz Pêczek) Just over a year ago I’ve written about exposing Cosmos DB change feed from ASP.NET Core.
A Months-Long Journey Of Incrementally Increasing Performance Of A Lucee CFML 5.2.9.40 Service
(Ben Nadel) The last two-and-a-half months of my life have been bananas! They’ve also held some of the most rewarding work that I’ve done in a some time.
Troublesome Client-Side Blazor WebAssembly 3.2 Previewed Ahead of May Debut
(David Ramel) Blazor WebAssembly, the troublesome client-side component of Blazor, is out in a v3.2 preview ahead of its expected May debut as it plays catch-up with the rest of ASP.NET Core.
Globally Require Authenticated Users By Default Using Fallback Policies in ASP.NET Core
(Scott Sauber) You can use Fallback Policies in ASP.NET Core 3.0+ to require an Authenticated User by default.
Execute raw SQL commands in Entity Framework Core
(Gunnar Peipman) I have never seen a real-life project where object-relational mapper generates 100% of needed SQL. There have always been those special cases when raw SQL commands are needed.
An Introduction to Container Adapters in C++
(Manoj Debnath) The C++ Standard Library offers a host of implementations on common data structures and algorithms. The collection of container classes provides a set of data structure to store a list of objects as its element.