+ All Categories

Part 2

Date post: 17-May-2015
Category:
Upload: sampetruda
View: 343 times
Download: 1 times
Share this document with a friend
Popular Tags:
11
1 Visual Studio Enhancements
Transcript
Page 1: Part 2

1

Visual Studio Enhancements

Page 2: Part 2

2

Integrated Ajax Support

Don’t need an Ajax-Enabled Template

Automatic Extender Detection

Add Extender Wizard

Page 3: Part 2

3

Nested Master Page Support

Nested Master Page Item

<%@ Master Language="VB" MasterPageFile="~/TakeNote.Master" AutoEventWireup="false" CodeBehind="Training.master.vb" Inherits="TakeNote.Training1" %> <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder" runat="server"> <h1>Training</h1> <asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server" /> </asp:Content>

Page 4: Part 2

4

Enhanced Web Designer

Same designer as Expression Web

Page 5: Part 2

5

JavaScript Intellisense

Page 6: Part 2

6

JavaScript Debugging

Page 7: Part 2

7

CSS Properties

CSS Properties Summary – Shows applied properties

CSS Properties – shows all properties of selected item

Page 8: Part 2

8

Microsoft Silverlight is a cross-browsercross-browser, cross-platform implementation of .NETcross-platform implementation of .NET for building and delivering the next generation of media experiences & rich interactive applications for the Web.

Page 9: Part 2

9

Silverlight 2.0

Media Rich Content Interactive Applications Rich Internet Applications

(RIA) Now in Managed .NET

Code

http://silverlight.net/Showcase

Page 10: Part 2

10

ASP.NET Controls for Silverlight MediaPlayer Control

Play audio (WMA) and video (VMV) in the Web System.Web.UI.SilverlightControls.MediaPlayer

Silverlight Control Embed the XAML application into a Web page System.Web.UI.SilverlightControls.Silverlight

Seamlessly integrate ASP.NET with the Silverlight client plug-in Deliver Rich Internet Applications (RIA)

Page 11: Part 2

11

Additional Information ASP.NET

http://www.asp.net ASP.NET AJAX

http://ajax.asp.net Data Access and LINQ

http://weblogs.asp.net/scottgu http://www.microsoft.com/uk/msdn/nuggets

Silverlight http://www.silverlight.net


Recommended