Create REST API in Python with Django, using the Django REST Framework and Azure SQL
Django is a Python-based open-source web framework. It is a popular and well-liked web framework among developers all around the world. But wouldn’t it be am...
Django is a Python-based open-source web framework. It is a popular and well-liked web framework among developers all around the world. But wouldn’t it be am...
In this blog post, we’ll walkthrough of how to integrate Bot Framework v4 SDK with Azure SQL Database and save Bot activities/ conversations into the databas...
A heap corruption is defined as a problem that violates the heap’s integrity and produces unexpected behavior in an application. It can happen if dynamic mem...
PowerShell script to execute Procdump on all instances of a given process (by name) to capture memory dumps.
Problem: Sometimes we need to perform application initialization to avoid “warm up” time on first request or “cold start” issue on huge and complex web appli...