MCDBA - Module Choice

Rainbowhawk

Registered User.
Local time
Today, 21:05
Joined
Oct 8, 2007
Messages
54
My suggestion, since a lot of companies use it is Visual C# for Web Applications. I would prefer myself to work with VB.NET but the trend I've noticed is that C# is the preferred .NET development language for web apps, and even a lot of desktop apps.
 
Thanks for that guys, certainly going to require a lot of thought.

As I understand it the company I work for is wants to move away from access databases and move over to a server based system.

My gut is telling me that C is more practical but that VB is easier to learn.


Will ponder it as I have a few weeks to decide
 
The reason they don't like access is that it is

1) not the most secure application
We have a lot of people who like to meddle with the databases

2) we are using access 97
 
And you can write massively unsecure programs in Java, C++, C# .Net, ASP .Net, and VB .Net, usually through bad programmer habits. Security is not normally a good reason to avoid or select any of them because you can screw just about any environment up pretty bad.
 
These days I reckon it's more about learning the framework (ie .net) than the language. If you learn C# then you'd find it pretty easy to pick up VB.net and vice versa.

However, personally I'd go for C# as it seems to be the one Microsoft are concentrating on - for example they have launched an API for developing games on xbox 360 called XNA - all support and guidance on this is in C# only.

As an added bonus C# is almost identical to java so you'd be learning that as well.

Finally it would be slightly easier to learn VB.net from C# as you'd be used to using case sensitive variables/objects whereas as going to C# from VB.net you might struggle to get used to this. The key though is learning object oriented programming principles - from there learning C#/VB.NET is just learning different syntax really.
 

Users who are viewing this thread

Back
Top Bottom