473,491 Members | 2,145 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Functions list

When I was developing in clasic asp I had the vbscript script56.chm file
to lookup functions, methods and properties.

Is there an equivalent web site or downloadable listing of the C# functions?

Please help.
Nov 17 '05 #1
2 8491
There are no "C# functions" (technically, there are also no C
functions, nor C++ functions). Any function you can call from a C# program,
must be defined in a class somewhere. The .Net framework provides a large
number of class/methods that you can call from your C# program (you may also
call them from a VB.Net program, or, for that matter, your VBScript)

The tip of that iceberg can be found here:
http://msdn.microsoft.com/library/en...rlrfsystem.asp
--
--
Truth,
James Curran
[erstwhile VC++ MVP]

Home: www.noveltheory.com Work: www.njtheater.com
Blog: www.honestillusion.com Day Job: www.partsearch.com

"Chris Jackson" <pr*****@aol.com> wrote in message
news:#1**************@tk2msftngp13.phx.gbl...
When I was developing in clasic asp I had the vbscript script56.chm file
to lookup functions, methods and properties.

Is there an equivalent web site or downloadable listing of the C# functions?
Please help.

Nov 17 '05 #2
http://msdn.microsoft.com/library/default.asp

It sounds like you are interested in documentation for web development. The
above link takes you to the MSDN Library which is described as:

"The MSDN Library is an essential resource for developers using Microsoft
tools, products, and technologies. It contains a bounty of technical
programming information, including sample code, documentation, technical
articles, and reference guides."

If you look in the table of contents pane you will see a top level category
of Web Development. Under it is all the documentation for the various sub
topics of web development.

For official documentation of web standards you can look to the World Wide
Web Consortium at :

http://www.w3.org/

"Chris Jackson" <pr*****@aol.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
When I was developing in clasic asp I had the vbscript script56.chm file
to lookup functions, methods and properties.

Is there an equivalent web site or downloadable listing of the C#
functions?

Please help.

Nov 17 '05 #3

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

Similar topics

0
2326
by: Anthony Baxter | last post by:
To go along with the 2.4a3 release, here's an updated version of the decorator PEP. It describes the state of decorators as they are in 2.4a3. PEP: 318 Title: Decorators for Functions and...
15
2637
by: Xah Lee | last post by:
Here's the belated Java solution. import java.util.List; import java.util.ArrayList; import java.lang.Math; class math { public static List range(double n) { return range(1,n,1); }
6
3999
by: Melkor Ainur | last post by:
Hello, I'm attempting to build an interpreter for a pascal-like language. Currently, I don't generate any assembly. Instead, I just build an abstract syntax tree representing what I've parsed...
9
8276
by: TheOne | last post by:
Would anyone please point me to a list of reentrant C library functions? I want to know which C library functions are safe to use inside a signal handler across all platforms. Does GNU C library...
6
1477
by: val bykoski | last post by:
Hi The List: I have a modeling app where i'm detecting events (in temporal dynamics) applying a set of (boolean) functions - kind of: event_list = "f1 f2 etc".split() # each fi detects a...
11
3905
by: Josiah Manson | last post by:
In the following program I am trying to learn how to use functional programming aspects of python, but the following program will crash, claiming that the recursion depth is too great. I am...
6
1554
by: HMS Surprise | last post by:
Seems to me that one should be able to put the names of several functions in a list and then have the list executed. But it seems the output of the functions is hidden, only their return value is...
17
3510
by: Jess | last post by:
Hello, If I have a class that has virtual but non-pure declarations, like class A{ virtual void f(); }; Then is A still an abstract class? Do I have to have "virtual void f() = 0;"...
13
3384
by: edyam | last post by:
I'm trying to template a pointer-based list class and several functions (the ones in which I try to return a pointer) are producing error messages. The class: template <typename T> class List...
6
9589
KevinADC
by: KevinADC | last post by:
This snippet of code provides several examples of programming techniques that can be applied to most programs. using hashes to create unique results static variable recursive function...
0
6980
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
7157
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,...
0
7192
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6862
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
7364
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
3087
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
3078
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1397
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
637
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.