Facebook Pages Manager este aplicatia dezvoltată de către compania Facebook pentru a le permite administratorilor de pagini să-și administreze paginile direct din proprii… Read More
Facebook Pages Manager este aplicatia dezvoltată de către compania Facebook pentru a le permite administratorilor de pagini să-și administreze paginile direct din proprii… Read More
I think almost every project in the real world uses some form of producer-consumer queue. It could be something totally custom, with business logic intermixed with threading. It could be som… Read More
I am doing some ASP.NET Core self study and experienced this issue. The thing is that my client IP changes from time to time and need to add it to the the firewall so that database con… Read More
I was working with the EF NuGet package Microsoft.EntityFramework.Tools.DotNet and executed the command-line interface (CLI), also shown in Figure 1.
dotnet ef database drop
Running this… Read More
In this article, I create an unit test for the feature I implemented in the last article.
Mocking the service
To do unit testing, you need to mock all dependencies. In this case, Graph Servi… Read More
In this article, I use DialogPrompt and add create events feature to O365Bot
DialogPrompt
As a developer, you need to consider the following things.
Reply content: Just text string or rich c… Read More
I remember each version of Windows had new games. On Windows 3.1 many people played Solitaire. Windows for Workgroups 3.11 introduced Hearts. Somewhere along the way came FreeCell, MineSweep… Read More
Users may want to say “help” in middle of a dialog. As a developer, you can implement global message handler to handle these “keywords”. Read the article here for mor… Read More
In the previous article, I implemented proactive messaging when any Outlook event has been updated. In this article, I will explain how to debug and testing.
Remote Debug
As Microsoft Graph… Read More
In this article, I use LUIS to process natural language, and LuisDialog to integrate LUIS into BotBuilder.
Create LUIS application
1. Go to https://luis.ai and create an account or signin if… Read More
In this article, I will utilize Entity from LUIS and use the result to FormFlow.
Use LUIS Entities
1. Change the code in CreateEventDialog.cs to use Entities from LuisResult. I just parsed s… Read More
Has this happened to you?
- "We need a copy of production data"
- "Why?"
- "For {staging | testing | baselining | repro-ing | exploring big data on Azure | doing my job }"
- "No."
Getting… Read More
Now I'm working with several ISVs for building their solutions with some machine learning algorithms (using R, Python, Azure Machine Learning, etc).
More advanced and realistic regression (l… Read More
Last time I showed how to Calculate Poker hand probabilities with code that showed how often a particular hand occurred, such as a Pair or a Full House. Now that we can calculate these proba… Read More
While using SQL Server Reporting Services (SSRS) with SharePoint, there are plenty of steps to be considered. One of them is the permissions. From SharePoint's perspectiv… Read More
In the recent blog posts we've discussed invisible part of the object layout in the CLR:
Managed object internals, Part 1. The Layout
Managed object internals, Part 2. Object header layout a… Read More
Serverless and bot are buzz words these days. But when you say bot in some countries like Taiwan, Korea, Japan, many people think about LINE as its platform. In this article, I explain how y… Read More
The async series
Dissecting the async methods in C#.
Extending the async methods in C#.
The performance characteristics of the async methods in C#.
One user scenario to rule them all.
Almost… Read More
Why re-write the preprocessor?
Recently, we published a blog post on C++ conformance completion. As mentioned in the blog post, the preprocessor in MSVC is currently getting an overhaul. We… Read More
Did you know that you can execute R and Python code remotely in SQL Server from any IDE? This eliminates the need to move data around. Instead of transferring large and sensitive… Read More
Este artículo de Alberto Guerra Estévez, consultor de Ilitia Technologies, explica cómo gestionar los límites que posee Face API a la hora de agregar personas al… Read More
Today, we’re incredibly pleased to announce general availability of F# 4.5.
This post will walk through the changes in F# 4.5 (just like the preview post), then show some updates to F#… Read More
Azure Functions is a serverless compute service that enables you to run code on-demand without having to explicitly provision or manage infrastructure. You can read about Azur… Read More
Hello all,
While working with SQL Server, one of the common issue application teams encounter is timeouts. In this article, we are covering approach to troubleshoot SQL Command/Query timeou… Read More
This is second part of the series on developing and deploying Azure Functions 2.0 where I will
Create a function triggered by Azure Cosmos DB
Create Azure SignalR Service bindings for Azure… Read More
Prerequisites
To build and test locally, you will need to:
Install Python 3.6
Install Docker
Install Azure Functions Core Tools version 2.0.3 or later
To install Azure Functions Core tools y… Read More