הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
Question
Tuesday, March 18, 2014 7:13 PM
Why VB is known as Front end tool...???
All replies (3)
Tuesday, March 18, 2014 8:17 PM ✅Answered | 2 votes
The front end tool is the language used to create the user interface, The back end is the language used to create the functionality.
As example, if you create a program that access a database, you may have VB as front end and SQL as back end (The user interface being in VB and the database functionality being SQL)
Tuesday, March 18, 2014 8:22 PM
The front end tool is the language used to create the user interface, The back end is the language used to create the functionality.
As example, if you create a program that access a database, you may have VB as front end and SQL as back end (The user interface being in VB and the database functionality being SQL)
...or a class library which supports the front end.
:)
Please call me Frank :)
Tuesday, March 18, 2014 9:13 PM
Hello,
If you look at desktop development then I see no obvious reason why someone would classify VB.NET as a front-end tool as both VB.NET and C# can accomplish form design exactly the same way. Now I can see Blend for Visual Studio as Blend is an IDE that you design user interfaces with while back in desktop land VB.NET and C# are more than capable of creating the entire package i.e. front-end and everything behind the front-end.
Please remember to mark the replies as answers if they help and unmark them if they provide no help, this will help others who are looking for solutions to the same or similar problem.