home hardware prices news articles forums photos user reviews
Go Back   Tech Support Forums - TechIMO.com > PC Hardware and Tech > Webmastering and Programming
Join TechIMO for Free!
Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read
Reply Get bargains at  »  Dealighted.com
 
Thread Tools
Currently Active Users: 2801
Discussions: 188,385, Posts: 2,243,514, Members: 232,615
Old February 13th, 2003, 11:43 AM   Digg it!   #1 (permalink)
Ultimate Member
 
newbie~wan's Avatar
 
Join Date: Oct 2001
Location: Columbus, OH
Posts: 1,374
.NET ------anyone developing for it yet?

I just wanted to get some input from some TIMO people. Is anyone developing w/ the .NET platform yet? What do you think? Is it all MS has it cracked-up to be?

I know, a very general question. But I am considering taking a job developing in C# on .NET. I just wanted to get some feedback before I went any further in the consideration process.

Thanks all.

newbie~wan is offline   Reply With Quote
Old February 13th, 2003, 11:50 AM     #2 (permalink)
Kawaru wa yo!
 
Whir's Avatar
 
Join Date: Oct 2001
Location: Kingsford, MI
Posts: 16,135
Blog Entries: 7
I was trying to do a bit back in my employed days. It's a very robust platform. I was doing VB.NET. I don't have any experience with C#, but .NET is supposed to be a kind of a unified system I thought.

Whir is online now   Reply With Quote
Old February 13th, 2003, 12:23 PM     #3 (permalink)
Senior Member
 
mAdMaLuDaWg's Avatar
 
Join Date: Sep 2002
Location: NJ, USA
Posts: 957
Hey newbie~wan,
I use .NET at work. I've been through a lot of server side programming languages JSP,Coldfusion, ASP and what not. I think .NET is a truely amazing language as a server protocol(with the exception of a few quirks).
I program in VB.NET, but whatever language you program in gets compiled into 'Microsoft Assembly Language' ... the name is truely misleading coz it ain't Assembly Language at all as it only can be used with a windows platform (I think Win98+) that has the framework installed.
I really wanted to get into C# instead of VB but the company I work for happend to buy a ton of VB.NET books and I had to go along with VB.NET. From what I see, C# is much more reflective of an Object Oriented Programming Language than VB.NET and seems to be the number one favorite for .NET developers, although there isn't any difference in program output.
If u need any more help with .NET, I would be more than happy to help you out...
__________________
P@yce,
mAdMaLuDaWg

mAdMaLuDaWg is offline   Reply With Quote
Old February 13th, 2003, 01:03 PM     #4 (permalink)
Member
 
Join Date: Feb 2002
Posts: 161
.NET is very cool. I've been working with with C#/WinForms/Managed DX for a while, and it is quickly becoming my development tool of choice.

Quote:
but whatever language you program in gets compiled into 'Microsoft Assembly Language'
It's actually MSIL - Microsoft Intermediate Language.
Martee is offline   Reply With Quote
Old February 13th, 2003, 01:23 PM     #5 (permalink)
Senior Member
 
mAdMaLuDaWg's Avatar
 
Join Date: Sep 2002
Location: NJ, USA
Posts: 957
Yep, but in MS whitepapers it is nicknamed 'MS Assembly Language' when explaining its function... in other words, its MS' definition of an Assembly language

Last edited by mAdMaLuDaWg : February 13th, 2003 at 01:44 PM.
mAdMaLuDaWg is offline   Reply With Quote
Old February 13th, 2003, 07:41 PM     #6 (permalink)
Banned
 
qball's Avatar
 
Join Date: Oct 2001
Posts: 447
MSIL, interesting, I didn't know it had a name other than, CLI, common language interpreter or CLR, common lang runtime...

The .NET framework, supports not only the .NET stuff (VB.NET, ASP.net, etc) but also, supposedly pretty much everything else (C++, Java, PHP, python, ADA, etc).

Quote:
Is it all MS has it cracked-up to be?
When has a microsuck product been what it's cracked up to be? Seriously...

.NET is basically MS's answer to java, but only for winders. Java which is hugely popular and proven, is very much a thorn in BG's side, so we do our version...

Other than that, time will tell...

http://java.sun.com/features/2000/11/dot-net.html

http://java.sun.com/features/2000/11/dotnetvsms.html
qball is offline   Reply With Quote
Old February 13th, 2003, 10:12 PM     #7 (permalink)
Senior Member
 
mAdMaLuDaWg's Avatar
 
Join Date: Sep 2002
Location: NJ, USA
Posts: 957
When I first looked into VS.NET, I saw a whole lot of features blatantly ripped off from Java as well as other languages (example would be how ASP.NET pages are compiled).
Although, I am totally on the side of Open Source, IMO, .NET will definitely emerge as a leader providing the IT market with a greater number of jobs versus Java
Here are my reasons why:
*MS had a real long BETA test of .NET, which I think spanned around 4 years. This BETA test generated a HUGE fan base. There is PLENTY of documentation out there because of this whereas documentation about Java is not that widespread (although it is still out there)
*MS has been cleverly marketing .NET which entices Businesses (such as the one I work for) with no IT personell in the management to move towards .NET
*MS is going to dominate the web services market
*Pending lawsuits with OpenSource projects that MS should win
So, to answer the question that newbie~wan had... learning .NET will guarantee you a job, although it may not be the best product on the market... All IMO, of course
mAdMaLuDaWg is offline   Reply With Quote
Old February 14th, 2003, 12:06 AM     #8 (permalink)
Member
 
Join Date: Sep 2002
Posts: 364
C# is fun. The syntax is pretty much like Java. Its easier though, it . It makes more use of properties, instead of, say, a set method as in Java.

I don't think learning .Net would guarantee someone of a job in and of itself. That is saying for someone who didn't know another language. Yes, it does make a resume more appealing for people who know other programming.

It would probably be easier to get a job knowing C++ or Java right now. And I would make a wild guess that someone with a C++ or Java background could be hired for a .Net position, but not neccessarily vice versa.
Creosote is offline   Reply With Quote
Old February 14th, 2003, 10:43 AM     #9 (permalink)
Ultimate Member
 
newbie~wan's Avatar
 
Join Date: Oct 2001
Location: Columbus, OH
Posts: 1,374
I have programmed in C++, but never java or C#. I've heard java is a lot like C/C++, only a little bit easier to understand and use. So, if C# is a little like java, would it be fair to say C# is easier to use/program in than C++?

Thanks for all the feedback so far.
newbie~wan is offline   Reply With Quote
Old February 14th, 2003, 11:04 AM     #10 (permalink)
Senior Member
 
mAdMaLuDaWg's Avatar
 
Join Date: Sep 2002
Location: NJ, USA
Posts: 957
C# resembles Java more than it resembles C++ (although MS calls it a cross between C++ and VB).... you could also program C++ in .NET, if thats what you want. With my experience in programming, every language is basically on the same level of difficulty, its just the syntax that differs... if you get the 'programming logic' of any language, it would be easy for you to jump into another language... So I don't really think there is any difference in difficulty with all of todays programming languages... I think thats the general consensus you'll get from every1
mAdMaLuDaWg is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may post new threads
You may post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off

Most Active Discussions
Is It Just Me? (2897)
CPU wont boot (7)
3-days in and no threads about Gaza (160)
I think I just killed my computer w.. (24)
hp compaq nc6000 problems (139)
Upgrading RAM (5)
Folderchat Weekday thread (442)
Antec 300 bulk purchase? (11)
Worth the upgrade?? (15)
Recent Discussions
New Build ( Finally ) (3)
CPU wont boot (7)
Problem With LightScribe DVD Dr.. (0)
GLaDOS is up. (3)
HP notebook reinstall Vista NO .. (5)
Building a gaming computer advi.. (4)
hp compaq nc6000 problems (139)
Folderchat Weekday thread (442)
Creative T-3000 Subwoofer (3)
Blackberry Storm, Gears of War .. (1)
Core 2 Quad Q9550 system (3)
COWBOOM Ripoff! Used Laptop w/$.. (4)


All times are GMT -4. The time now is 10:56 PM.
TechIMO Copyright 2008 All Enthusiast, Inc.



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28