Fixed 'ConfigurationBuilder' does not contain a definition for 'SetBasePath' and no accessible extension method 'SetBasePath' accepting a first argument.
Join two entities in .NET Core, using lambda and Entity Framework Core
There are many use cases for Entity Framework, one of which includes joining entities to get very specific data, the same way you would in SQL.
Everything you want to know about Modules in Python
Modulesย are the files with the .py extension which contain Python code that can be imported inside another Python Program for different use cases.
Double Equals (==) vs Triple Equals (===) in Modern JavaScript
We will look at two of the comparison operators in JavaScript, Double Equals and Triple Equals. We will look at the difference between them with an example.
Everything you need to know about Python Lambda Function
The concept of anonymous functions is available in most of the popular programming languages. They are also called lambda expressions.
How to Convert JSON Array to JSON Object in .NET C#?
Convert JSON Array to JSON Object using the .NET C#. Helpful in parsing the API response that comes as a JSON Array. You can get the value using the keys.
Automated Testing of Azure Bot Directline WebChat Channel using Selenium Java
Web Automation Testing of your Azure Bot connected to Webchat using Directline channel using Selenium Java and chrome Web Driver in Eclipse IDE.
C# Operators with Order of Execution | Operator Associativity
When operators have the same precedence, associativity of the operators determines the order or execution. Left to right and right to left associativity in c#.
Deploy a Basic Python Bot to Azure | Microsoft Bot Framework
Deploy a basic python bot created using Bot Framework SDK to Azure. We will deploy an Echo that we created in our last blog using Python.
Create a Basic Echo Bot using Microsoft Bot Framework in Python
Create a chatbot using Bot Framework SDK in Python. Creating your bot locally does not require the Azure subscription. We will work with Windows OS.


You must be logged in to post a comment.