mastodontech.de ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Offen für alle (über 16) und bereitgestellt von Markus'Blog

Serverstatistik:

1,4 Tsd.
aktive Profile

#ASPNETCore

10 Beiträge8 Beteiligte0 Beiträge heute

I've added Azure SQL change tracking to my set of samples showing how to expose various databases changefeed from ASP​.NET Core.

(Also for this one I got to play with Microsoft Graph extension for Bicep to make it credential-less)

#AspNetCore #AzureSql #ChangeTracking

github.com/tpeczek/Demo.AspNet

GitHubAdd sample for exposing Azure SQL change tracking by tpeczek · Pull Request #18 · tpeczek/Demo.AspNetCore.ChangefeedVon tpeczek

Sections in an #aspnetcore app get processed in the order they appear on the Layout, not within the page's lifecycle. That means any elements in the section will only get processed based on their location in the Layout, not as part of the page processing.

I really wish #aspnetcore would add the idea of phases to tag helpers; it would help you run certain tag helpers in a specific order. These events also don't have to mutate the state of the HTML but let you store information that ultimately gets called in Process.