棱镜应用 [英] Prism Application

查看:90
本文介绍了棱镜应用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好..
早上好..谁能告诉我什么是棱镜?它会支持Silverlight吗...请举个小例子

谢谢与问候
kalyani

Hi All..
Goodmorning.. can any one tell me what is prism ? will it supprot silverlight ... please give me small example

Thanks & Regards
kalyani

推荐答案

您住的地方Google坏了吗?

将Web应用程序带到您的桌面. Prism是一种应用程序,允许用户从浏览器中拆分Web应用程序,然后直接在其桌面上运行它们.

Is google broken where you live ?

Bringing web applications to your Desktop. Prism is an application that lets users split web applications out of their browser and run them directly on their desktop

kanni vasu写道:
kanni vasu wrote:

它将支持Silverlight

will it supprot silverlight



Silverlight本身支持将脱机运行的应用程序.也许您需要停止学习流行语并开始实际学习Silverlight,或者您想了解的任何技术?



Silverlight itself supports apps that will run offline. Perhaps you need to stop learning buzzwords and start actually learning Silverlight, or whatever technology you''d like to come to understand ?




为您的Replay Christian..am做Silverlight应用程序致谢,我将解释您的情况(您可以更正它)..

招聘是我的申请..
Silverlight应用程序为Recruitment and Recruitment.web

在Recruitment.web中,我创建了一个启用了wcf的webservice login.svs

在login.svs中

[DataContract]
公共类LoginData
{
[DataMember]
... ect
}
[ServiceContract]
公共接口ILoginDetails
{
[OperationContract]
LoginData validateUserLogin(string UserID);
}
Hi,

Thnaks for your Replay Christian..am doing silverlight appication i''ll explain how am doing(can u correct it)..

Recruitment is my application..
silverlight application as Recruitment and Recruitment.web

in Recruitment.web i created one wcf enabled webservice login.svs

in login.svs

[DataContract]
public class LoginData
{
[DataMember]
... ect
}
[ServiceContract]
public interface ILoginDetails
{
[OperationContract]
LoginData validateUserLogin(string UserID);
}
[AspNetCompatibilityRequirements(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)]
    public class LoginDetails:ILoginDetails
    {
method
}

and am calling directly in to my silverlight application Recruitment

and is this right way??? 

i need best way to do my application .. every time am creting .svc and am writing DataContract,ServiceContract , that am implementing method  and am using it to silverlight application... i don't want this one .. can u tell me how to implement framwork layer .. dataaccess layer, service layer ??


您将层创建为dll,然后由应用程序使用.这与棱镜无关,只是一个问题
You create your layers as dlls, which are then used by your application. This has nothing to do with Prism, it''s kind of an ew question


这篇关于棱镜应用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆