Presentation: Journey to Cloud Architecture
Dylan Smith discusses the architectural challenges faced turning TFS into Azure DevOps, the evolution of the architecture, and lessons learned along the way.
By Dylan Smith
https://www.infoq.com/presentations/microsoft-tfs-azure-devops?utm_campaign=infoq_content&utm_source=infoq&utm_medium=feed&utm_term=.NET
Dylan Smith discusses the architectural challenges faced turning TFS into Azure DevOps, the evolution of the architecture, and lessons learned along the way.
By Dylan Smith
https://www.infoq.com/presentations/microsoft-tfs-azure-devops?utm_campaign=infoq_content&utm_source=infoq&utm_medium=feed&utm_term=.NET
InfoQ
Journey to Cloud Architecture
Dylan Smith discusses the architectural challenges faced turning TFS into Azure DevOps, the evolution of the architecture, and lessons learned along the way.
So far we have talked about how quite a few new features of C# 8. We have talked about how C# 8 fixing interpolated verbatim strings (here), we have talked about the languages new Index Struct and the usage of the Hat operator (here) and we have talked about default interface methods (here). In this article we will talk about another feature that some people might call small and minor, but still very very useful as it can clean up code and remove lots of noise.
http://www.devsanon.com/c/c-8-introducing-target-typed-new-expressions/?utm_source=csharpdigest&fbclid=IwAR24othAi3POVDJRWPsOQQzFtUObuBJSlySopT34ra8VxrQm04n-aUmR2a0
http://www.devsanon.com/c/c-8-introducing-target-typed-new-expressions/?utm_source=csharpdigest&fbclid=IwAR24othAi3POVDJRWPsOQQzFtUObuBJSlySopT34ra8VxrQm04n-aUmR2a0
.NET platform architecture (book in English, Russian and Chinese) https://github.com/sidristij/dotnetbook
GitHub
GitHub - sidristij/dotnetbook: .NET Platform Architecture book (English, Chinese, Russian)
.NET Platform Architecture book (English, Chinese, Russian) - sidristij/dotnetbook
Blazor is a single-page app framework for building interactive client-side Web apps with .NET. Blazor uses open web standards without plugins or code transpilation. Blazor works in all modern web browsers, including mobile browsers.
https://www.hanselman.com/blog/WhatIsBlazorAndWhatIsRazorComponents.aspx
https://www.hanselman.com/blog/WhatIsBlazorAndWhatIsRazorComponents.aspx
Hanselman
What is Blazor and what is Razor Components?
I've blogged a little about Blazor, showing examples like Compiling C# to WASM ...
Microsoft Watches GitHub Commits for Azure Secrets
https://odetocode.com/blogs/scott/archive/2019/03/21/microsoft-watches-github-commits-for-azure-secrets.aspx
https://odetocode.com/blogs/scott/archive/2019/03/21/microsoft-watches-github-commits-for-azure-secrets.aspx
Blazor: Implementing Client Side Search As You Type Using bind-value-oninput
https://scottsauber.com/2019/03/25/blazor-implementing-client-side-search-as-you-type-using-bind-value-oninput/
https://scottsauber.com/2019/03/25/blazor-implementing-client-side-search-as-you-type-using-bind-value-oninput/
Scott Sauber
Blazor: Implementing Client Side Search As You Type Using bind-value:event
Updated 12/1/2019 to work with Blazor 3.0+ tldr; Use bind-value:event=”oninput”instead of bind in order to get real feedback as you type. bind only databinds during the onchange event …