Switch Technology from .NET to UNIX Shell


 
Thread Tools Search this Thread
Top Forums Programming Switch Technology from .NET to UNIX Shell
# 8  
Old 09-20-2012
Generally shell/perl scripting knowledge is required for senior linux/unix administrator positions not software engineer.

Need for C/C++ is not that great nowadays and if there are positions, a great deal of experience is required with these languages (at least a couple of years of work experience with big C/C++ projects).

Its different situation with Objective-C, its need and usage is on a rise. If I'd have to learn a new interesting language I'd definitely start with Objective-C in your case, its also more .NET'ish than basic C/C++ since libstdc and libstdc++ cover very basic functionality and are mainly targeted to 'do it yourself' programmers while Objective-C comes packed with libraries that cover stuff from A to Z. Also Objective-C+Gnustep/cocoa is a direct competitor to C#+.NET to relation what they can do and how they do it.

If you are looking for bright future and stability, I'd recommend you sticking with what you can do best and improving on it, since .NET is not going away any time soon and finding a job that requires .NET skills is relatively easy.
# 9  
Old 09-20-2012
Its quite difficult to get into this field. openings are less. but unix is used for maintenance jobs as well like server maintenance and all. But system programming is done mainly on linux. But as I told u openings are less and they ask for experience on this field. But it has a great future in india specially in abroad. But mind it one thing u must must have the interest to work on this field else its quite difficult to work here. First make ur mind set and come for it. Brush up all your operating system knowledge from Silverthz-Galvin book.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Help with server switch shell script

I need a script to change server automatically after performing some operations. The command for changing server is ssh username@servername . Then a prompt comes to enter a password. Then i need to perform some opertaions on the other server. How can i do this in a script? (1 Reply)
Discussion started by: pratikm23
1 Replies

2. Shell Programming and Scripting

How to switch user using shell script ?

Hi, script1.sh script2.sh script3.sh From above, script1.sh is the main script which is executed from root user, creates installation directory, changing ownership and execution rights etc..etc.. and finally calls scripot2.sh and script3.sh to create the database as well as for post... (1 Reply)
Discussion started by: milink
1 Replies

3. What is on Your Mind?

Which technology is better with UNIX/AIX

Hi Guys, need your help .... I am working in UNIX field from last 2 years, its my career starting days.. Which technology I have to melt up with NIX knowledge which can provide me high opportunities in today's IT market ?? Now a days, I am learning C. I m not want to hurt anyone but some says... (0 Replies)
Discussion started by: atul9806
0 Replies

4. Shell Programming and Scripting

perl Net::SNMP version getting info from cisco switch

I am having trouble working with SNMP module with perl. I am trying to get SNMP version of target system. I use following code to get it however it resturns error as "Argument "v6.0.1" isn't numeric in numeric lt (<) at ./chk_env_upd.pl line 447." Get load table my $resultat =... (1 Reply)
Discussion started by: dynamax
1 Replies

5. Shell Programming and Scripting

Switch from one database to other using shell script

Hi all, This is my first ever post to any forum so, dont let this go in vain...........:) Here is the scenario........ I have logged into the unix where oracle_sid is initialized for some X database in the .profile. I have a unix script where some sql query which fetches data from X... (3 Replies)
Discussion started by: sachinkl
3 Replies

6. Shell Programming and Scripting

Switch over from one UNIX system to another

Hi, I am new to UNIX shell script programming. I am using "putty" software to login remote UNIX system(123.com) . After login , i want to switch to another remote UNIX system (124.com) in same "putty" window. Could you Please let me know how to do and very thankful if anyone provide... (1 Reply)
Discussion started by: jagadish.g
1 Replies

7. UNIX for Dummies Questions & Answers

Switch from SQLPlus to shell?

What is the command for when you are in SQLPlus and want to go back to the shell prompt without actually exiting SQLPLus? Thanks. (2 Replies)
Discussion started by: Sepia
2 Replies
Login or Register to Ask a Question