demand

Understanding .NET's "SecurityAction" parameter for permissions

Can anyone explain the meaning of and purposes of the values for the SecurityAction enum? The MSDN page is not terribly clear. It says LinkDemand occurs at just-in-time compilation whereas Demand occurs at runtime. Why the distinction and in what situations would I use LinkDemand as opposed to Demand? Likewise, what are the use cases ...

What programming language is in the highest demand in the market place right now?

What programming language is in the highest demand in the market place right now? Related: http://stackoverflow.com/questions/115256/skills-in-demand-during-2009 http://stackoverflow.com/questions/205744/what-appear-to-be-the-more-lucrative-programming-skills-at-the-moment ...

Declarative security demands - Is SecurityAction.Demand cached ??

Hi I am having a trouble during impersonating a user. I have a method declared like this: [PrincipalPermission(SecurityAction.Demand, Name=@"DJPITER-PC\Test", Role="LocalTestGroup")] static void LocalTestGroupOnly() { Console.WriteLine("Inside LocalTestGroupOnly() - {0}", WindowsIdentity.GetCurrent().Name); } The calling...

Does anybody know how to load data in ExtJS TreeGrid on demand?

Hi! I have found a good TreeGrid control in ExtJS library. But there is one thing, I have very big tree and I need the loading on demand. Does anybody know how to load data in ExtJS TreeGrid on demand? My code is here: Ext.onReady(function () { Ext.QuickTips.init(); var tree = new Ext.ux.tree.TreeGrid({ title: 'Encyclopedia'...

letter of demand or let it go - aged care software

Hi, I'm not sure if this is the place to ask for advice, but here goes. About 2.5 years ago I wrote an application for an aged care group in collaboration with the clinical director of an aged care residence. He told me that the board of directors have no interest in the software I wrote, and that we could go into a partnership to sell...