Course Outline: iSHA Technology Solution Pvt. LTD
Course Outline: iSHA Technology Solution Pvt. LTD
NET Training
The course opens with a discussion of the fundamental issues in developing applications in the
Web environment, leading to the concept of applications as a service. The .NET Framework is
outlined, including the class library and runtime. The major .NET languages are introduced.
ASP.NET is described, including the use of Web Forms and Web Controls to simplify
developing and deploying Web applications. The central role of XML and SOAP is described,
including a discussion of the creation and use of Web services. The seminar concludes with a
survey of additional .NET services, Windows Forms, ADO.NET, interoperability with COM and
the Win32 API, and .NET Security.
ASP.NET is Microsofts middleware that is built on the .NET framework and it is the successor
to Active Server Pages (ASP). Programmers using ASP.NET to utilize the .NET Framework
class library and common language runtime (CLR). Web developers build dynamic websites,
XML web services and powerful web applications using ASP.NET. Since ASP.NET is
structured around CLR, programmers write code in ASP.NET using a variety of Microsoft .NET
languages. ASP.NET dramatically increases performance by taking advantage of native
optimization, caching services, early binding and just-in-time compilation. Web application
developers can access the .NET Framework to use Data Access results, Messaging and class
library.
Course Outline
.NET Framework architecture
The role of the Common Language Runtime (CLR) and core .NET Framework
classes Microsoft Intermediate Language (MSIL)
Just-In-Time (JIT) compilation
Assemblies, native assemblies, and the Global Assembly Cache (GAC)
Comparison of VB.NET, C#, and J#
Understanding the types of programs that can be created with .NET
ASP.NET Web applications
ASP.NET Web services
Command-line programs
Windows applications
Reusable assemblies
Introduction to ASP.NET
Advantages of ASP.NET
Creating an ASP.NET Page
Understanding the ASP.NET Page Execution
iSHA Technology Solution Pvt. Ltd.
Common
Event handling
Web Services
Understanding Web services
SOAP
WSDL
Tracing
iSHA Technology Solution Pvt. Ltd.
Trace listeners
Trace switches
Conditional compilation
Debugging
XCOPY deployment
FTP deployment
Windows installer
Conclusion