正在本部进行一场辩论,将视力演播室虚拟化到应用-V、微软应用虚拟化。 在我的脑后,我认为这样做会在视觉演播室试图解脱或执行其他任务时造成问题,但我可以把我的指.放在支持我论点的任何东西上。
是否有任何人在App-V进行2010年视频演播会方面的经验?
如果不存在问题,我对这个想法持开放态度,但恐怕如果能够做到这一点,我们就会有问题。
你认为什么?
正在本部进行一场辩论,将视力演播室虚拟化到应用-V、微软应用虚拟化。 在我的脑后,我认为这样做会在视觉演播室试图解脱或执行其他任务时造成问题,但我可以把我的指.放在支持我论点的任何东西上。
是否有任何人在App-V进行2010年视频演播会方面的经验?
如果不存在问题,我对这个想法持开放态度,但恐怕如果能够做到这一点,我们就会有问题。
你认为什么?
http://en.wikipedia.org/wiki/Microsoft_App-V” rel=“nofollow”here。 如果工作表现良好,让视觉演播室能够使用,我就会感到惊讶。 VS是一个非常处理器和IO密集的应用程序。 将其整个业务范围虚拟化有可能使业绩降至不可接受的水平。
我已经看到,如果平台标准化是你的目标,那么,在使用虚拟Box的当地仪器上,甚小口径终端系统是可以接受的。
我知道这是一个古老的问题,但我在谷歌搜索中发现这个问题。 只想提到,我们已经连续几年以这种方式管理2010年视觉演播室,并且是罚款。 我们在课堂和台式电脑上都使用。
In my webpages I have references to js and images as such: "../../Content/Images/"Filename" In my code if I reference a file as above, it doesnt work so i have to write: "c:/miscfiles/"filename" 1-...
I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...
Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...
I m looking for best practices here. Sorry. I know it s subjective, but there are a lot of smart people here, so there ought to be some "very good" ways of doing this. I have a custom object called ...
I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...
i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...
For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?
I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!