Keep your dev loop as short as possible with SQL Server Backups

Easier Code Debugging with SQL Server Backups

Using SQL server backups to enhance debugging workflows in your development process.

April 21, 2024 路 3 min 路 516 words
Keep your dev loop as short as possible with SQL Server Snapshots

Keep your dev loop as short as possible with SQL Server Snapshots

Discover the power of SQL Server Snapshots for managing database versions, simplifying testing, and enhancing debugging workflows in your development process. This guide explores how snapshots can mitigate the challenges of switching branches and setting up complex data scenarios, offering a faster, more reliable method for restoring databases to a known state. Learn to effortlessly navigate database changes with snapshots, keeping your local environment aligned with your development needs.

December 5, 2019 路 5 min 路 975 words
Locally Debugging an Event Grid Triggered Azure Function with Postman

Locally Debugging an Event Grid Triggered Azure Function with Postman

Uncover the essential guide to effortlessly debugging Azure Functions with Event Grid triggers using Postman and NGrok. This post delves into a step-by-step process for testing Azure Functions locally, facilitating a seamless development experience. Learn how to configure Postman for sending custom Event Grid messages and explore an alternative method with NGrok for direct Event Grid topic subscription testing. Perfect for developers looking to streamline their Azure Function debugging process with practical insights and tips.

December 18, 2018 路 4 min 路 702 words