| Author |
C# help for a PHP Developer
|
|
| KingBravo 2005-09-19, 9:56 pm |
| I have been coding in PHP for years. I know most of the functions
without looking them up. So, is there some kind of c# for PHP coders
manual out there ? i.e. addslashes() is Thismethod() in C # ?
I just dont get the MS help .. in PHP the help file had all the
functions / methiods documented with examples. I guess I have just not
learned how MSDN does the the help.
| |
| bart_deboeck@hotmail.com 2005-09-20, 7:02 pm |
| Hi,
Did you try the MSDN library ? Select "Contents" filter by "C#" and
open "Visual Studio .NET - .NET Framework - Reference - Class Library"
or browse to
http://msdn.microsoft.com/library/d...pref_start.asp.
Succes !
Bart
| |
| Grigoris Tsolakidis 2005-09-22, 6:58 pm |
| Well you last guess is right. The MSDN is far supperior to any help system
But keep in mind .NET Framework is much bigger and complex than PHP
libraries....
"KingBravo" <KingBravo@gmail.com> wrote in message
news:1127157037.669086.56300@g14g2000cwa.googlegroups.com...
>I have been coding in PHP for years. I know most of the functions
> without looking them up. So, is there some kind of c# for PHP coders
> manual out there ? i.e. addslashes() is Thismethod() in C # ?
>
> I just dont get the MS help .. in PHP the help file had all the
> functions / methiods documented with examples. I guess I have just not
> learned how MSDN does the the help.
>
|
|
|
|