Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
M

MartyrsCry

@MartyrsCry
About
Posts
2
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • PHP or ASP.Net for enterprise
    M MartyrsCry

    Well a lot of companies typically work with Microsoft software throughout the enterprise and thus they develop web applications using ASP.NET. But there are also other companies that do PHP pages as well as Ruby on Rails and Django. I wouldn't say either platform is easier or harder to create the basic things you are talking about there. They are just different. ASP.NET uses C# or VB.NET to create code while you have PHP for PHP sites. If you were to go to ASP.NET then you would just use the most recent version of Visual studio you can get your hands on. But most of these details will be set by the enterprise you work for. They often will tell you which visual studio version to work with or which platforms to use. :)

    Looking for a programming project? Check out my book at http://www.coderslexicon.com/downloads/the-programmers-idea-book/

    Web Development csharp php asp-net visual-studio question

  • Global file in PHP
    M MartyrsCry

    If you are referring to the global.asx file you find in most ASP.NET projects, then no, PHP doesn't work like the event driven setup that ASP.NET applications are. When a request comes in for a PHP file, that file is handed to the PHP interpreter which adds in any included files and then parses the file in memory. Just like if you were given a book and you were to read it line by line through the entire book. It then takes the response generated from interpreting the code and gives it back to the user. It does not fire events as it interprets. So there is no such thing as Application_BeginRequest or Application_Start calls. It just reads the file and generates a response. Hopefully that is what you mean. :)

    Looking for a programming project? Check out my book at http://www.coderslexicon.com/downloads/the-programmers-idea-book/

    Web Development csharp php asp-net com question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups