Start here

Learn web development with real examples

Use this section for your main introduction, latest course, services, or your best programming tutorial.

Read Latest Posts

LED ON/OFF using Arduino


Hi Friends!!!

Let's see little fun with arduino.

LED ON/OFF using Arduino

You need below things,
  • Arduino board
  • LED bulb
  • Resistor
  • Some wire

1). Plug your Arduino board to computer
2). Open Arduino IDE
3). Select ardunio board and COM port
4). Upload below sample code

This is for LED ON

void setup()
{
pinMode(2,OUTPUT);//Your pin.Don't use 0 pin or 1 pin
}
void loop()
{
digitalWrite(2,HIGH);
}

This is for LED OFF

void setup()
{
pinMode(2,OUTPUT);//Your pin.Don't use 0 pin or 1 pin
}
void loop()
{
digitalWrite(2,LOW);
}


This is a video for it



Thank you very much!!!

Blink LED with Arduino

Hi Friends!!!

Let's see little fun with arduino.

Blink LED with Arduino

You need below things,
  • Arduino board
  • LED bulb
  • Resistor
  • Some wire

1). Plug your Arduino board to computer
2). Open Arduino IDE
3). Select ardunio board and COM port
4). Upload below sample code

void setup()
{
pinMode(2,OUTPUT);//Your pin.Don't use 0 pin or 1 pin
}
void loop()
{
digitalWrite(2,HIGH);
delay(1000);
digitalWrite(2,LOW);
delay(1000);
}


Thank you very much!!!

How to create C# windows application

Hi Friends!!!

Let's see How to create C# windows application, First of all you must open visual studio which you have one....

Go to Start and Search Visual studio then open it

Click the "New project" then you can see new dialog box


So you must set data as above image



Now you are finish with create C# windows application. It's eZ so let's see next develop little by little next.

Thank you very much!!!

Download Visual Studio Plugs

Hi Friends!!!

You can download visual studio plugs using below links,

Download Visual Studio

Hi Friends!!!

You can download visual studio using below links,

Visual Studio Environment

Hi Friends!!!

About Visual Studio

Hi Friends!!!

In this time, mostly I use visual Studio IDE for C#. Because it is very easy to operate and easy to find faults in our program. So let's look what is visual Studio,

"Visual Studio - Best-in-class tools for any developer"

This is the term of them. Actually Visual Studio can use for any coding language. In this I am using VS for C#.

So let's see how to download Visual studio,

you can download VS in official website using this link click here
you can also download VS as a torrent file using this link click here

any way you can download VS using above links.

I will give quickly video tutorial about "how to download and install VS".

Thank you for all!!!!!!

HOME

Hello Friends!!!!

Every thing changing fast, Every thing base now computer technology. Are you student? or businessmen? or farmer? or male or female? or every body must know about C# language. It will be a helpful to your work. We will explain about it after. Actually that's why you must learn computer language. That's why you must learn one of computer language. It will be better for you. C# is a one of best computer computer language. It will be a most popular language next day. So start change your life with C#, stay with us.