Which is better between PHP and ASP.net?

1 Answer

Answer :

answer:I prefer PHP. It is well documented and very portable. ASP is non starter for me since I refuse to use IIS. I like Ruby and Python too. But when I have to start a project from scratch I use PHP and CodeIgniter.

Related questions

Description : Why use ASP.NET MVC 4 over just HttpHandlers with JQuery Ajax?

Last Answer : answer:I'm not familiar with asp.net, so I'm not sure what it gives you, but a common problem with a single-page app using a lot of jQuery is that it can quickly become unmanageable, especially if ... you other questions, I'm a fan of using only as much as you need and your approach sounds fine.

Description : Telerik ASP.NET RadControls, anyone have experience styling these things?

Last Answer : Telerik has a tool, called Visual Style Builder, which will help you style their ASP.NET controls: http://www.telerik.com/products/aspnet-ajax/visual-style-builder.aspx The tool can be run ... check the documentation for instructions: http://www.telerik.com/help/aspnet-ajax/ajxajax.html Good luck!

Description : Asp.net or php?

Last Answer : PHP, or if you’re really ambitious try out Python and/or Ruby on Rails. I would stay oooooooh so far away from http://Asp.net though…it’s tied to MS and thus HAS to (by default of course) be evil.

Description : Could I use ASP,PHP,JSP all in one website?

Last Answer : i use my psp at work all the time.

Description : Is it possible to store PHP scripts in the cloud?

Last Answer : answer:Yes Simplest example would be to grab the script from a service, stick it in a variable and eval it. Could you provide an example of why you’d want to? I can’t think of a good reason to do it offhand.

Description : What's your favorite PHP integrated development environment (IDE)?

Last Answer : If I did PHP development, I’d probably use Coda: http://www.panic.com/coda/

Description : What's the best way to deploy a PHP application?

Last Answer : answer:debian package At a previous job I had to install/maintain a site written in CakePHP. I made it into a debian package. “aptitude install projectname” and you’re done (although I guess that is technically “touching the server”) Send me a PM and I can give you the details.

Description : PHP problem with && and possibly a malfuntioning array?

Last Answer : answer:Unfortunately the examples above don't really shed a lot of light without some additional information. Maybe we can help with some troubleshooting tips in general? A couple of things that come to mind ... is where you're expecting it. Good luck with it, I hope it all comes together.

Description : Which windows application for writing PHP codes?

Last Answer : answer:Don’t know about compiling php? and debugging is also foreign to me. But Notepad++ is awesome.

Description : If I already know basic PHP/MySQL, what else should I learn to use Google App Engine?

Last Answer : answer:I am not an expert, I just started reading up on this myself, but here are a couple of starting points on data storage. Rather than a separately maintained SQL database, ... .com/appengine/articles/datastore/overview.html http://code.google.com/appengine/docs/python/datastore/overview.html

Description : PHP echo number of instances if specific word?

Last Answer : make a while loop that goes through the contents of the array. prior to the array define a counting variable and give it the value 0. during each loop, increase the value by 1 if the word “and” is encountered

Description : Make an archive-like page in PHP?

Last Answer : Hi Davey, Here is some quick and dirty code for your showarticlesfor($year)' function which should get the job done (NOTE: I am assuming you are using MySQL as your DBMS): function ... few breaks, and finally by the records (the while loop). References: MySQL DATE_FORMAT PHP mysql_fetch_assoc()

Description : How would I check if an XML element exists in PHP?

Last Answer : Wrap it in an if that checks for the existence first if($status->item(0)) { $eventStatus = $status->item(0)>getAttributeNode( value )->value; } and run from there, I haven't actually run your ... and does just about everything you'll want (then you can use the DOM stuff to fill in the blanks)

Description : How would I perform this operation on a string in PHP?

Last Answer : That isn’t XML, that’s HTML. Can you not grab the data in a format where times are stamps?

Description : [PHP] Forgot Password Help?

Last Answer : You could try using the built in PHP crypt() function, you pass the string and a salt you want to encrypt, then to decrypt it use the decrypt() function and the same salt. That should give you the same password back. Though really you should try to push for a randomly generated password on reset.

Description : Referencing a class from another class [PHP]?

Last Answer : Great question! I wish I knew.

Description : Cloning Objects in PHP?

Last Answer : I usually use it when I'm at a midpoint that I'll be using for several objects. How about a oversimplified example just to illustrate the point? If I'm programming a Christmas story and have ... formatted request that I'll be reusing, and then clone the XML object before filling in the particulars.

Description : Does including a file with lots of functions slow down PHP applications?

Last Answer : It is always better to short the calls to the server, so it is a good practice to keep it in one file and one call. But also the the size of the file been called sometimes slows ... the time periods of the requests to the server. There is also PHPSpeedy that makes the requests significantly faster.

Description : I'm in PHP right now. Will a transition to Objective-C be relatively easy, or do you think I should try other languages first?

Last Answer : answer:Objective-C is a compiled language, strong typed, then is different to Php in many ways. Since 2.0 version, Obj-C has its own garbage-collector for memory management. I don't try to ... want to do with Objective-C ? Cocoa framework is really interesting, you should take a look at it !

Description : What is the best php framework?

Last Answer : I have found cake to be the most portable and easy to install. If I had to choose a MVC PHP framework I would go with Cake.

Description : Cut a string into pieces (PHP! ;-) )

Last Answer : You could use substr while looping up to the length of the string and using array_push to build your $string_array.

Description : What's the best editor for PHP/Javascript work?

Last Answer : Vim

Description : Anybody know how I can integrate .zip files with PHP?

Last Answer : http://www.net2ftp.com/ allows you to do this. You could dig through the source (you can download it there) and figure out how they did it. Or you could just install net2ftp and have them use that instead.

Description : Free PHP Web Server for Dreamweaver?

Last Answer : answer:This is probably your best bet for getting PHP, Apache, and MySQL running easily. http://www.apachefriends.org/en/xampp.html It works well on most operating systems. I can't help with Dreamweaver ... add that xampp runs on your computer. No need for a external server. It is great for testing.

Description : External Link to PHP module execute twice?

Last Answer : answer:I'm not sure I understand the question correctly, but if I do: it sounds like whatever program you're embedding your link in ( email or word document ) is loading the URL more than once. It' ... has been moved, and only raises an error if the appropriate row can't be found in either table.

Description : What is the best platform for buildinga socail site; Python, ROR, or ASP.Net?

Last Answer : I would probably go with Django if you are down with Python. I hate RoR with a passion. Have you looked at any of the PHP based MVC frameworks? I’m fond of CakePHP myself. And I know lots of people like to hate on PHP, but it is fast and it works.

Description : Is there a BitTorrent Tracker written in ASP.NET (C#)?

Last Answer : I haven't seen one. I think you'd also have slightly more luck searching for an asp.net vbs version. I prefer c# as well, but I think we're the minority.

Description : Are ASP.NET and ASP.NET Core the Same?

Last Answer : .NET Framework is built for Windows only where as .NET Core is both open source and cross-platform. It further comes with several new features to simplify development and testing of desktop, ... . Side-by-side app versioning when targeting .NET Core. Tooling that simplifies modern web development.

Description : What and the Difference Between ASP.NET and MVC?

Last Answer : Asp.net system is a part of a .net platform for building, deploying and running web applications. We can build up a web application by using both Asp.Net Web Form and Asp.Net MVC. In ... of the differences in more detail. Difference between Asp.Net MVC and Web Forms:Our Company: Binary Informatics

Description : How do you debug an ASP.NET Web application?

Last Answer : Attach the aspnet_wp.exe process to the DbgClr debugger. 

Description : How do you debug an ASP.NET Web application?

Last Answer : Attach the aspnet_wp.exe process to the DbgClr debugger.

Description : What is the last stage of the Web forms life cycle in ASP.Net?  A) Page_Load B) Page_Unload C) Page_Init D) Validate

Last Answer : What is the last stage of the Web forms life cycle in ASP.Net?  Page_Unload

Description : What data types do the RangeValidator control support in ASP.Net?  A) Integer, String and date B) Integer, String and float C) Integer, String and bool D) Integer, unshort and date

Last Answer : What data types do the RangeValidator control support in ASP.Net?  Integer, String and date

Description : What ASP.NET object encapsulates the state of the client and the browser?  (1) Application object. (2) Session object. (3) Response object. (4) Request object. 

Last Answer : Session object.

Description : What replaces the System.Data.OracleClient in .NET Framework 4.0?

Last Answer : Hmm. Unfortunately I am not familiar with System.Data.OracleClient, but I would guess that Oracle supplies a .NET connector that you can use in your code. I say this becaues MySQL provides one that ... on their site. Just do some Googling for access oracle database C# or something like that.

Description : Will using .NET 3.5 server side for a web site place any notable restrictions on what web browers can use the site?

Last Answer : .NET 3.5 VSTS feature won’t restrict you on any navigation features.VSTS is solely browser independent.You could publish your site on any browser, but you need to do some customization while using firefox.Some addin features are needed to make your Server side setup function properly.

Description : Do I have to give up my source code to a .NET DLL I wrote?

Last Answer : It depends on the contract that you had with the client. You might want to check Free Lance Switch. It’s a community of Freelance designers/coders. They might be able to help you out more.

Description : Does anyone know which is a good Grid control to get for .NET?

Last Answer : Of the ones that I’ve used in the past, i always found the Infragistic controls to be top class. Having said that though, I always found the Janus grids the prettiest. So for functionality I’d go with Infragistics, for appearance, Janus.

Description : GAE contains the several runtime environments including : JAVA, Python, _______ & a) C# & MySQL b) Net & Ruby c) PHP & GO d) Closure & Scala

Last Answer : PHP & GO

Description : What is better: One big SQL query or several?

Last Answer : It’s difficult without examples. But what you describe seems like a simple join.

Description : Is there somewhere where I can have someone look at my code and give me suggestions on how to make it better?

Last Answer : There are dozens of PHP forums on the web where you can submit things like that. Just search for PHP community or PHP forum. Most web design forums and communities will have an area for programming ... own forums as well. Just post a thread showing your code and asking for whatever help you need.

Description : Which content is better ?

Last Answer : If you want to compare perfectly, I will talk about the site redowan.wapkiz.com . The reason is the design of the site , and most importantly the site is designed responsive so it can be used ... the colors of the site are a little unsightly. It would have been better if the color was lighter.

Description : Do I need to trim asp radius that has seeded or part that looks like skinny bush

Last Answer : Need Answer

Last Answer : ASP - Active Server Pages

Description : How long is the online course that offers ASP training and does it offer certification?

Last Answer : There are different online courses available for ASP (Active Server Pages) training. The online ASP training courses tend to average around six weeks in length, and some do offer Web certification after ... get you a better grade. You can also continue you ASP training as new technologies devellop.

Description : One round of Edman degradation of the peptide: H2N- Gly-Arg-Lys-Phe- Asp- COOH would result in which of the following structures or their phenyl isothiocyanate derivatives? (A) H2N-Gly-Arg-COOH + H2N-Lys- Phe- Asp- ... C) H2N-Arg-Lys-Phe-Asp-COOH + Gly (D) H2N-Gly-Arg-Lys-COOH + H2N-Phe -Asp-COOH

Last Answer : Answer : C

Description : Min and Max cash balance for each SO will be fixed by a) Head post master b) Inspector/ ASP of the Sub division c) PMG d) Divisional Supdt.

Last Answer : d) Divisional Supdt.

Description : The ______RMS must inspect every ______at intervals of about ____such offices and sections in his sub division as are assigned to him by the ______ a) ASP, twelve months six months, Head of the Circle ... c) Sub divisional Inspector, twelve months six months, Head of the Circle d) None of these

Last Answer : c) Sub divisional Inspector, twelve months six months, Head of the Circle

Description : Due mail and sorting list a particular PO is issued by a) The PM of the concerned PO b) Sub divisional Inspector c) The supdt of Post office concerned d) ASP

Last Answer : c) The supdt of Post office concerned

Description : What automates business processes? a. Workflow b. ASP c. Workflow system d. EIP

Last Answer : c. Workflow system