• 0

a little help of choosing a programming lang


Question

so I'm currently stuck for enrolling classes for school

because of the sched conflict, I either have to choose internet programming classes or for .net classes (I'm looking for a year and a half plan. for the first semester, I will take internet programming class. for the second semester though, I'm wondering whether I should take the next lv of internet programming class or for the first .net class. if I take the first .net class, then for my third semester, I will be able to take the next lv of .net class, but then I won't be able to take the second lv of internet programming class forever).

I know that the trend of IT, and the programming languages change fast.

what do I want to be? I can either be a web developer/.net developer, mobile/tablet, etc

but in long term i am willing to shift to the business field

so as I've said, for the first internet programming class, I will be able to learn a bit of html, mysql, php, css, a bit of javascript, and xml

for the second lv of internet programming class, you get to learn jsp, jdbc, ejb jndi, xml, jsp, and more advanced stuffs

for first .net class (i have to take this first in order to be enrolled for the next lv, which is .net enterprise class) - you get to learn c#, .net framework

for the second lv .net class - you get to learn asp.net, ado.net entity framework for web app, deployment database access, and etc.

to some extent, I would like to expand my skills in database, if I could either mssql or mysql

in terms of job market/demand (for now and for the next 3-5 years maybe?), which is more demand?? what do you reckon?? I know I'm the one who decides at the end, but I still wanted to take your advice I would really appreciate if you could give, advice me specifically.

14 answers to this question

Recommended Posts

  • 0

.Net is specific to Microsoft. Typically I hate learning vendor specific languages and as a beginner, I'd say learning industry standard languages is much more useful. In this case though, I'd recommend taking the first 2 .net classes and here's why...

Once you become good at an object oriented language like java, C++ or C#, it's very easy to pick up any other OO language. You're going to find a 100 different programming and scripting languages that you can use for any given task. The main difference is the syntax and that's easy to learn. The benefit of becoming an expert in one language (or set of related languages) is that you'll learn the difficult things like search algorithms, security, performance optimization, etc. It's very easy to pick up new languages, like java for example, once you've mastered C#.

From your description, it sounds like the internet programming classes are trying to tackle way too much stuff at once. HTML, PHP, CSS etc are things you can learn quickly on your own. Having a class that introduces you to the 1000 different internet technologies out there is a waste of time. You need to hone your object oriented programming skills. After that, you can quickly pick up these other things.

  • Like 2
  • 0

You will need to learn languages on your own anyway. I definitely agree with psyko_x that the best thing to do is master C++, C#, or Java first. Once you have a firm grasp on one of those languages, it will be much easier to learn virtually any other OO language, including ones you would be taught in your web programming classes, like PHP and Javascript.

Also, you might be interested in Coder Radio. They have answered questions very similar to yours in the past. Take it from someone with experience.

  • 0

Go for C# it'll make you a much more versatile programmer. Knowing a typical C-based OO language is a huge asset and will open many doors to you. University is not the time to specialize in one field it's the time to learn as many different things as possible. Open your horizons now and you'll be able to make better career choices.

.Net is specific to Microsoft. Typically I hate learning vendor specific languages and as a beginner, I'd say learning industry standard languages is much more useful.

Oh please. C# is an ECMA standard as with most of the .NET framework. Currently you can learn C#, the .NET framework, and most of the dozens of languages that run on this platform (most of which are open-source) without using any software or platform from Microsoft. While you're at it, why not mention Java was designed by Sun and C by AT&T, and if anything ever was vendor-specific it's been C++ compilers and "standard" libraries.

What definitely doesn't matter for a beginner is who makes the language, how it gets standardized, or even who uses it - heck Scheme is a fine choice for learning even if it doesn't see much use in the industry.

  • Like 2
  • 0

Once you become good at an object oriented language like java, C++ or C#, it's very easy to pick up any other OO language. You're going to find a 100 different programming and scripting languages that you can use for any given task. The main difference is the syntax and that's easy to learn. The benefit of becoming an expert in one language (or set of related languages) is that you'll learn the difficult things like search algorithms, security, performance optimization, etc. It's very easy to pick up new languages, like java for example, once you've mastered C#.

kinda true. I learned C# and now i'm in the process of learning c++ and c++ feels like i'm going backwards. I should have learned c++ first

  • 0

Go for C# it'll make you a much more versatile programmer. Knowing a typical C-based OO language is a huge asset and will open many doors to you. University is not the time to specialize in one field it's the time to learn as many different things as possible. Open your horizons now and you'll be able to make better career choices.

Oh please. C# is an ECMA standard as with most of the .NET framework. Currently you can learn C#, the .NET framework, and most of the dozens of languages that run on this platform (most of which are open-source) without using any software or platform from Microsoft. While you're at it, why not mention Java was designed by Sun and C by AT&T, and if anything ever was vendor-specific it's been C++ compilers and "standard" libraries.

What definitely doesn't matter for a beginner is who makes the language, how it gets standardized, or even who uses it - heck Scheme is a fine choice for learning even if it doesn't see much use in the industry.

If you can develop and run .net applications on linux and mac OS, so be it. I've never written a C# program and didn't realize you could do that. I do find it interesting that you used the word "most" 3 times, but whatever.

As for recommending a language like Scheme to a new programmer, I think that's pretty absurd. There's a huge benefit to starting with a much more widely used language. It's easier to find tutorials on the internet, in books, on forums etc.

  • 0
As for recommending a language like Scheme to a new programmer, I think that's pretty absurd. There's a huge benefit to starting with a much more widely used language. It's easier to find tutorials on the internet, in books, on forums etc.
Yet Scheme is widely used in the academic world because it's a very small and consistent language that's ideal for teaching functional concepts. It's popular enough that there are several Scheme questions every day on stackoverflow.com and several tutorials and books to be found.
  • 0

Yet Scheme is widely used in the academic world because it's a very small and consistent language that's ideal for teaching functional concepts. It's popular enough that there are several Scheme questions every day on stackoverflow.com and several tutorials and books to be found.

Everything's relative. Whatever number of Scheme questions are on stackoverflow each day, you can multiply that by a few orders of magnitude for java etc. It will be more than the "several" questions you see about Scheme

  • 0

thank you all!!

i think i now understand the "flow"

i have one more question, and i would really appreciate it if you could help me out again :)

to reduce the confusion, let me briefly list and explain the content for the subjects

data analytic: intro to data mining, visual exploration of data mining, data preprocessing transformation, association rules mining, classification and prediction (such as tree introduction bayesian, classification by backpropagation, etc), clustering, mining sequential data, and etc

adv db: exploration data mining, application dw, datamart, corporate data resources, data resources integration, transaction processing support

object relational db: programming SQL :)

unix: learning unix lol

operation system for network security: unix is prerequisite - (for ms 200x release, cisco, unix, etc) learning about process, cpu scheduling, deadlock, main memory, virtual memory, network security, file system, SElinux in practice, routing security, etc

web svc tech & app: intro to distributed system, EAI, socket programming, web svc programming (SOAP, WSDL, UDDI), platform, svc oriented architecture, etc, etc. the course is half based on research i guess? and nearly half programming

enterprise computing: intro to enterprise computing, component framework and architecture (OMG CORBA, COM/DCOM, J2EE, Microsoft .Net), Data integration methods and techniques, e-business integration: standards and technologies, EDI, BizTalk, RosettaNet, ebXML, Emerging trends in enterprise computing: Utility Computing, WEB 2.0, Enterprise 2.0, Software as a Services (SaaS): benefits and challenges, examples. it will be based on research assignments, presentation, and a final

so i'm trying to pick one out of three ways. i will take unix (i mean its good to know for programming right??), and O-R DB for sure

** i'm confused whether i should take data analytic and unix prior taking object relation database course in case it will help?

** and i'm also confused whether i should learn adv database (which covers this and that but don't think it covers specific for each) or just pure data mining?? they all seem to be useful

1. unix --> OR DB --> web svc computing (and eliminate enterprise computing? bc it seems useless? pure research/case study right?) and operation system for network security

2. unix --> OR-DB, adv. DB --> web svc + os for network security or data analytic (what do you recommend?)

3. data analytic --> OR--DB + unix --> web svc + os for network security

thank you :cry: :cry: :cry: :cry: :cry:

  • 0

I would go for the second option, with network security. I strongly believe that learning *nix (whether that be FreeBSD, Linux, or some other UNIX variant) is extremely beneficial for any serious developer and should be done fairly early on. (Disclaimer: I am a heavy Debian Linux user, so I might be slightly biased in that regard.) Neither data anlaytic nor enterprise computing seems particularly useful to me based on your descriptions. For a backend web developer/sysadmin type of position, UNIX -> OR-DB + Adv. DB -> Web Svc + OS Net Sec seems like the right order to me. Dr_Asik, feel free to disagree with me again.

  • 0

I'd also vote for option 2, because lets face the majority of internet runs on Linux so knowing the basic concepts of how it works would be a good idea. Even if you are only doing programming, especially web-based stuff, its always good to know the ins and outs of the platform you'll be dealing with.

(Also I am a part time Linux user/sysadmin so I might be a bit biased.)

  • 0

I'd go for .NET; it's one of the best object oriented languages IMO (and there's not much disagreement that VS is by far the best IDE), and it runs on/has been ported to a variety of operating systems (including Windows, Linux, OSX, Windows Phone, iOS, etc.).

As for which will have more demand, I would have to say that in the business market you'll probably looking at .NET and other OOP languages, but if you're planning on working for Facebook or starting your own Internet company I'd go with the second level of web development. As long as you have the basics of web development down, imo, it shouldn't be too hard to learn the rest of it (and the rest of it will definitely be easier to learn if you've spent some time learning .NET).

  • 0

xorangekiller,

thank you so much for your reply. ive realized that you replied for both of my questions.

trust me they were long long questions lol but i truly appreciate it :D :D

your answers rly helped me a lot!!

I would go for the second option, with network security. I strongly believe that learning *nix (whether that be FreeBSD, Linux, or some other UNIX variant) is extremely beneficial for any serious developer and should be done fairly early on. (Disclaimer: I am a heavy Debian Linux user, so I might be slightly biased in that regard.) Neither data anlaytic nor enterprise computing seems particularly useful to me based on your descriptions. For a backend web developer/sysadmin type of position, UNIX -> OR-DB + Adv. DB -> Web Svc + OS Net Sec seems like the right order to me. Dr_Asik, feel free to disagree with me again.

hmmm i see i see!!!

thx for the advice :D :D

I'd also vote for option 2, because lets face the majority of internet runs on Linux so knowing the basic concepts of how it works would be a good idea. Even if you are only doing programming, especially web-based stuff, its always good to know the ins and outs of the platform you'll be dealing with.

(Also I am a part time Linux user/sysadmin so I might be a bit biased.)

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Zed 1.7.2 has landed with updated OpenCode models, bug fixes and other improvements by David Uzondu Zed 1.7.2 recently landed on the stable release channel, bringing a host of AI-related features including automatic context compaction and settings-based skill management, along with other things like better Markdown preview rendering and custom git commands in the graph view. Starting with the AI stuff, the developers introduced "/compact", a command that basically summarizes your conversation history on demand. This tool prevents your active chat window from hitting token limits by compressing older parts of the dialogue into a brief overview. In addition to that, the team relocated skill management to the settings UI, improving how the application communicates errors regarding those skills, and updated the OpenCode model roster to support DeepSeek V4 Flash, MiniMax M3, Qwen 3.7 Plus, and Nemotron 3 Ultra Free. External agent users can also monitor context window cost metrics and delete individual sessions directly from their history. Right-clicking ref labels in the git graph now opens a context menu that runs different actions against selected targets, kind of how VS Code does it. Here are some of the bug fixes this new release brings: The active agent fails to auto-select when creating a new git worktree. A scrollbar unexpectedly appears on wrapped code blocks in the agent chat. Collapse indicators for project headers appear when performing sidebar searches. Bracketed ellipsis title prefixes fail to show the ellipsis icon properly. Project icons render incorrectly in the recent projects picker. Diff hunk controls appear inside non-editable commit view multibuffers. The software update button hangs indefinitely on the downloading stage. Restoring an agent terminal in a remote project triggers a sudden crash. Splitting a pane that contains an active commit view causes a crash. Linux Wayland freezes when trying to read the clipboard from laggy external apps. Zed is a "newish" code editor trying to break the massive stronghold VS Code has on the developer community. Funny enough, the editor was created by former GitHub employees who worked on the Atom text editor (which Microsoft killed in 2022, several years after it bought GitHub). The project officially hit version 1.0 back in April, introducing platform parity for Windows and Linux alongside deep support for DeepSeek-V4-Pro.
    • 26H2 absolutely will support ARM Windows just not on devices that came with 26H1. This is evident by the fact I am running 26H2, which on my MacBook Neo and Surface Pro 12 (inch), within a VM.
    • Mp3tag 3.35 by Razvan Serea Mp3tag is a powerful and yet easy-to-use tool to edit metadata (ID3, Vorbis Comments and APE) of common audio formats. It can rename files based on the tag information, replace characters or words from tags and filenames, import/export tag information, create playlists and more. The program supports online freedb database lookups for selected files, allowing you to automatically gather proper tag information for select files or CDs. Mp3tag supports the following audio formats: Advanced Audio Coding (aac) Free Lossless Audio Codec (flac) Monkeys Audio (ape) Mpeg Layer 3 (mp3) MPEG-4 (mp4 / m4a / m4b / iTunes compatible) Musepack (mpc) Ogg Vorbis (ogg) OptimFROG (ofr) OptimFROG DualStream (ofs) Speex (spx) Toms Audio Kompressor (tak) True Audio (tta) Windows Media Audio (wma) WavPack (wv) Mp3tag 3.35 changelog: This version introduces a new Files options page, enhanced toolbar customization, support for RF64 WAV files, improved Discogs and MusicBrainz tag sources, and many other improvements and fixes. See the Release Notes for more details. Download: Mp3tag 64-bit | 5.7 MB (Freeware) Download: Mp3tag 32-bit | 5.2 MB Link: Mp3tag Homepage | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • The FIFA World Cup is not US centric.
    • It’s amusing how Microsoft is pushing IT admins as if this was a major, game-changing update. In reality, it’s just an enablement package that bumps the build number, which is disappointing compared to the more substantial 22H2 and 24H2 releases. Technically, 25H2, 26H1, and the upcoming 26H2 are essentially the same, differing only in support schedules. They could have included the Windows K2 improvements here, but chose not to. The era of Windows being in the backburner continues, and this 26H2 release feels like an afterthought. Shame, Nadella, shame.
  • Recent Achievements

    • Week One Done
      AMV earned a badge
      Week One Done
    • One Month Later
      AMV earned a badge
      One Month Later
    • Collaborator
      ryansurfer98 went up a rank
      Collaborator
    • One Month Later
      Eurosoft10 earned a badge
      One Month Later
    • Week One Done
      Eurosoft10 earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      523
    2. 2
      +Edouard
      172
    3. 3
      PsYcHoKiLLa
      78
    4. 4
      Steven P.
      72
    5. 5
      Michael Scrip
      71
  • Tell a friend

    Love Neowin? Tell a friend!