Learn C# with these Tutorials - 72 Top Quality Videos

no1youknowz

Newbie
Joined
Feb 21, 2012
Messages
23
Reaction score
31
Hey guys,

After a long hiatus, I decided to brush up on my C# development.

I found some awesome tutorials, that should actually get you up to speed pretty quick.

1. C# 2008 - Fundamentals - 30 Videos
Code:
mediafire ?c3b1mp63x4293

Code:
C# - 01 - Introduction.flv         C# - 17-  Indexers.flv
C# - 02 - Hello world.avi.flv      C# - 18 - Interface.avi.flv
C# - 03 - Compile and run.avi.flv  C# - 19 - Abstract.flv
C# - 05 - Operators.avi.flv        C# - 20 - Namespaces.flv
C# - 06 - String.avi.flv           C# - 21 - Enum.flv
C# - 07 - Arrays.flv               C# - 22 - Exception handling.flv
C# - 08 - Conditionals.avi.flv     C# - 23 - Operator overloading.avi.flv
C# - 09 - Loops.avi.flv            C# - 24 - User defined conversions.flv
C# - 10 - Functions.flv            C# - 25 - Constants.flv
C# - 11 - Class.flv                C# - 26 - Preprocessor.flv
C# - 12 - Inheritance.flv          C# - 27 - Delegates.flv
C# - 13 - Redefining members.flv   C# - 28 - Events.flv
C# - 14 - Access levels.flv        C# - 29 - Generics I.avi.flv
C# - 15 - Static.avi.flv           C# - 30 - Generics II.flv
C# - 16 - Properties.flv           C# - 31 - Generics III.flv


2. C# 2008 - Tutorials - 25 Videos
Code:
mediafire ?bkgugmgnglnjh


Code:
C# 1 Creating your first program, Hello World.flv
C# 2 Using if and else statements.flv
C# 3 Using try catch for error prevention.flv
C# 4 Basic Introduction to Arrays.flv
C# 5 Using Listviews Adding and Removing Items.flv
C# 6 How to get the Source Code of a Website.flv
C# 7 How to Read and Write to a Text File.flv
C# 8 How to Download a File.flv
C# 9 Create Your Own Calculator Part 1.flv
C# 10 Create Your Own Calculator Part 2.flv
C# 11 How to send a Twitter Update Tweet Using C#.flv
C# 12 How to Create your Own Email Client.flv
C# 13 Creating and Using the Foreach Loop.flv
C# 14 Creating and Using the Switch Statement.flv
C# 15 How to Create a Multi Thread Application.flv
C# 16 Understanding and Using Methods.flv
C# 17 Debugging in Visual Studio 2008.flv
C# 18 Creating a Web Scraper Part 1 C# C Sharp Visual Studio 2008.flv
C# 19 Creating a Web Scraper Part 2 C# C Sharp Visual Studio 2008.flv
C# 20 How to Transfer Information Between Forms.flv
C# 21 Basic Introduction to Classes and Objects.flv
C# 22 Create your Own Autotalker.flv
C# 23 Using the Progress Bar Control.flv
C# 24 Basic Recursion With Recursive Methods.flv
C# 25 How to Delete a File.flv


3. C# 2010 - Tutorials - 17 Videos
Code:
mediafire ?44jp47e7av3ij


Code:
C# - 1 - Connect to MySQL Database - Use Select, Insert, Update.flv
C# - 2- Connect to MySQL Database - Use Select, Insert, Update.flv
C# - 3 - How to Create an Application that Checks for Updates PART 1.flv
C# - 4- How to Create an Application that Checks for Updates PART 2.flv
C# - 5 - How to Publish an Application.flv
C# - 6 - Find the Palindrome - ACM Contest Algorithm Series.flv
C# - 7 - LinkedList From Scratch PART 1.flv
C# - 8- LinkedList From Scratch PART 2.flv
C# - 9 - BubbleSort.flv
C# - 10 - Start, Stop, & List Processes.flv
C# - 11 - Properties & Indexers.flv
C# - 12 - Using Enums.flv
C# - 13 - Inheritance, Abstract Classes, and Interfaces.flv
C# - 14 - Reading XML with XmlReader.flv
C# - 15 - Interview Questions #1 - Clock Angle Problem.mp4
C# - 16 - Interview Questions #2 - Check if a Number is Prime.mp4
C# - 17 - Interview Questions #3 - Reversing a String.flv

4. C# 2010 - Tutorials - 24 Videos
Code:
mediafire ?5wg1sh1cwps1v

Code:
C# 01 - Intro to C#.flv             C# 13 - Functions.flv
C# 02 - hello world.flv             C# 14 - Class Inheritance.flv
C# 03 - Variables.flv               C# 15 - Class Properties.flv
C# 04 - IF statments.flv            C# 16 - Interface Basics.flv
C# 05 - Switch statments.flv        C# 17 - Error Handling.flv
C# 06 - Do Loop and While Loop.flv  C# 18 - Basic File IO.flv
C# 07 - For Loop.flv                C# 19 - File Streams.flv
C# 08 - For Each.flv                C# 20 - First Windows Forms Application.flv
C# 09 - Arrays.flv                  C# 21 - Buttons and Forms.flv
C# 10 - Lists and Generics.flv      C# 22 - Textbox and more Forms.flv
C# 11 - HashTable.flv               C# 23 - Checkbox.flv
C# 12 - Classes.flv                 C# 24 - RadioButton.flv

Happy bot Building.

Do these in order: 1, 2, 3, 4. You'll have an awesome grasp of how to do the most requested things.

Edit:

I have updated my MF links with another tutorial series in 2010 and I found a nice cache of 200 tutorials!

Code:
youtube /playlist?list=PL0EE421AE8BCEBA4A&feature=plcp

Sorry about the links, but I haven't got enough posts to code them.

Hope someone else finds this useful. :)
 
Last edited:
Thanks a lot man. I was about to learn the C# in a few days but now I am going to start with the tutorials you shared.
 
Thanks a lot man. I was about to learn the C# in a few days but now I am going to start with the tutorials you shared.

No problem. I am making a simple web scraper to take over what I have written in PHP.

1) Getting all links of a particular category, hitting every page.
2) Navigating to each ad and scraping title, desc, posing date, location, pictures
3) Resizing the pictures
4) Implementing multi-threading
5) Supporting Proxies
6) Mysql Database connectivity
7) Having a small gui to show progress

I'll be posting the code to help others out and then be upgrading the code, hopefully with help from the forum.
 
I've updated the main post now.

Added another series of 2010 videos and a nice cache of 200 videos.

If you want to download those 200 videos, you can use a firefox plugin called dwhelper. I suggest setting the default video to be either 1080p or 720p and then highlighting all of the videos and then choosing the option "Download videos from Youtube Links".

The file size at 720p in total for the 200 videos would be 3.22GB. But come on, this is a fantastic way to learn C#.

You really have no excuse and honestly, get your head around C# and you'll save yourself money on apps when you can easily build your own!
 
I feel so old... Time to leave C++ in the past.
 
Awesome share and that was great advice using FF with the extension to do the downloads on YT. It sure saves a ton of time :)
 
Hey guys,

After a long hiatus, I decided to brush up on my C# development.

I found some awesome tutorials, that should actually get you up to speed pretty quick.

1. C# 2008 - Fundamentals - 30 Videos
Code:
mediafire ?c3b1mp63x4293

Code:
C# - 01 - Introduction.flv         C# - 17-  Indexers.flv
C# - 02 - Hello world.avi.flv      C# - 18 - Interface.avi.flv
C# - 03 - Compile and run.avi.flv  C# - 19 - Abstract.flv
C# - 05 - Operators.avi.flv        C# - 20 - Namespaces.flv
C# - 06 - String.avi.flv           C# - 21 - Enum.flv
C# - 07 - Arrays.flv               C# - 22 - Exception handling.flv
C# - 08 - Conditionals.avi.flv     C# - 23 - Operator overloading.avi.flv
C# - 09 - Loops.avi.flv            C# - 24 - User defined conversions.flv
C# - 10 - Functions.flv            C# - 25 - Constants.flv
C# - 11 - Class.flv                C# - 26 - Preprocessor.flv
C# - 12 - Inheritance.flv          C# - 27 - Delegates.flv
C# - 13 - Redefining members.flv   C# - 28 - Events.flv
C# - 14 - Access levels.flv        C# - 29 - Generics I.avi.flv
C# - 15 - Static.avi.flv           C# - 30 - Generics II.flv
C# - 16 - Properties.flv           C# - 31 - Generics III.flv


2. C# 2008 - Tutorials - 25 Videos
Code:
mediafire ?bkgugmgnglnjh


Code:
C# 1 Creating your first program, Hello World.flv
C# 2 Using if and else statements.flv
C# 3 Using try catch for error prevention.flv
C# 4 Basic Introduction to Arrays.flv
C# 5 Using Listviews Adding and Removing Items.flv
C# 6 How to get the Source Code of a Website.flv
C# 7 How to Read and Write to a Text File.flv
C# 8 How to Download a File.flv
C# 9 Create Your Own Calculator Part 1.flv
C# 10 Create Your Own Calculator Part 2.flv
C# 11 How to send a Twitter Update Tweet Using C#.flv
C# 12 How to Create your Own Email Client.flv
C# 13 Creating and Using the Foreach Loop.flv
C# 14 Creating and Using the Switch Statement.flv
C# 15 How to Create a Multi Thread Application.flv
C# 16 Understanding and Using Methods.flv
C# 17 Debugging in Visual Studio 2008.flv
C# 18 Creating a Web Scraper Part 1 C# C Sharp Visual Studio 2008.flv
C# 19 Creating a Web Scraper Part 2 C# C Sharp Visual Studio 2008.flv
C# 20 How to Transfer Information Between Forms.flv
C# 21 Basic Introduction to Classes and Objects.flv
C# 22 Create your Own Autotalker.flv
C# 23 Using the Progress Bar Control.flv
C# 24 Basic Recursion With Recursive Methods.flv
C# 25 How to Delete a File.flv


3. C# 2010 - Tutorials - 17 Videos
Code:
mediafire ?44jp47e7av3ij


Code:
C# - 1 - Connect to MySQL Database - Use Select, Insert, Update.flv
C# - 2- Connect to MySQL Database - Use Select, Insert, Update.flv
C# - 3 - How to Create an Application that Checks for Updates PART 1.flv
C# - 4- How to Create an Application that Checks for Updates PART 2.flv
C# - 5 - How to Publish an Application.flv
C# - 6 - Find the Palindrome - ACM Contest Algorithm Series.flv
C# - 7 - LinkedList From Scratch PART 1.flv
C# - 8- LinkedList From Scratch PART 2.flv
C# - 9 - BubbleSort.flv
C# - 10 - Start, Stop, & List Processes.flv
C# - 11 - Properties & Indexers.flv
C# - 12 - Using Enums.flv
C# - 13 - Inheritance, Abstract Classes, and Interfaces.flv
C# - 14 - Reading XML with XmlReader.flv
C# - 15 - Interview Questions #1 - Clock Angle Problem.mp4
C# - 16 - Interview Questions #2 - Check if a Number is Prime.mp4
C# - 17 - Interview Questions #3 - Reversing a String.flv

4. C# 2010 - Tutorials - 24 Videos
Code:
mediafire ?5wg1sh1cwps1v

Code:
C# 01 - Intro to C#.flv             C# 13 - Functions.flv
C# 02 - hello world.flv             C# 14 - Class Inheritance.flv
C# 03 - Variables.flv               C# 15 - Class Properties.flv
C# 04 - IF statments.flv            C# 16 - Interface Basics.flv
C# 05 - Switch statments.flv        C# 17 - Error Handling.flv
C# 06 - Do Loop and While Loop.flv  C# 18 - Basic File IO.flv
C# 07 - For Loop.flv                C# 19 - File Streams.flv
C# 08 - For Each.flv                C# 20 - First Windows Forms Application.flv
C# 09 - Arrays.flv                  C# 21 - Buttons and Forms.flv
C# 10 - Lists and Generics.flv      C# 22 - Textbox and more Forms.flv
C# 11 - HashTable.flv               C# 23 - Checkbox.flv
C# 12 - Classes.flv                 C# 24 - RadioButton.flv

Happy bot Building.

Do these in order: 1, 2, 3, 4. You'll have an awesome grasp of how to do the most requested things.

Edit:

I have updated my MF links with another tutorial series in 2010 and I found a nice cache of 200 tutorials!

Code:
youtube /playlist?list=PL0EE421AE8BCEBA4A&feature=plcp

Sorry about the links, but I haven't got enough posts to code them.

Hope someone else finds this useful. :)

Good Post buddy btw if you have any PHP,JQUREY please post them
 
Back
Top