Detecting Named Entities in Text Using the .NET SDK

1 hour
  • 5 Learning Objectives

About this Hands-on Lab

In this hands-on lab, we use Visual Studio and C# to access a pre-created Azure Cognitive Service resource and have it identify named entities in a piece of text. All the code is already written. We simply need to configure the service endpoint and key, then run the code to perform the analysis.

Learning Objectives

Successfully complete this lab by achieving the following learning objectives:

Log In to the Azure Portal

Start by logging into the Azure Portal using the credentials given when the lab was started.

Use RDP to Connect to the Visual Studio Virtual Machine

Use the Remote Desktop client to access the virtual machine using the provided credentials.

Open and Configure Visual Studio
  1. Open Visual Studio using either the Start menu or the desktop icon.
  2. Use the credentials used to log in to the Azure Portal, not those used for the RDP authorization.
  3. Select the defaults for all other Visual Studio options. Be patient as this takes a few minutes to complete.
Open the Visual Studio Solution
  1. Open the solution in the c:code directory.
Configure the Endpoint and Key, Then Run the App
  1. Retrieve the endpoint and key for the Cognitive Service resource and place them in the code.
  2. Run the solution and examine the results.

Additional Resources

In this hands-on lab, we use a C# application on a Visual Studio virtual machine to detect the language of several pieces of text. The application will then report the entities it found along with a confidence level for each.

The solution video demonstrates all the tasks in the objective list to complete the lab. Iinstructions are also provided in each objective as well as the lab guide.

To begin, log in to the Azure Portal using the credentials provided.

What are Hands-on Labs

Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.

Sign In
Welcome Back!

Psst…this one if you’ve been moved to ACG!

Get Started
Who’s going to be learning?