DCSIMG

 Subscribe in a reader

CLR - Guy kolbis

Browse by Tags

All Tags » CLR (RSS)
Sealed is pretty powerful modifier in .Net. However I don't think that everyone understands the true essence of it. I want to emphasize the meaning of the sealed modifier. The sealed modifier can be applied to classes, instance methods and properties. The sealed modifier in a class declaration is used to prevent inheritance of the class: sealed class SealedClass { public int x; public int y; } A sealed method overrides a method in a base class, but itself cannot be overridden further in any derived...
נשלח על ידי kolbis | 3 תגובה/ות
Recently I visited Toronto for Beta release of software I designed. As always with Beta versions, we encountered several problems. The One I want to share with you is related to the CAS and Sandboxed applications. We had an executable located in a shared location on the intranet. An application tried executing it from the local computer....and BOWWWW. We got permission exception flying everywhere. So, after reviewing it for a while and googling it, here is what I came up with. I had to use the caspol...
נשלח על ידי kolbis | 1 תגובה/ות