原创
作者:编译/周雪峰 2011-03-22 10:03:55
云计算 本文用插图的形式展示了如何在Windows Azure的local development fabric中托管和调试一个Silverlight应用程序。
创新互联公司作为成都网站建设公司,专注重庆网站建设公司、网站设计,有关成都企业网站建设方案、改版、费用等问题,行业涉及成都柴油发电机等多个领域,已为上千家企业服务,得到了客户的尊重与认可。
本文接《在Windows Azure中托管和调试Silverlight应用程序(上)》
步骤4
在XAML中添加一些代码。我在Silverlight页面上添加了一个按钮和这个按钮的“Click”事件,在调试模式中,我会在一个消息框中显示一个消息:
MainPage.Xaml
xmlns=http://schemas.microsoft.com/winfx/2006/xaml/presentation xmlns:x=http://schemas.microsoft.com/winfx/2006/xaml xmlns:d=http://schemas.microsoft.com/expression/blend/2008 xmlns:mc=http://schemas.openxmlformats.org/markup-compatibility/2006 mc:Ignorable="d" d:DesignHeight="300" d:DesignWidth="400">
MainPage.Xaml.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Shapes;
namespace SilverlightApplication1
{
public partial class MainPage : UserControl
{
public MainPage()
{
InitializeComponent();
}
private void myButton_Click(object sender, RoutedEventArgs e)
{
MessageBox.Show("I am Debugging Silverlight in Azure ");
}
}
}
输出:
步骤5
在Azure中调试Silverlight。
在C#代码中插入一个断点,然后你就可以调试这个被托管在Azure中的Silverlight应用程序了:
在运行中:
所以,Silverlight应用程序是在调试模式中。
总结
在本文中,我讨论了如何在Windows Azure中托管和调试一个Silverlight应用程序。感谢您的阅读!
原文名:Hosting and Debugging Silverlight in Windows Azure 作者:Dhananjay Kumar
本文接《在Windows Azure中托管和调试Silverlight应用程序(上)》
【本文乃51CTO精选译文,转载请标明出处!】
网站标题:在WindowsAzure中托管和调试Silverlight应用程序(下)
标题来源:http://www.shufengxianlan.com/qtweb/news36/108686.html
网站建设、网络推广公司-创新互联,是专注品牌与效果的网站制作,网络营销seo公司;服务项目有等
声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联