Course registration

reg.JPGhi guys i want to share this simple Course registration i made in visual C#, Features add and delete records, add course and delete course ... 

Source:  Free source code, tutorials and articles

Basics of Struct in C++

struct.jpgHello once again in this code I called it Basics of Struct in C++. read more ... 

Source:  Free source code, tutorials and articles

An Inspiring Story of Iranian Internet Marketer

By Eric HolmlundI want to tell you about a young woman who has overcome some extreme obstacles on her brief but challenging journey to internet marketing success. Her name is Ladan Lashkari, and when I say she’s a young woman, that’s an understatement. At just 20 years old, she has a youthful look... 

Source:  One Pinoy Blogger

Table Software

Tables.PNGMultiply two values starting from the lowest multiplier up to the highest multiplier. ... 

Source:  Free source code, tutorials and articles

Capital City Quiz Version 1.0

capital.jpg read more ... 

Source:  Free source code, tutorials and articles

Visual Studio 2010 & .NET Framework 4 Training Kit

Microsoft has released its January release of the Visual Studio 2010 and .NET Framework 4 Training Kit. It includes 17 presentations, 21 Demos and 26 Hands-on Labs. This content is designed to help you learn how to utilize the Visual Studio 2010 features and a variety of framework technologies including:-... 

Source:  Fryan's Digital World

Pointers and Values

point.jpgHi there as I learned C++ programming I discovered there are many things that I have to study and to understand its concept one of its the use of pointers. read more ... 

Source:  Free source code, tutorials and articles

Consonants, Vowels, WhiteSpace and Digits Counter 1.0

conso.jpgHello there about the code I called it Vowel, Consonants, White Space and Digits Counter Version 1.0 that I have written in C++ it show how to use string library in C++ in string manipulation. read more ... 

Source:  Free source code, tutorials and articles

ABC Payroll System Version1.0

pay.jpgHello once again Happy New Year Im glad that you are always visiting the website. I start the new year with my new application I called it ABC Payroll System I wrote in C++. read more ... 

Source:  Free source code, tutorials and articles

Get The ConnectionString to SQL Server Using VS Studio Server Explorer

To connect to a SQL Server instance, you have to assign the correct connection string to ConnectionString property of an SqlConnection object. For example.Dim con As New SqlConnectioncon.ConnectionString = "Data Source=.;Initial Catalog=x;Persist Security Info=True;User ID=sa;Password=password"con.Open()Now... 

Source:  Fryan's Digital World

  . .