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...
Program Manager on the Azure SQL team at Microsoft. In my previous roles, I have worked as a Web developer/ tech-lead, developed several software applications/ products majorly in .NET and related technologies, and done a lot of .NET debugging, reverse engineering, and web application performance tuning.
Here, you will find articles on various topics such as Azure SQL/ SQL Server, Web app technologies, diagnostics, and other related technologies.
Stay tuned for more content in the future!
Some of the samples’ source code is available on GitHub.
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...
When you use ARR (Application Request Routing) as reverse proxy/ front end to your application server, as you know, requests to your application goes to the ...
Sometimes we see failure dialog, while loading the Worker Process feature in Internet Information Service (IIS). It fails with different types of similar err...