473,322 Members | 1,352 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,322 software developers and data experts.

C# object model / documentation

Hi,
when I was programmin ASP/JScript I had a very nice utilitiy which I got
from MSDN (Script56.CHM). It's simply a help file but containing object
orientiated documentation of all scripting languages. Very handy and easy to
maneuver and quickly find information needed.

Is there something similiar available for C#? At least some web page showing
the object model of this language?

thx!
Nov 15 '05 #1
4 7037
Davíð,

The object model for .NET is rather large, much, much larger than the
object model in ASP.NET (and the object model for ASP.NET vs ASP is larger
as well). To have one chart with all the objects on it would mean that you
need a very, very large chart.

I think the best bet is to use the .NET framework SDK documentation, as
it should contain all the documentation you need for the classes that are
part of the base class library (BCL).
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Davíð Þórisson" <db**@hi.is> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Hi,
when I was programmin ASP/JScript I had a very nice utilitiy which I got
from MSDN (Script56.CHM). It's simply a help file but containing object
orientiated documentation of all scripting languages. Very handy and easy to maneuver and quickly find information needed.

Is there something similiar available for C#? At least some web page showing the object model of this language?

thx!

Nov 15 '05 #2
Thank you Nicholas

I realise the .Net model is huge so I had rather thought of c# model only
much I had a Jscript & Vscript model? For example, when JScripting I could
look up all methods of the String object to find a particular, needed
function...

Thx!

David

"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> wrote in
message news:ed*************@tk2msftngp13.phx.gbl...
Davíð,

The object model for .NET is rather large, much, much larger than the
object model in ASP.NET (and the object model for ASP.NET vs ASP is larger
as well). To have one chart with all the objects on it would mean that you need a very, very large chart.

I think the best bet is to use the .NET framework SDK documentation, as it should contain all the documentation you need for the classes that are
part of the base class library (BCL).
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Davíð Þórisson" <db**@hi.is> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Hi,
when I was programmin ASP/JScript I had a very nice utilitiy which I got
from MSDN (Script56.CHM). It's simply a help file but containing object
orientiated documentation of all scripting languages. Very handy and
easy to
maneuver and quickly find information needed.

Is there something similiar available for C#? At least some web page

showing
the object model of this language?

thx!


Nov 15 '05 #3
Davíð,

That's the thing, there is no such thing as a "C#" model. Every class
that you see in C# is really in the BCL, or an alias for a class in the BCL
(for example, string is really an alias for System.String).
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Davíð Þórisson" <db**@hi.is> wrote in message
news:OA****************@TK2MSFTNGP11.phx.gbl...
Thank you Nicholas

I realise the .Net model is huge so I had rather thought of c# model only
much I had a Jscript & Vscript model? For example, when JScripting I could
look up all methods of the String object to find a particular, needed
function...

Thx!

David

"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> wrote in message news:ed*************@tk2msftngp13.phx.gbl...
Davíð,

The object model for .NET is rather large, much, much larger than the object model in ASP.NET (and the object model for ASP.NET vs ASP is larger as well). To have one chart with all the objects on it would mean that

you
need a very, very large chart.

I think the best bet is to use the .NET framework SDK documentation,

as
it should contain all the documentation you need for the classes that are part of the base class library (BCL).
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Davíð Þórisson" <db**@hi.is> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Hi,
when I was programmin ASP/JScript I had a very nice utilitiy which I got from MSDN (Script56.CHM). It's simply a help file but containing object orientiated documentation of all scripting languages. Very handy and

easy
to
maneuver and quickly find information needed.

Is there something similiar available for C#? At least some web page

showing
the object model of this language?

thx!



Nov 15 '05 #4
Here is a keyword reference. I think that is what he was actually looking
for.
http://msdn.microsoft.com/library/de...us/csref/html/
vclrfcsharpkeywords_pg.asp
"Davíð Þórisson" <db**@hi.is> wrote in message
news:OA**************@TK2MSFTNGP11.phx.gbl...
Thank you Nicholas

I realise the .Net model is huge so I had rather thought of c# model only
much I had a Jscript & Vscript model? For example, when JScripting I could
look up all methods of the String object to find a particular, needed
function...

Thx!

David

"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> wrote in message news:ed*************@tk2msftngp13.phx.gbl...
Davíð,

The object model for .NET is rather large, much, much larger than the object model in ASP.NET (and the object model for ASP.NET vs ASP is larger as well). To have one chart with all the objects on it would mean that

you
need a very, very large chart.

I think the best bet is to use the .NET framework SDK documentation,

as
it should contain all the documentation you need for the classes that are part of the base class library (BCL).
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Davíð Þórisson" <db**@hi.is> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Hi,
when I was programmin ASP/JScript I had a very nice utilitiy which I got from MSDN (Script56.CHM). It's simply a help file but containing object orientiated documentation of all scripting languages. Very handy and

easy
to
maneuver and quickly find information needed.

Is there something similiar available for C#? At least some web page

showing
the object model of this language?

thx!



Nov 15 '05 #5

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

Similar topics

3
by: JT | last post by:
is there a way to clear out the request.form collection, or the entire request object, for that matter?? im using server.transfer and this can be troublesome in cases where you need the...
0
by: Olivier Jullian | last post by:
Hi, I'm new to .NET and am trying to take advantage of the object structure while accessing relational databases. I started a small project for managing "projects". Here is a description of...
4
by: Bill Thorne | last post by:
We have a COM object that has been wrappered for use in .NET and which can make calls which can take a while to execute. These are mainframe integration calls that might perform a lot of data...
26
by: yb | last post by:
Hi, Is there a standard for the global 'window' object in browsers? For example, it supports methods such as setInterval and clearInterval, and several others. I know that w3c standardized...
2
by: Filippo Bettinaglio | last post by:
Hi, I use, VS2005 C# I have a Windows Forms UserControl hosted within Internet Explorer According to MIcrosoft documentation: ...
12
by: Doug | last post by:
Hi, I learned a little about the model view presenter pattern at a conference this last week and am experimenting with it. It's working pretty well but I have a question. I am trying to use...
26
by: momobear | last post by:
hi, I am puzzled about how to determine whether an object is initilized in one class, anyone could give me any instructions? here is an example code: class coffee: def boil(self): self.temp =...
10
by: Hendri Adriaens | last post by:
Hi, I'm trying to automate the creation of an excel file via COM. I copied my code below. I read many articles about how to release the COM objects that I create. The code below runs just fine...
275
by: Astley Le Jasper | last post by:
Sorry for the numpty question ... How do you find the reference name of an object? So if i have this bob = modulename.objectname() how do i find that the name is 'bob'
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...

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.