xboxscene.org forums

Author Topic: .net Sdk  (Read 92 times)

sammyboy

  • Archived User
  • Newbie
  • *
  • Posts: 42
.net Sdk
« on: May 07, 2007, 07:36:00 AM »

Hi all,

i have heard the .NET lets you program in internet languages such as PHP, and lets you the compile it into an .EXE, is this true?

 

Thanks

Logged

throwingks

  • Archived User
  • Hero Member
  • *
  • Posts: 2690
.net Sdk
« Reply #1 on: May 07, 2007, 07:38:00 AM »

Logged

sammyboy

  • Archived User
  • Newbie
  • *
  • Posts: 42
.net Sdk
« Reply #2 on: May 07, 2007, 07:55:00 AM »

thanks for moving the the topic i thought there might have been a better place to post i just didnt see it smile.gif i looked at the link but i still dont understand if ill be able to code in PHP with this program :

http://www.microsoft...;displaylang=en

or this

http://www.microsoft...;displaylang=en

Thanks

 

Logged

quall

  • Archived User
  • Sr. Member
  • *
  • Posts: 411
.net Sdk
« Reply #3 on: May 08, 2007, 05:52:00 AM »

QUOTE(sammyboy @ May 7 2007, 10:12 AM) View Post

Hi all,

i have heard the .NET lets you program in internet languages such as PHP, and lets you the compile it into an .EXE, is this true?

 

Thanks

Visual Studio Web Developer or Visual Studio .Net lets you program in MS's internet languages (into asp.net pages). It does not support PHP, whom MS's internet languages are competing with. PHP can never be compiled into EXE's nor can aspx pages. You can include them in an application though.

C# and VB.net can be used to code server-side web routines, as well as exe's with the proper includes.
Logged