Geekpedia Programming Tutorials






Tutorials Tutorials Archive

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 »
(225 tutorials in 23 pages)
RSS Feed RSS Feed     KlipFolio Klip Klip     Add to Google    Add to My Yahoo!    Subscribe in NewsGator Online    Add To Windows Live    Subscribe with Bloglines   
C#

*****
4.34 from 12 votes

Jun 20th 2006
by Andrew Pociu

Unzipping compressed files using GZipStream

This tutorial will teach you how to unzip compressed files using the new namespace of .NET 2.0, System.IO.Compression, which contains the GZipStream class that allows us to decompress compressed ZIP files.

C#

*****
4.14 from 13 votes

Jun 16th 2006
by Andrew Pociu

Zipping files using GZipStream

In this tutorial we're going to use the new namespace of .NET 2.0, System.IO.Compression, which will give us access to the GZipStream class which will then allow us to compress and decompress ZIP files.

ASP.NET

****-
4.04 from 45 votes

Jun 5th 2006
by Andrew Pociu

DataGrid inside a DataGrid

This tutorial will teach you how to place and bind a DataGrid inside another DataGrid. The binding of the inner DataGrid will be done depending on the row of the parent DataGrid.

C#

****-
4.01 from 15 votes

Jun 4th 2006
by Andrew Pociu

Clipboard Copy and Paste with C#

Learn how to copy and paste text and images from and to the Windows clipboard using the Clipboard class in C# and .NET 2.0. You will also see how to clear the content of the clipboard.

C#

*****
4.67 from 6 votes

May 14th 2006
by Andrew Pociu

Word counter in C#

This simple tutorial will show you how to create an application that counts the words in a string and also strips HTML tags if necessary.

C#

*****
4.62 from 8 votes

May 7th 2006
by Andrew Pociu

Getting the hex value of a color using ColorPicker

With the .NET Framework you can use the Windows Color Picker control in your application thanks to the ColorPicker object. However, the ColorPicker object doesn't have a method or property to get the color in hex format. In this tutorial we're going to build a color picker application and we will be getting the hex value of the selected color.

ASP.NET

****-
4.08 from 14 votes

May 7th 2006
by Andrew Pociu

Accessing the controls and methods of a MasterPage

If you are looking to access the method, property or control of an ASP.NET MasterPage from inside a web form you need to do a little trick to get it to work properly. This tutorial explains how you can do this with only a few lines of code, and it also shows you how to create MasterPages that you can use with web forms.

C#

*****
4.54 from 19 votes

May 3rd 2006
by Andrew Pociu

File transfers through networks and the Internet

This tutorial will teach you how to send and receive files from your local system to a server, either through a network or through the Internet, using C# and streaming connections. This tutorial is also helpful for learning the basics of networking using the .NET Framework.

PHP

****-
3.4 from 5 votes

May 3rd 2006
by Nabeel Akhtar

How to create an AJAX contact form

This tutorial shows users how to create an AJAX contact form. The form method in this tutorial is set to POST.

C#

*****
4.96 from 30 votes

Apr 22nd 2006
by Andrew Pociu

Capturing screenshots using C#

This tutorial will show you a very simple method of capturing screenshots using C# and .NET 2.0 and saving them as files with different formats, such as PNG, all thanks to the CopyFromScreen() method.

Filter Tutorials
Programming Language:
Rating:


Advertisement


Other Resources
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 »
(225 tutorials in 23 pages)
Latest Tech Bargains

Advertisement

Free Magazine Subscriptions

Today's Pictures

Today's Video

Other Resources

Latest Download

Latest Icons