|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
PHP guy turned ASP needs pointersthat I make some webapps for him in ASP.NET since that's what they run on their intranet server, and that's all they're willing to run. Soooo...as a result, I am learning ASP.NET now. I'm used to using many of my PHP tricks and was hoping that many of them have ASP counterparts. A few main things stick out in my mind: 1. Can you do code include's. Like in php you can use the include command and then specify a script file and it will include all the code in the included script file. 2. The explode function. Anyone that has PHP knows what I'm talking about. Anythign like that in asp? 3. Any of the image functions. In php it's really easy to manipulate and create jpeg photos. Does asp have similar capabilities? TIA for any advice! -- <=============> --Lee http://www.inaneasylum.org Goodbye, adios, bis bald, see ya later, wiedersehen, and everything in between 1. You could (#include directive) but in ASP.NET it' likely considered as
legacy and it's preferred to use classes, user controls or web controls. Depends the exact need of runs include files... 2. Not sure, looks like System.String.Split 3. Use System.Drawing.Windows Graphics is available from ASP.NET application Patrice -- "Lee Marsh" <burgermeiste***@fake.com> a écrit dans le message de news:oOpse.58612$x96.45565@attbi_s72...Show quoteHide quote > I am used to programming with PHP, but recently my employer has requested > that I make some webapps for him in ASP.NET since that's what they run on > their intranet server, and that's all they're willing to run. Soooo...as a > result, I am learning ASP.NET now. I'm used to using many of my PHP tricks > and was hoping that many of them have ASP counterparts. A few main things > stick out in my mind: > > 1. Can you do code include's. Like in php you can use the include command > and then specify a script file and it will include all the code in the > included script file. > > 2. The explode function. Anyone that has PHP knows what I'm talking about. > Anythign like that in asp? > > 3. Any of the image functions. In php it's really easy to manipulate and > create jpeg photos. Does asp have similar capabilities? > > TIA for any advice! > > -- > <=============> > --Lee > http://www.inaneasylum.org > > Goodbye, adios, bis bald, see ya later, wiedersehen, and everything in > between > > Hi Lee,
Don't forget to check this out: PHP to ASP.NET Migration Whitepapers http://msdn.microsoft.com/asp.net/migration/phpmig/whitepapers/default.aspx Phalanger the PHP Language Compiler for .NET Framework http://www.php-compiler.net/ "Lee Marsh" <burgermeiste***@fake.com> wrote in message news:oOpse.58612$x96.45565@attbi_s72...Show quoteHide quote >I am used to programming with PHP, but recently my employer has requested >that I make some webapps for him in ASP.NET since that's what they run on >their intranet server, and that's all they're willing to run. Soooo...as a >result, I am learning ASP.NET now. I'm used to using many of my PHP tricks >and was hoping that many of them have ASP counterparts. A few main things >stick out in my mind: > > 1. Can you do code include's. Like in php you can use the include command > and then specify a script file and it will include all the code in the > included script file. > > 2. The explode function. Anyone that has PHP knows what I'm talking about. > Anythign like that in asp? > > 3. Any of the image functions. In php it's really easy to manipulate and > create jpeg photos. Does asp have similar capabilities? > > TIA for any advice! > > -- > <=============> > --Lee > http://www.inaneasylum.org > > Goodbye, adios, bis bald, see ya later, wiedersehen, and everything in > between >
Webform Navigation
Can't set button to Visible? Need reviews and advice on web and data control tools and vendors databind - XmlNodeList to DropDownList Is someone willing to help me with a simple VB example? Skin and custom controls (ASP 2.0) custom web controls and conversion to inline code DataGrid NOT Paging Web Custom Control using a property displaying current form text boxes Reach UserControl from ASPX codebehind? |
|||||||||||||||||||||||