Publishing
Everything on SkillVeris tagged Publishing — collected across the glossary, study notes, blog, and cheat sheets.
7 resources across 1 library
Study Notes(7)
Messaging and EventAggregator
How MVVM ViewModels communicate through a decoupled publish/subscribe message bus instead of direct references, and how to avoid the memory leaks that naive im…
Publishing Single-File Apps
How .NET's single-file publishing bundles an app and its dependencies into one executable, how extraction and trimming work, and what caveats to expect.
Publishing to the Teams Store
How to prepare, validate, and submit a Microsoft Teams app for Teams Store publication through Partner Center.
Publishing to Power BI Service
How a .pbix file moves from Power BI Desktop into the Service, what artifacts it creates, and what you must configure before scheduled refresh will actually wo…
Workspaces and Apps
How Power BI workspaces organize collaborative content, and how Apps package that content into a curated, read-only experience for a wider audience.
Publishing to App Stores
Walk through preparing, signing, and submitting a .NET MAUI app to Google Play and the Apple App Store.
Producers and Consumers Basics
The fundamentals of writing RabbitMQ producers and consumers: publishing messages, subscribing to queues, acknowledgment, and prefetch.