- Joined
- 5/2/06
- Messages
- 11,954
- Points
- 273
So you know how to program using C++/Java/C#/matlab/Perl/Python/VBA/etc....
what will be the next language you want to learn and why ?
what will be the next language you want to learn and why ?
So you know how to program using C++/Java/C#/matlab/Perl/Python/VBA/etc....
what will be the next language you want to learn and why ?
At least you found out why it didn't work. There are so many addin, component, drivers, different versions that drive people absolutely nut. It works perfectly on your computer because you tailor your code to work with your computer environment in one way or another. When you bring it to another computer, just prayI was really angry when a program I have written didn't run on my boss' laptop just because he didn't have a .net framework installed..
I was really angry when a program I have written didn't run on my boss' laptop
just because he didn't have a .net framework installed..
You are right. I played a bit with VB.NET and ClickOnce yesterday and I think ClickOnce is a great thing for deployment. It saves the developers the nightmare of making sure client machines has all the required components. I really like the auto updating thing.However, we live in the ClickOnce [.NET framework 2.0+] world, where you could just publish the stuff to a web site and have preconditions which can check a whole bunch of requirements. It also solves the headache of going to each users machine and updating your application, cause the process becomes seemless.
Absolutely. I feel for a VB6 user, the jump to VB.NET is quite big. VB6 is very much an Excel based language with limited form features while VB.NET is built around form. I'm really impress with all the form controls .NET has.Personally, I feel the jump from C++/Java to C# isn't all that big compared to the jump from VB6 to VB.NET.
If you want to do .Net and being cutting edge, try F#:
F#
F Sharp - Wikipedia, the free encyclopedia
hubFS: THE place for F#
Don Syme's WebLog on F# and Other Research Projects
LukeH's WebLog : F#
F#.NET tutorials and examples
I'm just waiting to get a chance to apply F# at work.