Programming And The Language .net?
Oct 21, 2010
I have a general question about the programming language vb.net. I wonder how I should see the vb.net language compared to a "lower generation " language like for example C+.For example if you had to develop a CRM application , can you build such an application in both programming languages with the same amount of detail and efficiency?
Is it right if I say that the "language" vb.net is an abstract version of for a example a lower language like C+ in a way that the same possibilities are possible as with C+ but more efficient so it takes the programmer less time? So basically if you would compare it with building a house in C+ you would need to build a door with all the separate pieces while in vb.net you would just place a door as a whole. But this does not mean the possibilities of building a house as a whole are fewer.
So now comes my final question: can vb.net be seen as a true programming language like C and can somebody who masters vb.net be seen as an equally good programmer as somebody who masters C+. Or would the C+ programmer in this case be superior?
View 1 Replies
ADVERTISEMENT
Jan 28, 2012
I have recently taken a liking to programming, and have programmed a few games in C#,my friend has asked me to program an application for him to use in his shop. But I have no idea of what language is best suitable?
View 8 Replies
Dec 22, 2009
I have made an application (similar to Logo) which can take some simple code and draw a line according to that. I have the graphics covered but I want to know a few steps towards compiling and running a programming language. A few specifications are: - Has built-in methods and variables
View 2 Replies
May 3, 2010
I want to learn programming, many people in website say visual basic is a good start. What's the advantages of it? As i know, there are a lot of people use c# in china, but few people use visual basic, why? Any great book to learn it?
View 16 Replies
Jun 27, 2012
We are currently hiring at the company where I work, and here the codebase is in VB.Net.We are worried that we miss out on a lot of brilliant programmers, who would never ever consider working with VB.Net.
My own background is Java and C#, and I was somewhat sceptical as to whether it would work out with VB, as - to be honest - I didn't care much for VB.
After a month or so, I was completely fluent in VB, and a few months later I discovered to my surprise, that I actually like VB. I still code my free time projects in C# and Boo though.
So my question is firstly, how important is language for you, when you choose a new programming job?
Lets say if its a great company, salary is good, and generally an attractive work-place. Would you say no to the perfect job, if the language wasn't your preferred dialect?VB or C# is one thing, but how about Java or C# etc.Secondly if the best developers won't join your company because of your language or platform, would you consider changing, to get the right people?
View 26 Replies
Jun 18, 2009
Is Visual Basic an Object Oriented Programming Language ?Working as a software engineer
View 2 Replies
May 31, 2012
I would like to learn a new programming language to be able to compile the same code for different platforms.
My background in programming: VB.NET (I have been using it as my main language for the past 3 years), some Java (to which I couldn't really adapt) and very limited PHP. I use a Mac Book with OS X to code.
I'd like to find a PL with a very easy learning curve from VB.NET, cross-platform IDE and able to compile the same for Windows, Mac and Linux.
I am a beginning programmer, so a object-oriented, .net like language is probably my best bet.
View 2 Replies
Dec 1, 2011
The dilemma I am having is what programming language to focus on for development. Currently the options are Java, C++, C# and VB.Net. I plan on filling in some gaps of my undergrad by taking some high level math courses, data structures, algorithms and will probably take all 2 or 3 levels of one programming language.
View 2 Replies
Apr 20, 2009
i am new to asp and am currently trying to get my head around the visual basic language and Object Oriented Programming.From what i have read you need to have a good understanding of these to create good ASP.NET webpages, but from reading about these in books and joining the website [URL]..i am getting fairly confused with the language and the OOP. Does anyone out there have any tips for me when it comes to learning about these. Is there a good way to learn about these as i just seem to be getting really confused from the start.
View 5 Replies
Aug 21, 2009
Is it possible to create a programming language using vb.net?
View 4 Replies
Jun 24, 2010
Every Morning, we are getting multiple PDF files and our Executive needs to see in one PDF files.
Right, now I am diong manually PDF Merge process using Acrobate Profetional. But Now, my client asking to convert this into automated process every morning.
How can we Merge PDF processing using programming language .NET / Java Script and automate this every morning ?.
(My client is not allowing to use any third paty tool for this process.)
View 3 Replies
Apr 16, 2012
If I save some data as a class and I serialize it all done in vb.net. What happen if someone with another language like PHP whats to use that data will be that possible directly?
View 2 Replies
Jun 18, 2010
I used to be visual basic 6 programmer, i was pleased with visual basic : it is high level language that do stuff fast,easy to learn, easy to do stuff in,you can drag and drop stuff to the form and write your code,it is simply amazing.however microsoft buried VB6 and pointed us to VB.NET which is so different that it is not the old VB anymore.I didn't like what microsoft did and would like to look somewhere AWAY from microsoft and from any other proprietary language I would like to look into a similar language that is easy,cross platform (windows / Linux), object oriented, visual design, non proprietary and compile (for some guarding against reverse engineering).
i am freelancer so the choice is entirely mine,i don't care about performance of programs, the time taken to develop a given programs is much more important. desktop / database / GUI /networking programming is what i am looking for.so any such language offered by our open source community ?
View 8 Replies
Jul 14, 2009
Does Visual Basic come under the "High level programming language" category?Or is it a "Low level programming language"?
View 7 Replies
Oct 22, 2010
I really need to learn much about it, but always stock up,.DOTNET covers the vb.net, C#, C++, ASP.NET, .NET framework is it right?.C++? ASP.NET?What should be my step by step procedure?
Will I start on database? Connection of client and server? Webrowser? Application?...etc etc etc.Will it ok if i start on studying every toolbox item one by one?
I dont have any project or every assignment that needs to be done....All i want is to learn about DOTNET
View 7 Replies
Nov 2, 2010
coming to the topic i want to learn dotnet i am not good at programming. but i want learn it i m very passionate about it.you all know soo much about DOTNET even i want to become like you people.i have a bit knowledge about this but not much..What should be my first step towards this?How should i start with and from where should i start with?
View 3 Replies
Mar 29, 2010
In my winform app in VB.NET I want to use the localization option. But i have a few questions/problems. I'm using a menu strip to select an other language. But it seems that is doesn't change my menustip text to my selected language. It does change my labels, buttons, and textboxes but menu strips don't seem to change when I choose another language. Also is it possible to get those resx files such as MyForm.fr-FR.resx compiled so it isn't an external file outside my app? Or to get those files in an Language folder at the same location of my app, so i don't have all those fr-FR & nl-Nl folders in the same location as my program?
View 4 Replies
Mar 11, 2010
What reasons are there to migrate from vb.net specific language to .net framework language?
Examples:
VB.net
ubound
msgBox
.Net Framework
array.getUpperBound(0)
messageBox
View 4 Replies
Nov 29, 2010
I have multilingual application that was done in VB2005.We recently had a request to translate the application to Arabic (Egypt), so I have been happily running through all of the forms and changing the layout for Right to Left format.I have 2 forms that are problematic though.On one form, whenever I select Arabic (Egypt), it will automatically switch the selection to Arabic (Saudi Arabia) and try to add an ar-SA resx file.On the other problematic form, if I choose Arabic (Egypt), the IDE will automatically select Chinese (People's Republic of China), then copy the contents of my ar-EG resx file into the zh-CN file, overwriting all of our Chinese translations and layout changes with the Arabic ones.
View 1 Replies
Oct 30, 2011
I avidly create games in VB.net. Being a hobby programmer I give my games away for free. Since I'm a hobbiest without formal training I do try and educate myself on proper programming principles and follow them when programming such as OOP. There are however some things I have obviously missed being self-taught that perhaps I would know if I were formally educated. Once such issue that has really been my bane is how different classes (from now on referred to as objects) 'know' about each other WITHOUT programming specific interaction.
Okay imagine this, you have a space game and the following objects
[CODE]...............
Now each one of these objects has a Health, X,Y and Z private members and properties that are all inherited from clsSpaceEntity for argument sake. Now one way of programming collision between them would be to code out the following logic in the main game loop
[CODE].........................
Now this might seam okay if your talking about the simple example above but some of my games have tens or even HUNDREDS of objects that interact in this basic way. Is there a way in OOP to do the following... for each thing that inherits from clsSpaceEntity check against every other object that inherits this type (except itself) and if they collide then reduce health next? This sort of ability for a type of objects/class or whatever to be 'aware' of another and how they are the same/different and interact would save me tonnes and tonnes and TONNES of coding.
View 1 Replies
Feb 16, 2012
I have created a neat visual basic app.In it are 25 little Access databases that the user selects things from. The costs of each selection is added, subtracted, divided and totaled. Finally all the selection totals (25 of them) are saved in one database that the user can come back later to either finish selecting (if he didn't before) or delete it. There are many images and sounds, text boxes, drop down lists,etc in the app. Its about 10MB big.
What langauge do you think would be the best one to use to put this app on the web so that users can play with it without buying a CD or downloading a CD?
Before I invest to have it re-done in a lanquage to put it on the web OR I learn another langauge and do it myself..
View 4 Replies
Jul 21, 2010
have created a text editor, but I want to upgrade it with some serious functionality and userbility.
I have done most of the things that I had planned, but I have also come up with an idea that I am not too sure on how to code.
I have created a dialog box which opens when you click the options menu item in the menu stip control, I have customised this dialog box so the user can change display modes and so on but now I want to be able to change the language of the entire application as in from the default English (american) to French, German and so on.
When the user changes the language selection I want the text in the menu bar, the title of the app and the text of whatever is in the text box of the app.
I have created check boxes for the language selections, and invoked the check box click handle events but not sure how to proceed with the rest of the code.
View 2 Replies
Aug 4, 2009
In previous I have great experience on Vb 6.0 And Now I am getting train on Vb.Net. But some well adviser saying you should study C# instead of Vb.Net. In this case I don't know which language I should study.
View 9 Replies
Jan 29, 2010
BASIC and its variants Visual Basic and VB.NET are the only programming languages I know of that treat the end of line character as a statement terminator (I'm excluding batch files and command scripts from the domain of programming languages). I'm curious: is there any other language that uses this convention, or does BASIC stand alone?
View 5 Replies
Aug 31, 2011
Is there a way to get the system language.for example when ur system language is set to english it selects the case english then sets all the form strings into english, when the case is dutch it sets all the form strings to dutch.I'm prepared to translate the strings myself but the real question is what funcion I need to use on how to get the language.
View 5 Replies
Mar 24, 2011
I any one can tell me how to use this line code.?
Thread.CurrentThread.CurrentUICulture = New CultureInfo("zh-CHS")
My problem is where I can get other languages strings to be used here. like Chinese = zh-CHS.What about English, franch, arabic....
View 2 Replies
Jul 12, 2011
i know how to use function in c language. but i don't know how to apply it in visual basic.[XCODE] Public Class Form1 ' Dim secondform As New Form2
[Code]...
View 5 Replies
Mar 22, 2007
I have developed a library mangement system in VB 6.0 and haven't been able to fulfill the aim of being able to input data in another language (hindi).I've now newly switched to VB.NET 2003.
View 5 Replies
Mar 4, 2010
I'm looking how to code a language bar, when Language>Dutch, English, French.
I was able to do it like this;
[Code]...
But now I would like to know how I can do it using an array, arraylist or collection. Or if you know a tutorial or some other sample, would be nice too.
View 3 Replies
Jun 18, 2012
I want to process MSXML which is generated by Visio 2010, Which Language will be helpful to work with the generated XML,
View 2 Replies