Click here to Skip to main content
15,887,596 members
Home / Discussions / C#
   

C#

 
AnswerRe: Passing parameters to anonymous functions in threads Pin
Nicholas Butler11-Dec-08 10:48
sitebuilderNicholas Butler11-Dec-08 10:48 
GeneralRe: Passing parameters to anonymous functions in threads Pin
Andreas Saurwein11-Dec-08 10:58
Andreas Saurwein11-Dec-08 10:58 
QuestionWeb analytic application Pin
Maverickcool11-Dec-08 7:08
Maverickcool11-Dec-08 7:08 
AnswerRe: Web analytic application Pin
led mike11-Dec-08 8:03
led mike11-Dec-08 8:03 
QuestionGridView ? Pin
tim_gunning11-Dec-08 6:34
tim_gunning11-Dec-08 6:34 
AnswerRe: GridView ? Pin
Lev Danielyan11-Dec-08 6:43
Lev Danielyan11-Dec-08 6:43 
QuestionImport Data into Access DataTable from another Access Database Pin
polishprogrammer11-Dec-08 5:54
polishprogrammer11-Dec-08 5:54 
QuestionYouTube API with C# Pin
bmx463711-Dec-08 4:40
bmx463711-Dec-08 4:40 
I'm trying to create a website with youtube APIs using C# 2008 (.NET), Being a beginner and getting my feet wet with this, I wonder if anyone can give me some tips n tricks, or possibly an example code/ step by step instructions on doing this.

I've read the 'Developers Guide: .NET' on the code.google.com site and it's like trying to learn french through the internet Confused if you know what I mean. I have made sites before but exclusively with html and css.

Main Questions:

1.What exactly do I write the C# language in? (Im using C# 2008 however how exactly do I put this on my webpage???)

2.I would loove to see a FULL snippet(s) on an actual page with youtube APIs (or any APIs for that matter, since I have not found anything with FULL code start to finish) that I can copy and paste into whatever it is I put the C# language in and try to view it on my webpage and modify it from there.

3. The Developers guide gives this:

The following code retrieves a YouTubeEntry corresponding to a video on YouTube

String videoEntryUrl = "http://gdata.youtube.com/feeds/api/videos/ADos_xW4_J0";
YouTubeEntry videoEntry = (YouTubeEntry) service.Get(videoEntryUrl);
Console.WriteLine("Title: " + videoEntry.Title.Text);
Console.WriteLine(videoEntry.Media.Description.Value);


I would like to know WHERE DO I PUT THIS CODE??


I am a person that learns very well visually, so pictures/code snippets/ illustrations are better than words, unless they're instructions of course. I guess you can understand the urgency of knowing this for me, thanks alot for all help Big Grin


I'm sure one developer can help another developer
Thanks
-Alex-

modified on Thursday, December 11, 2008 12:12 PM

AnswerRe: YouTube API with C# PinPopular
#realJSOP11-Dec-08 4:51
mve#realJSOP11-Dec-08 4:51 
GeneralRe: YouTube API with C# Pin
bmx463711-Dec-08 4:54
bmx463711-Dec-08 4:54 
GeneralRe: YouTube API with C# PinPopular
#realJSOP11-Dec-08 4:55
mve#realJSOP11-Dec-08 4:55 
GeneralRe: YouTube API with C# Pin
Dalek Dave11-Dec-08 5:42
professionalDalek Dave11-Dec-08 5:42 
JokeRe: YouTube API with C# Pin
Paul Conrad11-Dec-08 6:41
professionalPaul Conrad11-Dec-08 6:41 
GeneralRe: YouTube API with C# Pin
carbon_golem11-Dec-08 5:19
carbon_golem11-Dec-08 5:19 
AnswerREPOST Pin
Dave Kreskowiak11-Dec-08 4:52
mveDave Kreskowiak11-Dec-08 4:52 
GeneralRe: REPOST PinPopular
#realJSOP11-Dec-08 4:54
mve#realJSOP11-Dec-08 4:54 
AnswerRe: YouTube API with C# PinPopular
led mike11-Dec-08 5:20
led mike11-Dec-08 5:20 
GeneralRe: YouTube API with C# Pin
bmx463711-Dec-08 5:28
bmx463711-Dec-08 5:28 
GeneralRe: YouTube API with C# Pin
#realJSOP11-Dec-08 5:34
mve#realJSOP11-Dec-08 5:34 
AnswerRe: YouTube API with C# Pin
Paul Conrad11-Dec-08 6:40
professionalPaul Conrad11-Dec-08 6:40 
AnswerRe: YouTube API with C# Pin
Christian Graus11-Dec-08 8:06
protectorChristian Graus11-Dec-08 8:06 
QuestionWorking with Multiple Forms Pin
Jikol11-Dec-08 4:23
Jikol11-Dec-08 4:23 
AnswerRe: Working with Multiple Forms Pin
EliottA11-Dec-08 4:31
EliottA11-Dec-08 4:31 
GeneralRe: Working with Multiple Forms Pin
Jim Crafton11-Dec-08 7:10
Jim Crafton11-Dec-08 7:10 
AnswerRe: Working with Multiple Forms Pin
carbon_golem11-Dec-08 4:33
carbon_golem11-Dec-08 4:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.