Skip to content

Instantly share code, notes, and snippets.

@tianvan
tianvan / DialogHostRegionAdapter.cs
Last active September 12, 2024 06:50
Prism combine with Material Design Toolkit Dialog
namespace Core.Services.Dialog
{
public class DialogHostRegionAdapter : RegionAdapterBase<DialogHost>
{
public DialogHostRegionAdapter(IRegionBehaviorFactory regionBehaviorFactory) : base(regionBehaviorFactory)
{
}
protected override void Adapt(IRegion region, DialogHost regionTarget)
#cloud-config
ssh_authorized_keys:
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC44AJwq8tvQd2mOh+66qbl1j8JU1+LX662oA6V+c38OB9WaqOvdgVjisP35WS+lgQWN4DojG9e9P0DuzoQpAWUhQ4e7iq/81kOz7SqW3x2DgUz9Z5gI7sG3Hyz0vkNr80K5InHbcaIArgXTpIG47Z2c4RmGABPFgzin91So0l6i/zrt2eOFwJhI+WCeCpxa6AboJ5tpCYKyUYXE0KaCRpuD4qqT+BIzVkpG8OUEurXOB9s+Ss0t2loLS9u1qheS1Q43GAlLi7Qv+xFTJnO06cgcw6pMncIzoCSG896eMS2KWLcetQOQQ1eAFXUktWalk2PzCcMoZBBqVwn9A8RL7v1 master@Laptop-TianFan
@tianvan
tianvan / dotnetlayout.md
Created May 21, 2024 01:55 — forked from davidfowl/dotnetlayout.md
.NET project structure
$/
  artifacts/
  build/
  docs/
  lib/
  packages/
  samples/
  src/
 tests/