Русские видео

Сейчас в тренде

Иностранные видео


Скачать с ютуб dotnet XSLT minimal web API in Google Cloud Run, with Integration [2025] в хорошем качестве

dotnet XSLT minimal web API in Google Cloud Run, with Integration [2025] 4 дня назад


Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса ClipSaver.ru



dotnet XSLT minimal web API in Google Cloud Run, with Integration [2025]

Whew, that's a mouthful. This ~30-minute screencast walks through a .NET minimal Web API implemented in C#. It's based on .NET 8.0, runs on Linux. The service hosts the XslCompileTransform. Yes! XML. I know it's not the latest/newest thing, but ... lots of companies still rely on XML, and on XML Transforms. The XSLT uses Extension Blocks, which is a neat way of allowing a stylesheet to invoke logic implemented in... C#. So it's C# hosting the XSL engine, and the stylesheet calls back into a different class implemented in C#. (*mind blown*) But wait! There's more! There's also an example of hosting a Business Rules engine in the C# code. So the XSL can call into a BRE for evaluating data found in the XML. And more! I hosted it as a Cloud Run service, and wrapped it in an Integration. Resources for you: code repo: https://github.com/DinoChiesa/dotnet-... dotnet 8.0: https://dotnet.microsoft.com/en-us/do... XslCompiledTransform: https://learn.microsoft.com/en-us/dot... Extension objects in XSL: https://learn.microsoft.com/en-us/dot... the HTTP3 issue in Cloud Run: https://github.com/dotnet/runtime/iss... the Microsoft Rules Engine: https://github.com/microsoft/RulesEngine gcloud run deploy: https://cloud.google.com/sdk/gcloud/r... app integration: https://cloud.google.com/application-...

Comments