Steve Smith

Results 103 issues of Steve Smith

See: https://github.com/mrsauravsahu/semver-gitversion/blob/main/.github/workflows/gitversion.yml

https://www.linkedin.com/pulse/shalloway-al-shalloway/ Relates to DRY and Once and only Once. Mentioned here: https://github.com/SteveDunn/Vogen

Add Aspire to the template for .NET 9 version. - Better yet, make it add aspire only if an option is selected at the command line (e.g. `-aspire`)

help wanted
good first issue
hacktoberfest

Update the template to .NET 9. Consider various .NET 9 (and C# latest) features to include. Comments welcome below.

Add as a Principle We can use this as a background for the Canva image ![DALL·E 2025-01-15 17 20 39 - A clean, futuristic abstract digital art design featuring interlocked...

Integration Operation Segregation Principle https://www.linkedin.com/pulse/radical-object-orientation-06-deriving-integration-iosp-ralf-westphal-fymbf?utm_source=share&utm_medium=member_ios&utm_campaign=share_via

Reduce payload size by replacing potentially large items with a "claim check" that can be used to get the item if needed. See also: Lazy Loading pattern (especially via proxy...

Folks might use this as a model for production code. Thus, we should be passing CTs around.

Currently some samples use non-async DbContext methods and actions.