• After more than 30 years running websites and forums I am retiring.

    I have made many friends through the years. I will cherish my time getting to know you. I wish you all the best. This was not an easy decision to make. The cost to keep the communities running has gotten to the point where it's just too expensive. Security certificates, hosting cost, software renewals and everything else has increased threefold. While costs are up ad revenue is down. It's no longer viable to keep things running.

    All sites will be turned off on Thursday 30 November 2023. If you are interested in acquiring any of the websites I own you can Email Schwarz Network.

property

  1. D

    Nested Properties

    Hey guys! I'm using VB.net and I would want to have "property properties" of a class like this: Thing.Property1 = "Yo!" (*1) Thing.Property1.AnotherThing = 0 Thing.Property1.AnotherThing2 = True I understand I can use 'property Property1 as class' but if I do that, Property1 must get or set a...
  2. D

    Intercept property getter call ?

    Hello people, nice forum and nice contents. I am new to .net and hope to get some help in order to do this : Saying we havec a ClassA within a method called DoWorkWhenPropertyGetterIsCalled. A ClassB inherits form ClassA and define lets say two properties ProBA binded to a private mA field and...
Top Bottom