(Yacoub Massad) In this tutorial, I will discuss about global state in C# applications. I will talk about the problems of global state and discuss a solution.
Tag: Development
Using Parameter Transformers To Modify Route And Parameter Values In Razor Pages
(Mike Brind) Available from ASP.NET Core 2.2, parameter transformers enable the centralisation of logic for modifying the value of routes and route parameters in URLs generated by the anchor tag helper or the Url helper.
Using ‘replaceUrl’ In Order To Honor The Back-Button While Chaining Absolute Redirects In Angular 7.2.13
(Ben Nadel) Over the weekend, I took a look at using a transient component to side-step the limitations of the Router, allowing absolute and local redirects to be chained in Angular 7.2.13.
Kirill’s Whitespace Guidelines for C#
(Kirill Osenkov) I don’t remember seeing any explicit guidelines on whitespace formatting for C# programs, however it seems that experienced C# developers all format their C# code files in a very similar fashion, as if there are some implicit but widely-accepted rules.
.NET Core Opinion 13 – Commit Your Scripts
(K. Scott Allen) In a previous post, I suggested you think of your ASP.NET Core application as a command line tool you can use to execute application specific tasks.
VS Code Tool Supports Java 12, Adds Java Code Actions and Features
(David Ramel) Visual Studio Code tooling has been updated with support for Java 12, new code actions, new debugging features, Maven enhancements and more.
Choosing the right ASP.NET Core technology
(Christian Nagel) .NET Core 3.0 doesn’t make it easier to choose the correct Web technology creating .NET applications. Some more options have been added to select from, e.g. ASP.NET Razor Components.
Load Partial Views Using Ajax In ASP.NET Core MVC And Razor Pages
(Bipin Joshi) In the previous article we discussed how to use partial views in ASP.NET Core MVC and Razor Pages.
More Fun With Recursive Components, Tree State, And One-Way Data Flow In Angular 7.2.13
(Ben Nadel) A couple of months ago, I looked at using recursive ng-template references in an Angular 6 app. And then, I followed that up with a look at recursive components.
Python development with Visual Studio
(Tyreke White) Visual Studio 2019 comes with a number of updates for Python developers. See how Visual Studio 2019 makes working with Python fun.