Docker is essential for modern .NET development. Here’s how to containerize your .NET Core applications. Basic Dockerfile Building and Running Best Practices Use multi-stage builds to reduce image size Don’t run as root Use .dockerignore Pin base image versions References Docker .NET Documentation
Read more →Month: June 2019
SPFx Property Panes: Building Configurable Web Parts
Property panes let users configure your SPFx web parts without touching code. Here’s how to build them effectively. Basic Property Pane Property Types TextField: Text input Toggle: Boolean switch Dropdown: Select from options Slider: Numeric range Checkbox: Multiple selections Accessing Properties References Property Pane Documentation
Read more →