473,408 Members | 2,888 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

Want to switch from J# to C# - need help

I am a Java developer who uses J#. I really like the express edition stuff
(the word completion tool alone makes J# better than any other Java
development software), but I get ticked off about how J# is the red-headed
step child of the Visual Studio environment. None of the examples are EVER
in J#.

So I want to learn C#, and since I know a little C++ and C# is so much like
J#, I think I would take to it pretty quickly. However, the only problem is
that I don't think the help is quite as there for C# as it is in Java.
Specifically I'm talking about the Java API.
http://java.sun.com/j2se/1.5.0/docs/...w-summary.html

Is there an API for C# that is as usefull as the Java one from Sun? I know
there is Class and Object viewer and stuff, but that doesn't really help.
With the Java API, I can easily find a Class I didn't know existed and become
an expert on it in seconds.

Thanks
Nov 17 '05 #1
4 1290
Well, you know, it's all there in the MSDN library. You just need to get
used to the way it's organized, and develop some skill in using the search
panes. Use whatever you have of what they seem to call agility these days. I
don't know about getting to be an expert on a class in seconds - I've never
seen that happen in my lifetime in any development environment - but I
actually doubt that that really happened for you in the Java environment
either.

DTH,
Tom Dacon
Dacon Software Consulting

"Cpierswim" <Cp*******@discussions.microsoft.com> wrote in message
news:D7**********************************@microsof t.com...
I am a Java developer who uses J#. I really like the express edition stuff
(the word completion tool alone makes J# better than any other Java
development software), but I get ticked off about how J# is the red-headed
step child of the Visual Studio environment. None of the examples are
EVER
in J#.

So I want to learn C#, and since I know a little C++ and C# is so much
like
J#, I think I would take to it pretty quickly. However, the only problem
is
that I don't think the help is quite as there for C# as it is in Java.
Specifically I'm talking about the Java API.
http://java.sun.com/j2se/1.5.0/docs/...w-summary.html

Is there an API for C# that is as usefull as the Java one from Sun? I
know
there is Class and Object viewer and stuff, but that doesn't really help.
With the Java API, I can easily find a Class I didn't know existed and
become
an expert on it in seconds.

Thanks

Nov 17 '05 #2
Cpierswim <Cp*******@discussions.microsoft.com> wrote:
I am a Java developer who uses J#. I really like the express edition stuff
(the word completion tool alone makes J# better than any other Java
development software)
Word completion as in completion of variables, method names etc? I
strongly suggest you try Eclipse for Java development - it's the best
IDE I've used by a long shot.
So I want to learn C#, and since I know a little C++ and C# is so much like
J#, I think I would take to it pretty quickly. However, the only problem is
that I don't think the help is quite as there for C# as it is in Java.
Specifically I'm talking about the Java API.
http://java.sun.com/j2se/1.5.0/docs/...w-summary.html

Is there an API for C# that is as usefull as the Java one from Sun? I know
there is Class and Object viewer and stuff, but that doesn't really help.
With the Java API, I can easily find a Class I didn't know existed and become
an expert on it in seconds.


MSDN is the way to go. Just use the index, basically. There are some
aspects to the MSDN layout which aren't as good as the Javadoc layout,
and vice versa, but MSDN tends to be fuller, with examples etc.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Nov 17 '05 #3
One of the fastest way to get some information about a class is to use google
(if you haven't installed the MSDN library on your machine). Simply search
for

{ClassName} site:msdn.microsoft.com

One of the first links google finds will be the reference for the class you
specified.

Regards Alexander

"Jon Skeet [C# MVP]" wrote:
Cpierswim <Cp*******@discussions.microsoft.com> wrote:
I am a Java developer who uses J#. I really like the express edition stuff
(the word completion tool alone makes J# better than any other Java
development software)


Word completion as in completion of variables, method names etc? I
strongly suggest you try Eclipse for Java development - it's the best
IDE I've used by a long shot.
So I want to learn C#, and since I know a little C++ and C# is so much like
J#, I think I would take to it pretty quickly. However, the only problem is
that I don't think the help is quite as there for C# as it is in Java.
Specifically I'm talking about the Java API.
http://java.sun.com/j2se/1.5.0/docs/...w-summary.html

Is there an API for C# that is as usefull as the Java one from Sun? I know
there is Class and Object viewer and stuff, but that doesn't really help.
With the Java API, I can easily find a Class I didn't know existed and become
an expert on it in seconds.


MSDN is the way to go. Just use the index, basically. There are some
aspects to the MSDN layout which aren't as good as the Javadoc layout,
and vice versa, but MSDN tends to be fuller, with examples etc.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too

Nov 17 '05 #4
or as an alternative, when you install the .NET SDK, the documentation for
everything include BCL and Language Specs is already installed for you. the
only problem is that since you are using the 2k5 express beta, the docs
aren't completed yet because it's still in beta status. it's not as detailed
(with usages and samples) as the 1.1 docs.

"Cpierswim" wrote:
I am a Java developer who uses J#. I really like the express edition stuff
(the word completion tool alone makes J# better than any other Java
development software), but I get ticked off about how J# is the red-headed
step child of the Visual Studio environment. None of the examples are EVER
in J#.

So I want to learn C#, and since I know a little C++ and C# is so much like
J#, I think I would take to it pretty quickly. However, the only problem is
that I don't think the help is quite as there for C# as it is in Java.
Specifically I'm talking about the Java API.
http://java.sun.com/j2se/1.5.0/docs/...w-summary.html

Is there an API for C# that is as usefull as the Java one from Sun? I know
there is Class and Object viewer and stuff, but that doesn't really help.
With the Java API, I can easily find a Class I didn't know existed and become
an expert on it in seconds.

Thanks

Nov 17 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Bryan Parkoff | last post by:
C++ programmers and I tried to experience by writing 65536 switch cases. It is too large for Windows XP and other operating system to handle. It looks like that JMP Table obtains 256K bytes for...
65
by: He Shiming | last post by:
Hi, I just wrote a function that has over 200 "cases" wrapped in a "switch" statement. I'm wondering if there are performance issues in such implementation. Do I need to optimize it some way? ...
13
by: Fei Liu | last post by:
Hi Group, I've got a problem I couldn't find a good solution. I am working with scientific data files in netCDF format. One of the properties of netCDF data is that the actual type of data is only...
1
by: Angel Of Death | last post by:
I have a method. It takes some XML as a parameter. Depending on the content of the XML it should create a specific object and call a KNOWN method. So: public void PersistXml(string XmlData){} ...
5
by: Phuff | last post by:
Hey all, I need some direction help. I have a switch case statement that is seemingly my only option right now, but its too large and not easy to maintain the code. Here goes... I have part...
4
by: vcrawley | last post by:
I need help with an ACCESS switch statement. I actually need to switch dates into >60, >90 and >120 days but I started with what I thought would be simple and failed.....I have tried many versions...
27
by: sinbad | last post by:
how to implement a switch case for stringse...switch should happen depending on the strings... thanks sinbad
20
by: Ryan Liu | last post by:
Hi, I have a client/server application, using one thread/client approach. I see very high context switch/sec. What are the ways to reduce it? Each thread sleep longer in its endless loop if...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.