Read Configuration from appsettings.json in Entity Framework

After you have done the scaffolding task, the configuration details gets hard-coded on the source code. We have to read connection string from the config file.

How to Format Date and LocalDate in Java?

To format Date and LocalDate in specified formats. Refer the below code snippet: We have used SimpleDateFormat and DateTimeFormatter libraries.

How to Validate or Verify Email in C# .NET?

We can validate emails with various formats using a MailAddress class file. Theย MailAddressย class is used by theย SmtpClientย andย MailMessageย classes to store address information for email messages.

5 Chatbot Project Ideas for Final Year Students

5 Chatbot project ideas and topics for final year students project work. Microsoft Bot Framework is recommended for enterprise-level bots.

Get the List of All Supported Languages for Language Translator Bot | Microsoft Bot Framework

In this post, we will get the list of all supported languages in Azure Translation API using Bot Builder SDK v4 in C#. This is part of the series fromย Advanced Language Translator Bot using Azure Translation API.

Create a Welcome Menu Card for Language Translator Bot | Microsoft Bot Framework

In this post, we will create a menu card using Bot Builder SDK v4 in C# to translate text, detect language and get a list of all supported languages using Azure Translation API.

[Fixed] error CS0818: Implicitly-typed variables must be initialized

The var keyword is dependent on the value you use to initialize the variable. These are the Implicitly typed local variables that are created using the var keyword.

How To Create A QR-Code Using Python?

QR-CODE is nothing but a QUICK RESPONSE Code. It is a two โ€“ dimensional pictographic code used for its fast readability. Here we will create QR Code using Python.

How To Make A Chatbot Using Python?

A Chatbot is a way of conversion between the user and the computer. As simply as we all know that the Siri, Alexa, and Duolingo are some real-world examples of chatbots.

Write a Python Program To Print Counting Numbers

In this post, we will write a Python code to read 2 numbers from the user and print the numbers between them. For example, 5 and 10 are two numbers taken from the user. Output will be 5,6,7,8,9,10.

Up ↑