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

C#

 
GeneralRe: Run ppt with C# - urgent !!!! Pin
Christian Graus11-Dec-08 8:10
protectorChristian Graus11-Dec-08 8:10 
QuestionReading Content Of Doc Files Pin
Laji5910-Dec-08 19:01
Laji5910-Dec-08 19:01 
AnswerRe: Reading Content Of Doc Files Pin
Christian Graus10-Dec-08 19:18
protectorChristian Graus10-Dec-08 19:18 
AnswerRe: Reading Content Of Doc Files Pin
hotthoughtguy10-Dec-08 19:20
hotthoughtguy10-Dec-08 19:20 
GeneralRe: Reading Content Of Doc Files Pin
Christian Graus10-Dec-08 19:27
protectorChristian Graus10-Dec-08 19:27 
GeneralRe: Reading Content Of Doc Files Pin
Laji5910-Dec-08 20:23
Laji5910-Dec-08 20:23 
QuestionOpen source SMTP server [modified] Pin
Tiger45610-Dec-08 18:16
Tiger45610-Dec-08 18:16 
QuestionYOUTUBE API with C# Pin
bmx463710-Dec-08 17:35
bmx463710-Dec-08 17:35 
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 | :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 | :-D


I'm sure one developer can help another developer
Thanks
-Alex-
AnswerRe: YOUTUBE API with C# Pin
Christian Graus10-Dec-08 17:46
protectorChristian Graus10-Dec-08 17:46 
AnswerRe: YOUTUBE API with C# Pin
Pr@teek B@h!11-Dec-08 5:06
Pr@teek B@h!11-Dec-08 5:06 
GeneralRe: YOUTUBE API with C# Pin
bmx463711-Dec-08 5:29
bmx463711-Dec-08 5:29 
GeneralRe: YOUTUBE API with C# Pin
Pr@teek B@h!11-Dec-08 5:30
Pr@teek B@h!11-Dec-08 5:30 
QuestionHow to parse/read tabular data from a pdf Pin
dinesh choudhary10-Dec-08 17:24
dinesh choudhary10-Dec-08 17:24 
QuestionConverting data Types? Pin
evilqualar10-Dec-08 14:56
evilqualar10-Dec-08 14:56 
QuestionC# Word Automation - How to extract Rich Text Pin
blochri10-Dec-08 14:02
blochri10-Dec-08 14:02 
AnswerRe: C# Word Automation - How to extract Rich Text Pin
Dave Kreskowiak10-Dec-08 14:33
mveDave Kreskowiak10-Dec-08 14:33 
GeneralRe: C# Word Automation - How to extract Rich Text Pin
blochri11-Dec-08 2:36
blochri11-Dec-08 2:36 
GeneralRe: C# Word Automation - How to extract Rich Text Pin
Dave Kreskowiak11-Dec-08 12:28
mveDave Kreskowiak11-Dec-08 12:28 
GeneralRe: C# Word Automation - How to extract Rich Text Pin
blochri12-Dec-08 3:30
blochri12-Dec-08 3:30 
QuestionGridview search Pin
Andrew Woodward10-Dec-08 10:35
Andrew Woodward10-Dec-08 10:35 
AnswerRe: Gridview search Pin
Christian Graus10-Dec-08 12:39
protectorChristian Graus10-Dec-08 12:39 
GeneralRe: Gridview search Pin
Andrew Woodward10-Dec-08 12:43
Andrew Woodward10-Dec-08 12:43 
QuestionCrystal reports charts programmatically? Pin
Priya Prk10-Dec-08 9:03
Priya Prk10-Dec-08 9:03 
AnswerRe: Crystal reports charts programmatically? Pin
Wendelius10-Dec-08 11:07
mentorWendelius10-Dec-08 11:07 
GeneralRe: Crystal reports charts programmatically? Pin
Priya Prk10-Dec-08 23:39
Priya Prk10-Dec-08 23:39 

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.