+ All Categories
Home > Technology > MSDN Roadshow Session 2 - ASP.NEXT – The ASP.NET 3.5 Extensions

MSDN Roadshow Session 2 - ASP.NEXT – The ASP.NET 3.5 Extensions

Date post: 15-Dec-2014
Category:
Upload: ukdpe
View: 2,938 times
Download: 0 times
Share this document with a friend
Description:
Did you miss the opportunity to attend the MSDN Roadshow 2008? If so we are doing a Roadshow rerun giving you a second chance to attend this event. Come along if you want to find out about the latest developer tools and technologies from Microsoft. The MSDN team will focus on what’s coming up next this year for .NET developers beyond Visual Studio 2008. We will also look at Silverlight, ASP.NET, ADO.NET and other future bits which involve more code and less PowerPoint. Please be aware that the content for this rerun is exactly that covered in the other MSDN Roadshow 2008 events – so this event is aimed at Developers who could not make those earlier events.For more details and the original slide deck see http://www.microsoft.com/uk/msdn/events/new/Detail.aspx?id=351
Popular Tags:
19
Mike Ormond Developer & Platform Group Microsoft Ltd [email protected] http://mikeo.co.uk
Transcript
Page 1: MSDN Roadshow Session 2 - ASP.NEXT – The ASP.NET 3.5 Extensions

Mike OrmondDeveloper & Platform GroupMicrosoft [email protected] http://mikeo.co.uk

Page 2: MSDN Roadshow Session 2 - ASP.NEXT – The ASP.NET 3.5 Extensions
Page 3: MSDN Roadshow Session 2 - ASP.NEXT – The ASP.NET 3.5 Extensions

AJAX History SupportProvides a way of marking and restoring navigation points in an AJAX application

AJAX Script Combining<CompositeScript/> element

JavaScript IDEEnhanced formatting & optionsIntellisense support for 3rd Party libraries

Eg jQuery, Prototype, Scriptaculous, ExtJS

Page 4: MSDN Roadshow Session 2 - ASP.NEXT – The ASP.NET 3.5 Extensions
Page 5: MSDN Roadshow Session 2 - ASP.NEXT – The ASP.NET 3.5 Extensions
Page 6: MSDN Roadshow Session 2 - ASP.NEXT – The ASP.NET 3.5 Extensions

default.aspx

default.aspx

search.aspx?q=a

Page 7: MSDN Roadshow Session 2 - ASP.NEXT – The ASP.NET 3.5 Extensions

http://../mikeormond

../default

../search/a

Page 8: MSDN Roadshow Session 2 - ASP.NEXT – The ASP.NET 3.5 Extensions
Page 9: MSDN Roadshow Session 2 - ASP.NEXT – The ASP.NET 3.5 Extensions

Traditional Traditional ASP.NETASP.NET

Dynamic Dynamic ASP.NETASP.NET

Page 10: MSDN Roadshow Session 2 - ASP.NEXT – The ASP.NET 3.5 Extensions
Page 11: MSDN Roadshow Session 2 - ASP.NEXT – The ASP.NET 3.5 Extensions
Page 12: MSDN Roadshow Session 2 - ASP.NEXT – The ASP.NET 3.5 Extensions

Defines application Defines application behaviorbehaviorReacts to user actionsReacts to user actionsControls business logicControls business logic

Connects to Connects to datastoredatastorePersists dataPersists dataMaintains stateMaintains state

Present user InterfacePresent user InterfaceRenders Model dataRenders Model dataConverts user input to Converts user input to routesroutes

ControllControllerer

ModelModel

ViewsViews

Page 13: MSDN Roadshow Session 2 - ASP.NEXT – The ASP.NET 3.5 Extensions

BrowserBrowserWeb Web

ServerServer

http://hostname/Products/[List]

ProductsControlleProductsControllerr

(Controller)(Controller)

ProducProductt

(Model(Model))

SQLSQL

Edit.aspxEdit.aspx(View)(View)

http://hostname/Products/Edit/5

List.aspxList.aspx(View)(View)ViewDat

a

Page 14: MSDN Roadshow Session 2 - ASP.NEXT – The ASP.NET 3.5 Extensions
Page 15: MSDN Roadshow Session 2 - ASP.NEXT – The ASP.NET 3.5 Extensions
Page 16: MSDN Roadshow Session 2 - ASP.NEXT – The ASP.NET 3.5 Extensions
Page 17: MSDN Roadshow Session 2 - ASP.NEXT – The ASP.NET 3.5 Extensions

AJAXAJAX

RoutingRouting Fx 3.5 SP1Fx 3.5 SP1

ASP.NET MVC BetaASP.NET MVC Beta

Dynamic DataDynamic Data

Silverlight 2 SDKSilverlight 2 SDK

ASP.NET MVCASP.NET MVC

Silverlight Silverlight ControlsControls

Page 18: MSDN Roadshow Session 2 - ASP.NEXT – The ASP.NET 3.5 Extensions
Page 19: MSDN Roadshow Session 2 - ASP.NEXT – The ASP.NET 3.5 Extensions

© 2007 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries.

The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after

the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.


Recommended