I need to develop web application which use youtube api v3 for searching videolist by channel name and author name.
for simple testing go to youtube api client site then download sample files of .net.
I downloaded youtube/yt-samples-dotnet from here. Here i got 4 class files. no sln.
Then what to do? i mean just open it and run!!!? or something else needed from my side coding?
I already create account and Generate API key.
UPDATE
Now i create new project 3 tier with BAL DAL PAL In BAL : i added all 4 .cs files
then add reference which is download from here.
I need :
using DotNetOpenAuth.OAuth2;
using Google.Apis.Youtube.v3;
using Google.Apis.Youtube.v3.Data;
then what to do?