In this video we are looking at a C# console application that generates SQL Insert statements from JSON data. Our application reads JSON data from a text file, generates SQL statements and writes them into another text file. The JSON data is generated by an open API.
Links used in this video
GitHub Link:
https://github.com/katkovd73/Generate...
YouTube Video: What are APIs? Where to find them? How to use them? List of Open APIs.
• What are APIs? Where to find them? Ho...
Documentation for the Random User Generator API:
https://randomuser.me/documentation
Generate 20 random users:
https://randomuser.me/api/?results=20