Jump to content

I am new to coding so sorry if this question offends but I noticed in episodes 33 and 34, the sec...


G+_James Fowler
 Share

Recommended Posts

I am new to coding so sorry if this question offends but I noticed in episodes 33 and 34, the second c# module, code is on zipped on dropbox. When I open the download, I see a lot of files and folders. How do I turn that into useable code like the podcast downloading program? I tried opening the program.cs file and the other AsynchronousDownloads files but have not been able to reassemble the code to work. 

Link to comment
Share on other sites

Windows makes a .zip file act a little like a directory - you can open an individual file to look at, but the program that opens it can't see the other files in the zip file. Right-click on the file and choose "Extract All" and extract them to a directory.  Try opening the .csproj file from there.

Link to comment
Share on other sites

 Share

×
×
  • Create New...