Php - Web Programming Choice - Language, Database, Reliable Hoster And Auto-scaling?

Sep 14, 2010

programming option?Our Web application could have 60000 database requests/second or more in future.Which is better: MS-SQL or MySQL or other?Which is better: Asp.net, PHP, JSP or other?What kind of webhosting is reliable for auto-scaling?Any good webhosters or hosting plans?

View 1 Replies


Similar Messages:

What Programming Language To Learn, Php, Or Jsp?

Feb 6, 2010

Which Programming Language Should I Learn? Best language to learn (for a solo web designer looking to program) Is there a general guideline of which dynamic programming language to choose to start with?

View 5 Replies

Javascript - Learn Any More Programming Language?

Jul 21, 2010

As a web programmer do I need to learn any more languages to enhance my career? I work in a .NET environment and am good at C#, but have zero skill in VB. For client side scripting I use javascript, jQuery and PrototypeJS. Should I learn any more languages or do you think that what I know is enough for web programming?

View 5 Replies

MCTS Programming Language And Cheating?

Feb 27, 2010

1- Can I select programming language in the exam or I will be forced to learn both VB and C#?2- Does MS consider testking as cheating.2- Why testking is considered cheating in some communities? what is the difference between testking and practice exams.

View 1 Replies

Php - Programming Language For Internet Startup?

Nov 24, 2010

I am in a partnership with someone. We are currently planning a system that can either use ASP.NET MVC or PHP With //Insert your framework here//. At this stage I can't say to much. Now the thing is I have a bit of experience with C# and MVC. I understand the concepts and actually wrote a fully functional blog with it. Now the other side of me wants to take PHP for a test drive. Will I waste my time? How good will ASP.NET MVC scale against PHP? I have to say that I love visual studio and the integration of MVC tools like quickly adding a view and a controller... Everything fits nicely. But the learning curve was quite steep and still is. I haven't really touched AJAX and Jquery yet but how easy is it to use it with ASP.NET MVC? I already googled and researched this but I want opinions of those who have been working with these technologies.

View 6 Replies

Learning A New Web-oriented Programming Language, Where To Begin

Jul 22, 2010

A bit of background: I am familiar with PHP and Java, did some C, C++ and Lisp (gasp!) back in programming classes but never used them too much. So, I've been wanting to step out of PHP a bit for web development. I have a few reasons for this (in no particular order): there's a lot of amateurish code(rs) in PHP, which somehow makes me look bad; I am unhappy with a few quirks in the language; and I really want to try something new. Here are the options I've been looking at:

Python and Ruby (on Rails): They both seem nice, but it looks like I'll have some difficulty finding webhosts that run these. And it appears that Python scripts aren't as portable as PHP (correct me if I am wrong).SP.NET: I have an issue with Microsoft software kind of existing in their own realm. I mean, MS has some really good tools for developers and if you stay within those tools your life is easy. But if you deviate just a bit out of it, you are on your own. And oh, it's not opensource.

So what do you recommend? And if I go with Python (it's tempting), should I use a framework like Django or web2py or should I go down and dirty with the basics (same thing with ASP.NET and MVC)?

EDIT: What I don't like about PHP:

No namespaces
Implicit type conversions can cause problems
Many silent errors
No unicode support
Slow
....

View 8 Replies

ADO.NET ::real Programming Language Was Java And That Is Close To C# Than It Is To VB?

Dec 15, 2010

Yesterday my lecturer who's currently teaching us ASP.NET (more like flying through it) introduced us to LINQHowever he uses VB for the back end programming, and I just can't understand VB. I am more of a C# person, since my first real programming language was Java and that is close to C# than it is to VB.
Here is the code that we had to type in VB:

[Code]...

View 3 Replies

DataSource Controls :: Hoster Requires .bak Files For Database Amendments?

Mar 17, 2010

Ms SQL 2005 database I have a empty database at my hoster site. Its has nothing in it period. The admin's of the hosting site (asp.net 2.0) said send them a .bak file. .bak files are from "generate a backup" of a database in TOTAL. So I can see how a .bak file can restore a FULL database, but what about changing a stored proc?? Q1: The hoster admins only want .bak files to do tweaks to my database, so how does a .bak file acheive this for a just adding a table or a store proc only ? Q2: Some tables had data in them on my localhost, is there a way to generate a INSERT script for each data row and run this code at hoster site, or do I have to do an EXPORT from my localhost and an import at my hosting site?

View 7 Replies

Forms Data Controls :: DataList : Use Radio Button For Single Choice, Check Box For Multiple Choice?

Feb 8, 2010

programming: C# 3.5

i have total of 20 questions in my sql table, it is consist of 2 type of questions:
1. Single answer -- the question that have only one answer.
2. Multiple answer -- the question that have multiple answer.

Using DataList( or another possible ways)
how do i manage to show radio button for Single choice, Check box for Multiple choice question ?

my sql data table

question_id(int) | question_type(char) | question_text | answer1(varchar) | correct1(bit) | answer2 | correct2(bit) | answer3 | correct3

desire effect:
///////Single Choice///////////////
1. This is the question, what is PPP ?
O asfasdasdfasda
O asdasdasdasdadasdasd.
O asdasdasdasdasda.

//////Multiple choice//////////
2. Following, which is correct ?
[] asdasdasdasd.
[] asdasdasdasdzxc
[] basdgwqsdasda.

View 8 Replies

Mobiles :: Get Image From Database C# Smartphone Programming

Aug 4, 2010

I'm doing a smartphone devices coding on a few web forms. The database is created using visual studio, so how to display the picture in the web form after searching Search Food -> Display results with combo list to choose the food (example choose chicken rice) - > Web form display details of the chicken with a button to show/hide the picture of the chicken rice.

View 3 Replies

Javascript - How Much Client-side Programming Is Needed When Doing Server-side Programming

Mar 16, 2011

but I am rather confused about what to invest in. I heard that server-side code translates into client-side code. So, if you have an .aspx file, it will be converted to HTML/CSS/JavaScript. I have experience with the latter three technologies put into a rather dull text file and rendered by a web browser. My question is how much HTML/CSS/Javascript coding would I have to do when server-side programming? In other words, can someone using ASP.NET program purely on the server side and not bother to write for the client side? Of course, I don't care about server-side being translated into client-side, but I am wondering if client-side programming needs to be done explicitly and to what degree.

View 4 Replies

Scaling And Serving Images With .NET 3.5?

Oct 27, 2010

I am working on a web application where images has to be scaled dynamically and served to the client as fast as possible (with low overhead). I need to create something that scales and compresses high-quality PNGs to medium quality JPEGs.Now, there are multiple ways of doing this and I am slightly confused which method provides the best solution for the application to be as fast as possible - and I was hoping you guys could guide me in the right direction.This application will run on the .NET 3.5-platform and I am looking for fresh ways of doing this. Googling has given me some clues but most of the articles I found were VERY old (2000-2005 or so).The client app is written in ASP.NET MVC, while the backend app is written in Web Forms. The images are located in a directory in the Web Forms application, but I guess that dosen't say the image handler must be written in Web forms.

View 3 Replies

Entity Framework 4.0 Scaling And Security?

Oct 19, 2010

I want to use an ORM, and have been looking at EF 4. Is this platform scalable. I see a lot of stuff on the web, but everything looks very biased in one way or the other. Anyone know of benchmarks or non-subjective information.

On that point, does EF prevent SQL injection or XSS. I know that it used parametrized queries, but is that enough?

View 1 Replies

Web Forms :: Scaling Of Only Y-Axis In Chart

May 7, 2015

I am using asp chart (framework 4.0) in one of the web page.

Chart displays x and y points from database.I want to fix the scaling of only Y-axis i.e., between 1 to -1as y axis point will lie within 1 to -1, as below:

10.750.500.250      ------------------------------------------------0.25-0.50-0.75-1

C# code:

Chart1.Visible = true;
string id = Request.QueryString[1].ToString();
string query = "SELECT x,y from Table where ID= '" + id + "' and DeletionDate is null";
DataTable dt = GetData(query);

string[] x = new string[dt.Rows.Count];
double[] y = new double[dt.Rows.Count];

[Code].....

View 1 Replies

SQL Server :: DataBase Error When Attach An Auto-named Database For File?

Oct 6, 2010

I m trying to save files like pdf, word, excel etc... into sql express, but m getting this error in my web page:An attempt to attach an auto-named database for file C:Usersmalek.safaDocuments est vbSavingFileInDBSavingFileInDBApp_Dataaspnetdb.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share.
m not getting errors inside my code, just this one appearing on the web page.

View 2 Replies

SQL Server :: Change Language In A Database?

Oct 15, 2010

How can I chnage the default language in a database? I'm running SMSSQL 2008 and I have not access to the server physical. I have to do this by SQL. I have vs 2010 and SQL Managment Studio

View 1 Replies

Localization :: Change Exception Message Language To English Without Changing The Users Language?

Jun 24, 2010

how can i change exception message language to English without changing the users language

[Code]....

View 1 Replies

Localization :: Multi-Language Webpages, Not Changing Language In Content Page?

Apr 19, 2010

I am developing a multi language website. language change is working very well on master page. from master page I am storing session to use in contant pages.

when I am trying to change text (<p>.....<P>) in content page, thats not working.

protected void Page_PreRender()

View 2 Replies

Reliable Error Pages In MVC?

Jan 22, 2010

On a ASP.NET MVC should the error pages be the most independend possible?

I mean be full HTML code with no relation to databases, render actions, render partials, master pages, etc?

There would be only the actions to return the, for example, NotFound and UnknownError views and then place those url in Web.Config custom error section.

View 2 Replies

Web Forms :: Master Page And Resources / When Changing The Browser's Language And Refreshing Getting The Default Language?

Aug 30, 2010

Here is the thing. I have an aspx page with NO master page. I have two resource files with the same name (and specifying the language) in the App_LocalResources folder. If I do something like text="<%$ Resources:lblUser %> works fine. What I do to test it is change the browser's selected language.

But, if I do the same in a MasterPage or in a Page that is inside a MasterPage... when changing the Browser's language and refreshing... I'm still getting the default language...

I've been reading some threads about this but the situation was a little bit different.

View 16 Replies

Change Language Of The Webpage When User Select Language From Dropdownlist?

Sep 16, 2010

I have created a web application and generated local resources. Its working when user select language from browser. But what i want is, when user select language from dropdown list, i want to change the pages according to selected language. i can save user selected language in a session. then how should I change/assign local resource file to web page?

View 2 Replies

MVC :: Planning A Website With Two Faces - German Language And English Language

Mar 15, 2011

I'm creating a website that is going to be dual language, so it will have a german face and an english face and the user can swich between the two versions.

How do I do this in MVC?

should I have URIs like

www.mydomain.com/de/home/index
www.mydomain.com/en/home/index

if home is the controller and index is the action then what would the de/en be?

In my site should I have two versions of all controllers and views? one for german and one for english?

View 9 Replies

C# - How To Create Multi Language Website In Database

Sep 29, 2010

How to create Multi language website in aspx where database store translations? I search many articles but there is not uniq solution.

View 3 Replies

Architecture :: Multi Language Database Content?

Jan 27, 2011

The content of the web site I am creating is expected to store data for multiple languages. What I mean by the content is the actual data stored in the database (SQL Server 2008 R2). For example I have a database table to store available packages and one of the columns in this table is the description which is shown on the web site. This description should be stored in multiple languages for example (en, fr, de). What is the best way(s) to get this done, I can of course have the same table with multiple columns (each column representing a single language) and code the data access layer to load the proper column based on the current language, but is there an easier way? An ideal situation is where like in ASP.NET the database automatically detects the current language and return the proper column

View 6 Replies

C# Checking If Browser Is Mobile - What Is The Most Reliable Way

Mar 16, 2010

I know I can use Request.Browser.IsMobileDevice.

But does anyone know how it works, and if it is reliable and up to date?

View 6 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved