|
|
|
|
Core Asp.Net :: A webdeveloper guide
|
|
Welcome to CoreASP.NET
|
|
|
|
Asp.net
|
SQL Server
|
|
ASP.NET (Active Server Pages) is a .NET framework developed by Microsoft for building
dynamic web sites, web applications or web services. C# & VB code are the two most
commonly used programming languages used by the programmers to build dynamic web
pages.
|
SQL(Structured Query language) is query language developed for managing data in
relational database management systems(RDBMS) Like Sql Server 2008. The SQL Query
is basically a short script or code written for retrieving or inserting data into
databases.
|
|
|
|
|
|
C#
|
Asp.Net AJAX
|
|
C# is intended to be a simple, modern, general-purpose, object-oriented programming
language
|
AJAX is a new approach to web development, used to enhance the user interactivity
of a web application, AJAX is used for asynchronous call to webserver.
|
|
|
|
|
|
Asp.Net MVC
|
Jquery
|
|
ASP.NET MVC is a part of the ASP.NET Web application framework, MVC Application
is designed and implemented using the three attributes : Modal, View & Controller
|
jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing,
event handling, animating, and Ajax interactions for rapid web development
|
|
|
|
|
|
CSS
|
Javascript
|
|
Cascading Style Sheets (CSS) is a style sheet language used to describe the presentation
semantics (the look and formatting) of a document written in a markup language.
Its most common application is to style web pages written in HTML and XHTML
|
JavaScript is a scripting language developed by Netscape to enable Web authors to
design interactive web sites
|
|