Latest Tutorials

Advert

C# programming module for everyone

Posted in C Sharp Tutorials on 27 / Jan / 2012 (Views:4)

In this C# tutorial you will learn basic C# programming. If you are familiar with other programming language Learning C# programming is not difficult for you. I hope you will like this post/lesson. An...

Rating: 3.0/5 (1 vote cast)

Beginners C# Programming

Posted in C Sharp Tutorials on 27 / Jan / 2012 (Views:13)

In this C# tutorial you will learn about the main features of c-sharp and Basic C# Programming. This series make you able to create your own programs. Hope you will like it....

Rating: 0.0/5 (0 votes cast)

str_replace - string replace in php - Replace Text

Posted in Php Tutorials on 26 / Jan / 2012 (Views:12)

In this tutorial you will learn that how to replace some text from string using PHP....

Rating: 0.0/5 (0 votes cast)

Create an Advance Code Editor in C#

Posted in C Sharp Tutorials on 26 / Jan / 2012 (Views:7)

In this c-sharp tutorial we will create an advance Code editor that contains the following features. 1)Highlights the code. 2)Superior docking control 3)An interface for plug-in 4)Code Analyzing and m...

Rating: 2.0/5 (1 vote cast)

Create a Remote Desktop Manager in C#

Posted in C Sharp Tutorials on 26 / Jan / 2012 (Views:12)

In this c-sharp tutorial we will create an application that manages the more than one remote desktop connections in one window and saves the existing connection's session for later use....

Rating: 3.0/5 (1 vote cast)

Create your own SEO Software in C# for analyzing website Content

Posted in C Sharp Tutorials on 26 / Jan / 2012 (Views:9)

In This C-sharp tutorial you will learn that how to analyze website content for search engine optimization using C# and find out SEO mistakes....

Rating: 1.7/5 (3 votes cast)

Create a Professional Registry Cleaner in C#

Posted in C Sharp Tutorials on 26 / Jan / 2012 (Views:14)

In thi Tutorial you will learn that how to Create a Professional/Commercial Registry Cleaner in C#. How to Access windows register using API and scan them with C#....

Rating: 5.0/5 (2 votes cast)

encodes a string using the uuencode algorithm in PHP

Posted in Php Tutorials on 26 / Jan / 2012 (Views:12)

In this tutorial you will learn that how to encodes a string using the uuencode algorithm with php....

Rating: 0.0/5 (0 votes cast)

Split a string into smaller chunks with PHP

Posted in Php Tutorials on 26 / Jan / 2012 (Views:7)

In this tutorial you will learn that how to Split a string into smaller chunks using PHP....

Rating: 0.0/5 (0 votes cast)

Convert binary data into hexadecimal using PHP

Posted in Php Tutorials on 26 / Jan / 2012 (Views:6)

In this tutorial you will learn that how to Convert binary data into hexadecimal using php....

Rating: 0.0/5 (0 votes cast)

Quote string with slashes using PHP

Posted in Php Tutorials on 26 / Jan / 2012 (Views:14)

In this tutorial you will learn that how to Quote string with slashes using PHP....

Rating: 2.0/5 (1 vote cast)

Quote string with slashes in a C style in PHP

Posted in Php Tutorials on 26 / Jan / 2012 (Views:6)

In this tutorial you will learn that how to Quote string with slashes in a C style using php....

Rating: 0.0/5 (0 votes cast)

Create a Matching Game in C#

Posted in C Sharp Tutorials on 23 / Jan / 2012 (Views:33)

Build a matching game, where the player must match pairs of hidden icons. Learn how to hold objects using a List object, use a foreach loop, keep track of a form's state using reference variables, bui...

Rating: 2.0/5 (2 votes cast)

Create a Math Quiz in C#

Posted in C Sharp Tutorials on 23 / Jan / 2012 (Views:30)

Build a timed math quiz game, where the player must answer four random arithmetic problems within a specified time. Learn how to generate random numbers using the Random class, trigger events using a ...

Rating: 3.5/5 (4 votes cast)

Create a Maze in C#

Posted in C Sharp Tutorials on 23 / Jan / 2012 (Views:33)

Build a maze game, where the user moves the mouse pointer from start to finish without touching any walls. Learn how to lay out a form using a Panel container, build a maze using Label controls, write...

Rating: 1.5/5 (2 votes cast)

C# Programming Guide

Posted in C Sharp Tutorials on 23 / Jan / 2012 (Views:37)

The C# Language Specification does not define a coding standard. However, the guidelines in this topic are used by Microsoft to develop samples and documentation....

Rating: 2.7/5 (3 votes cast)

C# Language Fundamentals

Posted in C Sharp Tutorials on 23 / Jan / 2012 (Views:30)

In this chapter, we'll introduce statements and expressions, the building blocks of any program. You'll learn about variables and constants, which let you store values for use in your program. We'll a...

Rating: 3.8/5 (4 votes cast)

Video Tutorial: C# Concluding Thoughts - 24

Posted in C Sharp Tutorials on 23 / Jan / 2012 (Views:35)

In this final video, Bob talks about approaches to solving common issues that arise for new software developers, where to turn for help, how to search for answers to technical questions, how to ask fo...

Rating: 2.0/5 (1 vote cast)

Video Tutorial: C# Understanding Event Driven Programming - 23

Posted in C Sharp Tutorials on 23 / Jan / 2012 (Views:29)

In this lesson we demonstrate how events are utilized in the .NET Framework Class Library specific to WPF and ASP.NET Web Forms applications. In these examples, we see how C# is generated by the IDE t...

Rating: 4.0/5 (2 votes cast)

Video Tutorial: C# Filtering and Managing Data Collections using LINQ - 22

Posted in C Sharp Tutorials on 23 / Jan / 2012 (Views:16)

Building on the work from the previous lesson on generic collections, in this lesson we discuss how Structured Query Language provides a means of working with sets (collections, groupings, etc.) of da...

Rating: 3.0/5 (1 vote cast)