
How to Create Blazor Composite UI via Razor Components
With the arrival of Blazor as part of the ASP.NET web development framework, you can create composite UI’s via Razor Components and component messaging.
With the arrival of Blazor as part of the ASP.NET web development framework, you can create composite UI’s via Razor Components and component messaging.
Measuring & reporting tech debt can be challenging. You’ll find articles saying it’s harder than measuring financial debt, though it translates to real dollars!
When it comes to being powerful with Git, there’s still (often) no beating the command line by leveraging Git aliases. Here are some we won’t live without.
Learn how to enable your enums to easily serialize as strings, and save them to your database using Dapper as a string. Also… delve into a more complicated example with greater flexibility and stronger type-safety than a simple enum.
The flexibility of Octpus Deploy can make even a bad process successful. Though these bad practices, and incorrect configurations can limit your scalability, and prevent you from getting the most out of the tool …
I have been using Zoom at Clear Measure for over 4 years now. It’s a fantastic tool that is very
In an earlier blog post I showed how to convert the Selenium tests in the Onion-DevOps-Architecture project to Cypress. In this
If you ever need to migrate work items from one Azure DevOps instance to another then you are possibly looking
Valerie Gurka and Haley Akchurin interviewed Principal Solution Architect Colin Pear from Clear Measure. During their discussion about automated deployments
EF Core (Entity Framework Core) code-first approach makes schema management easy with the migrations feature. Just create your models in
“The web site is slow!” Sure, but why? You could take a guess, or do some “premature optimization.” But in
There is static analysis for C# and VB built into VS2017 that provides rule-based static analysis similar to SonarQube. Microsoft