C# Computers & Programming

Build a mineral oil cooled computer

How to build a mineral oil cooled computer

Fish are out. Computer guts are in. That's the new aquarium. In today's technological world, nobody wants to see little fishies swimming around anymore. They want to see the inner pride of their computer ...

A 3:44
Break up or avoid breaking up on Facebook

How to break up or avoid breaking up on Facebook

This is a film entitled "Facebook Manners: Responsible Relationships and You," which describes the dos and dont's of dating on the electric friendship generator: facebook. Check it out.

A- 4:14
View your printer's secret dots (fingerprints)

How to view your printer's secret dots (fingerprints)

Instead of watch CSI, employ your own technology investigation skills at home by determining your printers fingerprints. They don't have "real" fingerprints, but all printers do have a secret code ...

A- 5:44
Hack security cameras using Google Search

How to hack security cameras using Google Search

Google can do just about anything, so it doesn't surprise me when you can actually access and control unsecured security cameras on the web. What do you think the chances of you nabbing a criminal are ...

A 2:54
Overclock an Intel Core i7 processor

How to overclock an Intel Core i7 processor

That brand new Core i7 processor from Intel is about to become way cooler. Get your hacking hat on and get to overclocking.

A- 11:27

How to write your first C# application in Visual C#

Write your first C# application in Visual C#

Wonderhing how to get started writing C# applications? This video offers a tour of the various features in Microsoft Visual C# 2005 Express ...more

B+ 26:03
Curated 1 year ago by Vote Obama! | Comments 2
Views 1,157

How to get started programming C# in Visual Studio 2008

Get started programming C# in Visual Studio 2008

We introduce the novice programmer to the world of programming in C# ...more

B 15:19
Curated 1 year ago by Pigeonchicken | Comments 0
Views 1,106

How to get started with programming in C#

Get started with programming in C#

This beginner's guide is designed for people with little or no prior knowledge of computer languages, who want to learn to program by using ...more

B 23:16
Curated 1 year ago by cwiltz | Comments 0
Views 424

How to get started with Visual C#

Get started with Visual C#

A tour for beginning programmers of the various features of Visual C#.

B 23:03
Curated 1 year ago by cwiltz | Comments 0
Views 192

How to get started with Visual C# Express 2008

Get started with Visual C# Express 2008

This introductory video covers the main features of the Visual C# 2008 Express Edition, and walks you through some of the most common tasks ...more

B 37:00
Curated 1 year ago by cwiltz | Comments 0
Views 315

How to get the application path for an app written in C#

Get the application path for an app written in C#

This tutorial shows you how to reliably get the application path for ...more

B 8:04
Curated 1 year ago by rmansur | Comments 0
Views 2,005

How to program if statements and boolean tests with C#

Program if statements and boolean tests with C#

A C# (C sharp) programming tutorial on creating if, else, and elseif ...more

B 9:46
Curated 1 year ago by Rube McGee | Comments 0
Views 443

How to program in PostSharp

Program in PostSharp

PostSharp is an free, open-source and extensible platform for enhancement of .NET assemblies, that is: PostSharp transforms assemblies ...more

B 4:55
Curated 1 year ago by tenebrism | Comments 0
Views 294

How to use generics in C#

Use generics in C#

Bruce Kyle of Microsoft and Stuart Celarier of CheckFree explore the new languages features in C#. It's a whirlwind tour of the important ...more

B 7:00
Curated 1 year ago by The Wonder Team | Comments 0
Views 696

How to use GridView and FormView controls in Visual Developer

Use GridView and FormView controls in Visual Developer

In this Microsoft Visual Web Developer video tutorial, you'll learn ...more

B 21:39
Curated 1 year ago by Vote Obama! | Comments 0
Views 603

How to use parent forms in Microsoft Visual Studio

Use parent forms in Microsoft Visual Studio

When programming in Visual Studio, you may find yourself creating any number of all-but-identical windows. This can be tedious and time ...more

B 8:01
Curated 1 year ago by Vote Obama! | Comments 0
Views 776

How to use the Items Tracking starter kit for Visual C#

Use the Items Tracking starter kit for Visual C#

The Items Tracking Application is a basic Starter Kit template for a ...more

B 55:48
Curated 1 year ago by Vote Obama! | Comments 0
Views 198

How to use Visual Studio 2008 ASP.net

Use Visual Studio 2008 ASP.net

This is an introductory video showing how to use Visual Studio 2008 to create websites.

B 5:17
Curated 1 year ago by Pigeonchicken | Comments 2
Views 485

How to write a simple dictionary program in C#

Write a simple dictionary program in C#

Want to learn more about the C# programming language but aren't sure where to get started? In this video tutorial, you'll learn how to write ...more

B 6:59
Curated 1 year ago by Vote Obama! | Comments 0
Views 3,397

How to write C# code with Microsoft Visual C# 2005

Write C# code with Microsoft Visual C# 2005

Want to get started programming with C# but aren't sure where to begin? If you have prior background with Visual Basic, you might be ...more

B 23:15
Curated 1 year ago by Vote Obama! | Comments 0
Views 220

How to write text to a text file using C#

Write text to a text file using C#

This tutorial shows you how to write text to a text file using C#.

B 2:57
Curated 1 year ago by rmansur | Comments 0
Views 1,663

How to create a for loop in C#

Create a for loop in C#

This tutorial shows you how to construct a for loop in C#.

B- 3:55
Curated 1 year ago by rmansur | Comments 0
Views 663

How to draw a sprite inside Xna with C#

Draw a sprite inside Xna with C#

This tutorial shows you how to draw a graphic as a sprite inside an Xna game.

B- 4:24
Curated 1 year ago by rmansur | Comments 0
Views 1,062

How to get input from a console window inside of C#

Get input from a console window inside of C#

This tutorial shows you how to get input from a console window inside of C#.

B- 3:00
Curated 1 year ago by rmansur | Comments 0
Views 552

How to make a beginner's program with Visual Studio

Make a beginner's program with Visual Studio

Using Visual Studio 2008, this video introduces the novice programmer to the world of programming in C#, first with a brief discussion about ...more

B- 15:17
Curated 1 year ago by rmansur | Comments 0
Views 600

How to reinvoke parameter info inside of Visual Studio

Reinvoke parameter info inside of Visual Studio

This tutorial shows you how to reinvoke parameter info inside of ...more

B- 1:54
Curated 1 year ago by rmansur | Comments 0
Views 257

How to rename symbols inside of C#/Xna with refactoring

Rename symbols inside of C#/Xna with refactoring

This tutorial shows you how to rename symbols inside of C# using ...more

B- 3:04
Curated 1 year ago by rmansur | Comments 0
Views 223

How to replicate a dictionary with an associative array in C#

Replicate a dictionary with an associative array in C#

This tutorial shows you how to replicate the functionality of an ...more

B- 4:24
Curated 1 year ago by rmansur | Comments 0
Views 905

How to resize Xna game windows using C#

Resize Xna game windows using C#

This tutorial shows you how resize an Xna game window using C#. This tutorial applies only to the Windows platform.

B- 2:19
Curated 1 year ago by rmansur | Comments 0
Views 878

How to respond to an C#/Xna game window resize event

Respond to an C#/Xna game window resize event

This tutorial shows you how to respond to a Xna game window resize ...more

B- 3:27
Curated 1 year ago by rmansur | Comments 0
Views 718

How to use complex method extraction with C#/Xna

Use complex method extraction with C#/Xna

This tutorial shows you how to use more complex methods of extraction with C#/Xna.

B- 2:36
Curated 1 year ago by rmansur | Comments 0
Views 346

How to use simple method extraction in C#

Use simple method extraction in C#

Learn how to use method extraction in a simple scenario in Visual Studio with C#.

B- 1:28
Curated 1 year ago by rmansur | Comments 0
Views 173

How to use the Movie Collection Starter Kit in Visual C#

Use the Movie Collection Starter Kit in Visual C#

This tutorial demonstrates using Amazon Web-Enabled Movie Collection ...more

B- 9:01
Curated 1 year ago by Rube McGee | Comments 0
Views 490

How to install and use Visual C# Express 2008

Install and use Visual C# Express 2008

Visual C# 2008 Express with SP1 is an ideal tool for productively building object-oriented applications for Windows on the .NET Framework ...more

C+ 10:10
Curated 1 year ago by Vote Obama! | Comments 0
Views 847

How to install Visual C# 2005 Express

Install Visual C# 2005 Express

This tutorial demonstrates installing Visual C# Express 2005 so that you can get started with Visual C# programming.

C+ 4:49
Curated 1 year ago by Rube McGee | Comments 0
Views 289

How to list files in a recursive manner with C#

List files in a recursive manner with C#

This tutorial explains how to list files in a recursive manner within C#. It expands upon the code for writing a program that lists files ...more

C+ 3:15
Curated 1 year ago by rmansur | Comments 0
Views 714

How to list the files in a directory using a C# application

List the files in a directory using a C# application

This tutorial explains how to list the files in a directory using a C# ...more

C+ 3:04
Curated 1 year ago by rmansur | Comments 0
Views 841

How to read text from a text file into a C# application

Read text from a text file into a C# application

This tutorial shows you how to read text from a text file into a C# ...more

C+ 2:49
Curated 1 year ago by rmansur | Comments 0
Views 1,564

How to use reCAPTCHA to block spam

Use reCAPTCHA to block spam

In this video the basics of the CAPTCHA system are discussed. The video covers working with reCAPTCHA assembly, common properties of CAPTCHA ...more

C+ 10:21
Curated 1 year ago by rmansur | Comments 0
Views 381

C# (34 how-to videos)

$44K Street Legal Wooden SuperCar

Beautifully constructed wooden SuperCar Maniwa manufactured by Sada-Kenbi. The wooden Japanese car goes for $44,000. Wow. That's a lot for a toy. However, this baby is street legal and can go up to ...

Stomach Churning Taxidermy Fashion

Uh...yuck. Fun, but definitely yuck. Terrifying taxidermied jewelry and accessories by Reid Peppard. That's right, dead rodent cufflinks, change purses, bowties, bracelets... and a guinea pig hair ...

Eat Your Way Through the Periodic Table (Yum! Cupcakes)

Science geeks behold, the perfect dessert. The cupcake Periodic Table. Pretty simple to do-it-yourself. Start with basic cupcakes in a square mold and decorate! Previously, Knit the Periodic Table ...

Freehand Circle Drawing World Champion

Wait for it, wait for it... it happens really fast... at right about 1:05. Okay, maybe he's not a world champion, but a very cool party trick nonetheless. Here's one way to do it (not quite as perfect ...

Launch Cars Off Cliffs For Fun

More redneck fun. Bob Moravitz plus family and friends have created an 8 hour event of propelling vehicles off cliffs. Held yearly, admission is free but donations are encouraged (to cover insurance ...

Aleoss commented on DARPA Develops Explosive Blocking Mega-Shield, joining the discussion with 2 other people 14 seconds ago

This will only work against physical attacks, if the enemy got smart and decided to use high-intensity IR, the vehicle would be screwed plus the very expensive "iron curtain" system too. In additio... more

Vasilisa_83 favorited How to make butterflies from decorative paper, becoming the 3rd person to do so 2 minutes ago

p0o9I graded How to make an impact flash bomb, giving it an A. Its average grade is now an A- 42 minutes ago

applecore favorited How to make a tartan pattern on sugarpaste or fondant, becoming the 3rd person to do so 47 minutes ago

applecore favorited How to make fondant Easter chicks for cake decorating, becoming the 5th person to do so 53 minutes ago

p0o9I graded How to make a black powder fountain (mini starmine), giving it a C. Its average grade is now a B 56 minutes ago

applecore favorited How to make a snowman and Christmas tree with sugar paste, becoming the 10th person to do so 1 hour ago

newthiru favorited How to remotely shut down a Windows PC with a cell phone, becoming the 106th person to do so 1 hour ago

loading...