ASP.NET is a web based application framework developed by Microsoft to allow programmers to build dynamic web sites. It also allows you to use a full featured programming language say C# or VB.NET to build web based applications.
.Net Technology contains following topics at TCCI
v Introduction to .NET
Framework,
v CLR
v Name Space
v Basic of Application
v ADO.NET
v Windows Forms and
Controls,
v Web Services
ASP.NET provides a programming model, a comprehensive and software
infrastructure to build up robust web applications for computer systems and
mobile devices.
IT works on top of the HTTP protocol, and uses the HTTP commands to
set a browser-to-server bilateral communication and cooperation.
ASP.NET used to produce interactive, data-driven applications over the
internet which consists of a large number of controls such as text boxes,
buttons, and labels for configuring, and manipulating code to create HTML pages
as per usages.
Microsoft .NET is a software component that runs on the Windows
operating system. Programmers produce software by combining their source code
with .NET Framework and other libraries.
Visual Studio.NET is Microsoft’s flagship tool for developing Windows
software. Visual Studio provides an integrated development environment (IDE)
for developers to create standalone Windows applications, interactive Web
sites, Web applications, and Web services running on any platform that supports
.NET.
Visual Studio.NET introduced by Visual studio .net is a tool for
developing .NET application by using programming languages such as VB, C#, VC++
and VJ#. Etc.
Microsoft .NET consists of four major
components
Ø
Common Language Specification (CLS)
Ø
Framework Class Library (FCL)
Ø
Common Language Runtime (CLR)
Ø
NET Tools
ASP.NET page is made up of a number of server controls which contains
HTML tools, text, images etc. ASP.NET runtime controls and determines the
association between a page instance and its state executes. An ASP.NET page is
an object of the Page or inherited from it in a program.
All the controls on the pages are also objects of the related control
class inherited from a parent Control class. When a page is run, an instance of
the object page is created along with all its content controls as program flows.
Example:
<html xmlns="www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
<%
Response.Write( "Happy to learning Asp.Net");
%>
</div>
</form>
</body>
</html>
Output
Happy to
learning Asp.Net
TCCI provides best teaching in
.Net terminology through different learning method/media as per students
convince.
For More Information:
Call us @ 9825618292
Visit us @ http://tccicomputercoaching.com
No comments:
Post a Comment