HTML
HTML is one of the fundamental technologies that the Web is built upon. HTML
elements form the building blocks of all websites. HTML allows images and
objects to be embedded and can be used to create interactive forms. It provides
a means to create structured documents by denoting structural semantics for
text such as headings, paragraphs, lists, links, quotes and other items. It can
embed scripts written in languages such as JavaScript which affect the behavior
of HTML web pages. These features will help developers and businesses better
engage with their customers.
JavaScript
JavaScript is
a part of the fabric of the Web. It is a multi-paradigm language, supporting
object-oriented, imperative, and functional programming styles. Its an interpreted
computer programming language and allows client-side scripts to interact with
the user, control the browser, communicate asynchronously, and alter the
document content that is displayed. It has also become common in server-side
programming, game development and the creation of desktop applications.
Almost every
Web browser comprises a piece of JavaScript to make Web pages more interactive
among other things.
C#
C# (pronounced
see sharp) is a multi-paradigm programming language encompassing strong typing,
imperative, declarative, functional, procedural, generic, object-oriented
(class-based), and component-oriented programming disciplines. It was developed
by Microsoft within its .NET initiative and later approved as a standard by
Ecma (ECMA-334) and ISO (ISO/IEC 23270:2006). C# is one of the programming
languages designed for the Common Language Infrastructure.
Although it's
used mainly on Windows, C# is designed as a cross-platform language.
SQL
SQL (Structured Query Language) is a special-purpose programming language
designed for managing data held in a relational database management system
(RDBMS). The language has become a standard for the American National Standards
Institute (ANSI) in 1986 and of the International Organization for Standards
(ISO) in 1987. Since then, most businesses and websites have databases that
work behind the scenes and many of those databases rely on SQL.
ASP.NET
ASP.NET is great for
building standards-based websites with HTML5, CSS3, and JavaScript. ASP.NET
supports three approaches for making web sites. ASP.NET Web Forms uses controls
and an event-model for component-based development. ASP.NET MVC values
separation of concerns and enables easier test-driven development. ASP.NET Web
Pages prefers a single page model that mixes code and HTML markup. You can mix
and match these techniques within one application depending on your needs -
it's all One ASP.NET.
Comments
Post a Comment