Active
Server Pages (ASP), also known as Classic ASP, is a Microsoft's
server-side technology, which helps in creating dynamic and
user-friendly Web pages. It uses different scripting languages to create
dynamic Web pages, which can be run on any type of browser. The Web
pages are built by using either VBScript or JavaScript and these Web
pages have access to the same services as Windows application, including
ADO (ActiveX Data Objects) for database access, SMTP (Simple Mail
Transfer Protocol) for e-mail, and the entire COM (Component Object
Model) structure used in the Windows environment. ASP is implemented
through a dynamic-link library (asp.dll) that is called by the IIS
server when a Web page is requested from the server.
DLR
is a runtime environment that allows you to integrate dynamic languages
with the Common Language Runtime (CLR) by adding a set of services,
such as expression trees, call site caching, and dynamic object
interoperability to the CLR.
OOP
is a technique to develop logical modules, such as classes that contain
properties, methods, fields, and events. An object is created in the
program to represent a class. Therefore, an object encapsulates all the
features, such as data and behavior that are associated to a class. OOP
allows developers to develop modular programs and assemble them as
software. Objects are used to access data and behaviors of different
software modules, such as classes, namespaces, and sharable assemblies.
.NET Framework supports only OOP languages, such as Visual Basic .NET,
Visual C#, and Visual C++.
Here I will explain differences between left outer join and right outer join in SQL Server.
Description:
In previous posts I explained many articles relating to SQL Server. Now I will explain the difference between left outer join and right outer join in SQL Server.
Here I will explain the difference between LEFT JOIN and LEFT OUTER JOIN in SQL Server.
Description:
In previous posts I explained many articles relating to SQL Server. Now I will explain the difference between left join and left outer join in SQL Server.