How YOU can build a Mock REST API based on JSON for ASP .NET and minimal API

TLDR; this article describes how to create a Mock API from a JSON file for minimal API in ASP .NET

 
What and why Mock APIs
To mock something means you respond with fake data, that data can be in-memory, from a file or some kind of tool generati… Continue reading How YOU can build a Mock REST API based on JSON for ASP .NET and minimal API

Power Virtual Agents & Adaptive Cards in Microsoft Teams | Chatbot Demo & Tutorial

 
Extend Microsoft Teams collaboration experiences by embedding intelligent Power Virtual Agents into Teams chat. Build interactive adaptive cards for bots to share information, assign chatbots to specific security groups so only users with the a… Continue reading Power Virtual Agents & Adaptive Cards in Microsoft Teams | Chatbot Demo & Tutorial

SQL Server on IoT Edge and Developer Machines – Smaller Footprint

Moved from: bobsql.com
 
SQL Server will ship Azure SQL Database Edge:https://azure.microsoft.com/en-us/services/sql-database-edge
With the announcement I can tell you more about one of the things we have been working on; SQL Server running on IoT… Continue reading SQL Server on IoT Edge and Developer Machines – Smaller Footprint

How It Works: SQL Server LOGIN_STATS (sys.dm_exec_sessions)

Moved from: bobsql.com
 
To track the login statistical information, enable the sp_configure value ‘common criteria compliance enabled‘ setting and restart SQL Server.
 
The sys.dm_exec_sessions DMV is one way to query the statistical lo… Continue reading How It Works: SQL Server LOGIN_STATS (sys.dm_exec_sessions)