Top Banner
INTRODUCTION TO .NET .Net Training In Gandhinagar
16
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Introduction to .net

INTRODUCTION TO .NET

.Net Training In Gandhinagar

Page 2: Introduction to .net

What Is .NET?

• .NET is a new framework for developing web-based and windows-based applications within the Microsoft environment.

• The framework offers a fundamental shift in Microsoft strategy: it moves application development from client-side to server-side.

.Net Training In Gandhinagar

Page 3: Introduction to .net

What is .NET Framework?

• . Means data oriented technology

• Net means network enable technology

• A programming infrastructure created by Microsoft for building, deploying, and running applications and services that use .NETtechnologies, such as desktop applications and Web services. The .NET Framework contains two major parts: the Common Language Runtime. the Framework Class Library.

.Net Training In Gandhinagar

Page 4: Introduction to .net

Applications and Services:-

• Console Application• Windows Form Application• Web Application• Web services• Windows Services• Windows Presentation Foundation(WPF)• Windows Communication Foundation(WCF)• Windows workflow Foundation• Silverlight• Mobile Applications

.Net Training In Gandhinagar

Page 5: Introduction to .net

Compilation in .NET

Code in VB.NET Code in C#Code in another .NET Language

VB.NET compiler C# compilerAppropriate

Compiler

IL(IntermediateLanguage) code

CLR just-in-timeexecution

.Net Training In Gandhinagar

Page 6: Introduction to .net

.Net Training In Gandhinagar

Page 7: Introduction to .net

What is Silverlight?

• Silverlight is an application framework for writing and running rich internet applications(RIA).its runtime is available as a cross browser, cross platform plug-in for delivering the next generation of media experiences and rich interactive applications for web

.Net Training In Gandhinagar

Page 8: Introduction to .net

.Net Training In Gandhinagar

Page 9: Introduction to .net

Rich Internet Applications(RIA)

• A Rich internet application is a web application that has the best user interface functionality of desktop applications and web applications.

.Net Training In Gandhinagar

Page 10: Introduction to .net

Deep Zoom

• Deep Zoom is an open-source technology, provided by Microsoft and is part of Silverlight, allows users to pan around and zoom in large, high resolution image or a large collection of images.

.Net Training In Gandhinagar

Page 11: Introduction to .net

Features of Silverlight:-

• It's FREE.

• It runs on all popular browsers, platforms, and devices.

• It can be run in browser and as a desktop application.

• Natively supports CLR and .NET Framework.

• Supports a variety of rich controls including the Data Grid.

• Enables business application development.

.Net Training In Gandhinagar

Page 12: Introduction to .net

Main parts of Silverlight :-

• Silverlight Plug-in

• Silverlight Host, the Web Page.

• Silverlight Application File (.XAP)

• The Interface language, Extensible Application Markup Language (XAML).

.Net Training In Gandhinagar

Page 13: Introduction to .net

• WPF focuses on desktop development, Silverlight focuses on Web development.

Silverlight VS WPF

.Net Training In Gandhinagar

Page 14: Introduction to .net

Silverlight and XAML

• Silverlight is declared in a specific language called Extensible Markup Language(XAML)

• XAML is an XML-based language

.Net Training In Gandhinagar

Page 15: Introduction to .net

Demo- for animation

.Net Training In Gandhinagar

Page 16: Introduction to .net

.Net Training In Gandhinagar

Thank You