From the course: ASP.NET Core: Working with Azure Tables

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Next steps

Next steps - ASP.NET Core Tutorial

From the course: ASP.NET Core: Working with Azure Tables

Start my 1-month free trial

Next steps

- [Instructor] Thank you for joining me in this course. During this course, you learned about Azure Tables. But first you learned about the key differences between SQL and NoSQL database types. Once you learned how to set up the Azure development environment and the local environment, you are ready to write some code. Throughout this course, you'll learn how to work with Azure Table data using CosmosDB Table API. You learned how to add an entity to a table, retrieve all table entities, update an entity, delete an entity, and also retrieve a single entity, even though you were challenged to solve it yourself. Well, this is what you have learned so far, but the funding development is learning more. So, what should you do next? You know how to retrieve a single entity by using a RowKey and the PartitionKey. Now, you can try to retrieve a single entity by using just a RowKey. You can also try to filter entities by using a…

Contents