Switch between debug/release mode scripts Globalization/Localization Combine Scripts (ASP.NET 3.5) Compress Scripts (ASP.NET 3.5) Cache Scripts with a Far Future header (ASP.NET 3.5) Use the.

Download Report

Transcript Switch between debug/release mode scripts Globalization/Localization Combine Scripts (ASP.NET 3.5) Compress Scripts (ASP.NET 3.5) Cache Scripts with a Far Future header (ASP.NET 3.5) Use the.

Switch between debug/release mode scripts
Globalization/Localization
Combine Scripts (ASP.NET 3.5)
Compress Scripts (ASP.NET 3.5)
Cache Scripts with a Far Future header (ASP.NET 3.5)
Use the Microsoft Ajax CDN (ASP.NET 4)
CDN = Content Delivery Network
Load all ASP.NET Framework scripts from the Microsoft CDN, including
AJAX and Web Forms scripts
Custom controls can specify CDN locations
Local script loading (geo-aware)
Bandwidth reduction
We set headers for caching and compression
Hosts Ajax library scripts such as jQuery and jQuery Validate
Accordion
AlwaysVisibleControl
Animation
AsyncFileUpload
AutoComplete
Calendar
CascadingDropDown
CollapsiblePanel
ColorPicker
ComboBox
ConfirmButton
DragPanel
DropDown
DropShadow
DynamicPopulate
FilteredTextBox
HoverMenu
HTMLEditor
ListSearch
MaskedEdit
ModalPopup
MultiHandleSlider
MutuallyExclusive
NoBot
NumericUpDown
PagingBulletedList
PasswordStrength
PopupControl
Rating
ReorderList
ResizableControl
RoundedCorners
Seadragon
Slider
SlideShow
Tabs
TextBoxWatermark
ToggleButton
UpdatePanelAnimation
ValidatorCallout
ASP.NET Ajax
Library
Proposal,
Specification,
Prototype
jQuery Plugins
Core Team
jQuery Core
<script id="MyTemplate" type="text/html">
<div id="DeliveryDiv">{{= DeliveryName}}</div>
</script>
<script id="MyTemplate" type="text/html">
<div id="DeliveryDiv">{{= DeliveryName}}</div>
</script>
<div id="OutputDiv"></div>
$('#MyTemplate')
.render(json)
.appendTo('#OutputDiv');
{{if MainItems == null }}
<tr>
<td>No items selected</td>
</tr>
{{else}}
<tr>
<td>
{{=product.Name}: {{=product.NumberOrdered}}
ordered at ${{=product.Price}} per item
</td>
</tr>
{{/if}}
{{if MainItems == null }}
<tr>
<td>No items selected</td>
</tr>
{{else}}
{{each(i,mmi) MainItems}}
<tr>
<td>
{{=mmi.Name}: {{=mmi.NumberOrdered}
ordered at ${{=mmi.Price} per item
</td>
</tr>
{{/each}}
{{/if}}
Blog
http://weblogs.asp.net/dwahlin
Twitter
@DanWahlin
Email:
[email protected]
http://www.asp.net/
http://silverlight/
http://www.microsoft.com/expression/
http://www.microsoft.com/windows/internet-explorer/default.aspx
www.microsoft.com/teched
www.microsoft.com/learning
http://microsoft.com/technet
http://microsoft.com/msdn
Sign up for Tech·Ed 2011 and save $500
starting June 8 – June 31st
http://northamerica.msteched.com/registration
You can also register at the
North America 2011 kiosk located at registration
Join us in Atlanta next year