(Bipin Joshi) In my last two articles (you can read them here and here) we discussed how JWT authentication can be implemented in ASP.NET Core APIs and jQuery client.
Tag: Development
Sort Only Works With directoryList() When ListInfo Is Query In Lucee 5.2.9.31
(Ben Nadel) When calling the ColdFusion function, directoryList(), you have the option to sort the underlying data-structure by column (ex, “directory ASC”).
NullableAttribute and C# 8
(Jon Skeet) C# 8 is nearly here. At least, it’s close enough to being “here” that there are preview builds of Visual Studio 2019 available that support it. Unsurprisingly, I’ve been playing with it quite a bit.
Building microservices through Event Driven Architecture part1 : application specific business rules
(Gora Leye) Today, architectures such as the onion or hexagonal, provide an important help for testabillity and maintenance of code, independence with external frameworks. etc …
Accidentally creating a choke point for what was supposed to hand work off quickly to a background task, part 1
(Raymond Chen) A customer was investigating performance issues in their program and after much effort was able to identify this function as one source of their problems.
How to Load Data into an Azure SQL Database
(Tapas Pal) SQL Server on-premises BULK INSERT is a very popular method to import data from a local SQL file to SQL Server. The BULK INSERT feature also could be used to import data from a file stored in an Azure storage account to SQL Server on-premises.
Renderless Components In Angular 7.2.0
(Ben Nadel) The other day, while trying to figure out some feature-delegation in Vue.js 2.2.0, I came across an interesting post by Adam Wathan titled Renderless Components in Vue.js.
Microsoft Updates Blazor, Now Built on Razor Components
(David Ramel) Microsoft shipped Blazor 0.8.0, the latest update to its experimental .NET Web framework that lets programmers use C# and HTML for browser-based apps, a province traditionally dominated by JavaScript.
Break When Value Changes: Data Breakpoints for .NET Core in Visual Studio 2019
(Leslie) “Why is this value changing unexpectedly and where or when is this occurring?!”
Explained : Routing in Blazor
(Suvendu Giri) Routing is a key aspect of any web application. It is the mechanism which makes sure that the client request reaches the correct piece of code which is written to handle that specific request.
