473,513 Members | 2,409 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Listing of classes (similar to Java API)

Coming from Java, I am looking for something similar to the online Java
API pages. I did a search and found a thread from 2003 that listed the
following link to an MSDN page.
http://msdn.microsoft.com/library/de...pref_start.asp

Not only does this seem to be for an older version of .NET, it doesn't
seem specific to C#.

Is this for ALL .NET languages?

If so, do ALL .Net languages use the same classes?

Is this page the best there is?

Is there anything for .NET 2.0?

Thanks
Tom

Jun 22 '06 #1
4 1205
TomC wrote:
Coming from Java, I am looking for something similar to the online Java
API pages. I did a search and found a thread from 2003 that listed the
following link to an MSDN page.
http://msdn.microsoft.com/library/de...pref_start.asp
Not only does this seem to be for an older version of .NET, it doesn't
seem specific to C#.

Is this for ALL .NET languages?

If so, do ALL .Net languages use the same classes?

Is this page the best there is?

Is there anything for .NET 2.0?

Thanks
Tom
Hi Tom,
If so, do ALL .Net languages use the same classes?
Yes! This is (one of) the fundamental concept of .NET. When you write an
application in any .NET language, be it C#, VB .NET, F#, IronPython and
many, many others; it all goes to the same intermediate language, MSIL.

The .NET framework provides the base classes for writing applications,
including classes for data processing, network communication, user
interface, algorithms, data structures and many many more. Any language
that is designed for .NET can use these classes.
Is this page the best there is?
I, personally, like MSDN. But there are various other resources that a
quick Google search will turn up.
Is there anything for .NET 2.0?


I don't tend to browse for the classes I need, but rather search for the
documentation I'm after, using the Search box. However, try this URL:

<UrlMightWrap>
http://msdn2.microsoft.com/en-us/library/ms306608.aspx
</UrlMightWrap>

-- Tom Spink
Jun 22 '06 #2
Thanks for the info, and for the link.

Well, I don't really have to learn new syntax, so I have more time to
to learn a new library. LOL

Hopefully, this will make more sense after I spend more time mucking
around in it. I imagine I'll be spending a fair amount of time reading
through posts here as well.

Thanks again!

Jun 23 '06 #3
TomC wrote:
Thanks for the info, and for the link.

Well, I don't really have to learn new syntax, so I have more time to
to learn a new library. LOL

Hopefully, this will make more sense after I spend more time mucking
around in it. I imagine I'll be spending a fair amount of time reading
through posts here as well.

Thanks again!


Hi Tom,

If you have any questions, no matter how n00b, just post them here and we'll
all try and answer them.

-- Tom Spink
Jun 23 '06 #4
Be careful what you ask for. You just might get it. LOL

Trust me, I'm not shy about asking. I've asked enough questions when I
was teaching myself Java, that I finally got to the point where I could
start answering some for others. I hope that I get to that point with
C# too someday.

Jun 25 '06 #5

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

Similar topics

3
5793
by: Hal Vaughan | last post by:
I'm not sure what the correct name for this would be. I'd think it's either an indirect reference, or a pointer, or something like that. I'm working on a program that would call a series of...
3
4789
by: TheLetti | last post by:
Hy! I've just downloaded the latest Java 2 SDK (j2sdk1.4.2_01). For my surprise in this version the servlet-classes are not integrated (e.g. the class javax.servlet). So I found all the...
2
1989
by: Hal Vaughan | last post by:
If I have a class like this: public class Tester { ObjectType1 ot1; ObjectType2 ot2; ObjectType3 ot3; public void main(String args) { //Preliminary checking, resulting in bRun being
1
1776
by: Darrell Brown | last post by:
I'm just starting to learn java. Naturally, I am comparing it to languages that I am already familiar with. In Oracle, in Sqlplus, you can describe procedurename
45
3556
by: Steven T. Hatton | last post by:
This is a purely *hypothetical* question. That means, it's /pretend/, CP. ;-) If you were forced at gunpoint to put all your code in classes, rather than in namespace scope (obviously classes...
7
2015
by: titanandrews | last post by:
Hi All, There is a library for Java called XStream which will serialize instances to XML. It's very easy to use and does not require changing existing code. Basically, you just call 1 API method...
9
2712
by: TomC | last post by:
Is there any resource where someone who is familiar with Java might find which .NET classes are similar to classes they are familiar with in Java? For example, I have a project that I'd like to...
1
2770
by: Swapnil Kale | last post by:
Hi, I'm working on a Migration project (Forte to JAVA). The forte client had a C++ dll which used to call one more FORTE dll for a complex database calculations. Now all the forte code has...
0
7267
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
7175
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7391
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
7120
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
7542
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
3247
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1609
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
809
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
466
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.