DotNetShoutout - Stories tagged with CDN
4
Shouts

Boost Performance by Using CDN in Your ASP.NET Site | ASP.NET 101

published 719 days, 7 hours, 50 minutes ago posted by JudoJudo 720 days, 13 hours, 11 minutes ago
Friday, June 03, 2011 5:11:01 PM GMT Thursday, June 02, 2011 11:49:39 AM GMT
A CDN (Content Delivery Network) is simply a network of data centers spread across the globe which serve static content to a user from the nearest available data center. Thus a request for a static file by a user in Australia would be served from a nearby AsiaPac data center instead of the US (where the main site may to served from). This reduces the latency and therefore boosts performance. A secondary factor boosting performance is that typically browsers can only open up 2 simultaneous connects to ... (more)
category: Web Dev | clicked: 21 | 1 comment | | source: www.aspnet101.com
tags: Performance, CDN
6
Shouts

MVC Extension Method for Hosting Static Content on a CDN - Nathan Totten

published 761 days, 11 hours, 51 minutes ago posted by StevesSteves 763 days, 8 hours, 56 minutes ago
Friday, April 22, 2011 1:10:00 PM GMT Wednesday, April 20, 2011 4:04:32 PM GMT
I created a simple extension method that allows you to easily host your static content off the Microsoft ASP.NET Ajax CDN and Windows Azure CDN. This simple extension method will improve the performance of your website as well as saving server capacity (i.e. money). As you may have heard Windows Azure now supports using your Web Roles as a CDN backing. This allows you to use the Windows Azure CDN without the need to m... (more)
category: Web Dev | clicked: 8 | comment | | source: ntotten.com
tags: ASP.NET MVC, ASP.NET AJAX, Windows Azure, Ajax CDN, CDN, Ajax, MVC, ASP.NET
3
Shouts

ASP.NET: Including JavaScript libraries conditionally from CDN

published 882 days, 15 hours, 55 minutes ago posted by gpeipmangpeipman 884 days, 16 hours, 17 minutes ago
Wednesday, December 22, 2010 9:06:10 AM GMT Monday, December 20, 2010 8:44:10 AM GMT
When developing cloud applications it is still useful to build them so they can run also on local machine without network connection. One thing you use from CDN when in cloud and from app folder when not connected are common JavaScript libraries. In this posting I will show you how to add support for local and CDN script stores to your ASP.NET MVC web application. (more)
category: Web Dev | clicked: 1 | comment | | source: weblogs.asp.net
tags: CDN, MVC, ASP.NET, Azure
8
Shouts

jQuery UI on the Microsoft CDN - Stephen Walther

published 970 days, 16 hours, 35 minutes ago posted by rajuraju 971 days, 9 hours, 53 minutes ago
Saturday, September 25, 2010 8:25:44 AM GMT Friday, September 24, 2010 3:07:27 PM GMT
The jQuery UI team just added jQuery UI to the Microsoft Ajax Content Delivery Network (CDN). Thanks to them, you can start using jQuery UI in your ASP.NET websites by linking to jQuery UI at the following address: http://ajax.microsoft.com/ajax/jquery.ui/1.8.5/jquery-ui.js You can start using the CDN now for free. No registration is required. Using jQuery UI from the CDN can substantially improve the performance of your production ASP.NET websites. The Microsoft CDN is composed of servers distribute... (more)
category: Web Dev | clicked: 0 | 1 comment | | source: stephenwalther.com
tags: Content Delivery Network, CDN, jQuery, Ajax, ASP.NET
5
Shouts

Adaptive Streaming with Windows Azure Blobs and CDN - Steve Marx

published 1023 days, 12 hours, 41 minutes ago posted by iftekharahmedamitiftekharahmedamit 1024 days, 4 hours, 27 minutes ago
Tuesday, August 03, 2010 12:19:31 PM GMT Monday, August 02, 2010 8:33:52 PM GMT
In this post, I’ll show you how to use Windows Azure Blobs and the Windows Azure CDN to deliver adaptive streaming video content to your users in a format compatible with Silverlight’s Smooth Streaming player. For those who just want to try it out, head over to theAdaptive Streaming with Windows Azure Blobs Uploader project on Code Gallery. The instructions there will get you going. [UPDATE 8/2/2010] I’ve added an Expression Encoder publishing plugin ... (more)
category: Architecture | clicked: 4 | comment | | source: blog.smarx.com
tags: SL, Cloud, Silverlight, Streaming, Windows Azure, Windows Azure Blobs, CDN, Azure
4
Shouts

Announcing Pricing for the Windows Azure CDN - Windows Azure - MSDN Blogs

published 1089 days, 13 hours, 54 minutes ago posted by iftekharahmedamitiftekharahmedamit 1089 days, 23 hours, 23 minutes ago
Saturday, May 29, 2010 11:06:50 AM GMT Saturday, May 29, 2010 1:37:47 AM GMT
Last November, we announced a community technology preview (CTP) of the Windows Azure Content Delivery Network (CDN). The Windows Azure CDN enhances end user performance and reliability by placing copies of data, at various points in a network, so that they are distributed closer to the user. The Windows Azure CDN today delivers many Microsoft products – such as Windows Update, Zune videos, and Bing Maps - which customers know and use every day. By adding the CDN to Windows Azure capabilities, we’ve made... (more)
category: Architecture | clicked: 0 | comment | | source: blogs.msdn.com
tags: Cloud, Windows Azure, CDN, Cloud Computing, Azure
2
Shouts

Ajax Talk at .NET Developers Association

posted by mithumithu 1093 days, 13 hours, 15 minutes ago
Tuesday, May 25, 2010 11:46:08 AM GMT
Thanks everyone who came to my Ajax talk tonight at the .NET Developers Association! The slides and demos from the talk can be downloaded by clicking the following link: * ASP.NET Ajax: What’s New? You need Visual Studio 2010 to view the code samples. The first project, named Demos, contains the following samples: * ASPAjax4 o 1_CompositeScripts.aspx – Demonstrates how to use the ScriptManger to combine, compress, and cache JavaScript files automatically. o 2_EnableCdn.aspx – Demonstrat... (more)
category: Web Dev | clicked: 0 | comment | | source: stephenwalther.com
tags: Talks, AJAX ASP.NET JavaScript jQuery, CDN, jQuery