Web Development >
eCommerce
Application Development
Databases
Languages
Web Programming Languages
Progamming languages are often refered to as scripting lanaguages or coding languages.
There are many types of languages that develop web applications, and for the most
part, they all do about the same thing. From the user standpoint, it doesn't matter
what language is used, as long as it is a common language. Today, there are two
main languages that are being used: ASP.NET and PHP. It is really the developer's
preference of what language is used.
|
|
Microsoft's ASP.NET
Since we develop most everything in a Windows enviroment, we use the newest version
ASP.NET in our new web applications. ASP.NET is a stable and well documented language
that is developed by software giant Microsoft. This language integrates well with
all browsers and Microsoft SQL databases.
ASP.NET is a web development framework developed by Microsoft. The framework requires a programming language to do tasks
such as displaying data from a database or sending e-mail. To accomplish this we
use either C# (C Sharp) or VB.NET (Visual Basic.NET) programming languages. You
can read more about these languages at www.asp.net.
|
Other Languages
Though we develop all new applications with Microsoft's ASP.NET, there are many
other programming languages out there. We do not build new applications in them
(unless requested), but do offer updates and support if you have an already existing
application built in another language. We can offer updates and support for PHP,
Perl, Python and Coldfusion.
|