Showing posts with label tutorial. Show all posts
Showing posts with label tutorial. Show all posts

Tuesday, March 27, 2012

Front end & Back end languages

I have searched various websites for finding a unique project that will not be chosen by any other group in the college.
But wherever I searched I found out they are keep stating that 'x' will be front end while 'y' will be the back end language.
Actually at first I thought it might be something needed for project & didn't searched any more.
But the time came when I asked my partner what is the front end & back end, he was also clue less about this , still helped me little but it wasn't enough.
So I started surfing internet about finding whatever useful information I can found about it.
& i got his what i want to share with you.

FRONT END: -
            It means that Graphical User Interface(GUI) with which users will interact. It means part of programming user can see. It is much important because user interacts with it.
e.g. for this HTML, ASP.NET, VB.NET, etc.

BACK END: -
            It means database part of program that stores data, retrieve the data, manipulate it, change or remove it. It is most essential part of any language because it is in which user data is stored. Its is food of the program & without this program will not work properly.
e.g. for this are SQL, MS Access, etc.

Choosing this thing is important. You should choose this languages as per your wish & you know that in which you can work best.

What is VB.NET (a small description)?

VB.NET: -

Some have started searching about it some haven't.
Then it is for those who haven't searched it.

It is a Microsoft created Object Oriented Programming language which incorporates features of Microsoft's .NET framework.
It cannot be thought as a sequel to VB 6.0 since it has a totally different language core.
There is also not backward & forward compatibility between VB 6.0 projects & code and VB.NET projects & code.
Since those who have think that VB & VB.NET are same, they quickly remove it from mind that there is no similarity except appearance of two characters VB in both.

VB.NET is used to create .NET applications, windows applications, etc.
This was designed with keeping Rapid Application Development in mind by providing several tools to shorten development time.

GUI: -
In this students can drag objects from toolbox into Work area, specify the properties & behavior of objects.
Student will not have to deal with trying to program using the User Interface.

Classes: -
VB.NET comes with thousands of built-in classes ready to be used.
So it is easier to use VB.NET than VB once we learn .NET framework.