Post

Iterating Through Collections – For/Foreach Loop

In Loops on October 2, 2009 by papuccino1

Welcome dear readers! Today I’ll be showing you clear-cut example about how to use the For and Foreach Loop statements.

Read More »

Post

Tutorial – Making a TicTacToe Game

In Windows Forms on September 30, 2009 by papuccino1 Tagged: , , ,

OK, I finally have time to finish the tutorials I promised a week ago.

First up is the Tic-Tac-Toe tutorial. Instead of writing a bunch of code and making things much more difficult for my readers, I’m going to upload the complete solution (58kb) online where anyone can download it.

The download link is here: http://sharebee.com/0e0d3c34

It’s fairly easy to follow along and you’ll learn things like Casting, Foreach Statements, Boolean Flags.

I really hope you enjoy it. Please feel free to leave some feedback and let me know what topics you’d like me to cover.

Happy coding!

Post

Coming Up Tutorials: Tic-Tac-Toe, Lights Out and Hangman.

In Site News on September 21, 2009 by papuccino1 Tagged: , , , ,

I’ll be working on those three game tutorials for your reading pleasure. I’ll show you the entire process from top to bottom and you’ll learn some nice things along the way.

They’ll be ready in about 3-4 days so stay tuned!

Post

Loading a ComboBox with Data from a SQL Database.

In SQL, Windows Forms on September 19, 2009 by papuccino1 Tagged: , , ,

Learn how to load a ComboBox with information directly from a Database! In this post you’ll learn how to have a ComboBox control load data using a DataSet linked to a Service-Based Database.

Read More »

Post

Adding Controls to your Application Programatically.

In Windows Forms on September 18, 2009 by papuccino1 Tagged: , , ,

Learn how to add controls dynamically to your WindowsForms application! Dead simple to understand!

Read More »

Post

Opening a WindowsForm from another WindowsForm.

In Windows Forms on September 18, 2009 by papuccino1 Tagged: , , ,

In this tutorial you’ll learn how to open a Form from inside of another Form! Easy to follow.

Read More »

Post

Welcome to CSharpTuts!

In Site News on September 12, 2009 by papuccino1 Tagged:

Welcome to the first post here at CSharpTuts!

I have a lot of things planned out for this site and hopefully you’ll all enjoy (and learn) a thing or two about how to use C#. I won’t go much into the theory behind the language, I’m assuming most of you just want to read how to solve a common problem with a common solution.

We’ll start things off slowly with a beautiful tutorial on how to create a pretty decent Adress book using Windows Forms and Microsoft SQL Server 2008.

I won’t explain how to install these, but I can tell you they’re now available for free in their respective Express editions.

So sit tight, and get ready to start learning and making kick-ass software! :P