Tuesday, April 23, 2024 09:36

Posts Tagged ‘remove’

Events Add and Remove

Wednesday, February 19th, 2020

In the previous lesson I showed you how the compiler actually implements events by actually adding two methods named addon() and removeon() in the background and making the Action field private, so we can’t invoke it. But that was done in MSIL language, and we really don’t need to deal with such a low level.… Read more

Removing unnecessary characters

Friday, April 21st, 2017

Sometimes, and specially when working with validating data such as registration forms, you want to get rid of any characters that are “parasitic”, what the programmers refer to as white spaces. White spaces are characters that are not observable at a first glance, like tabs, a space or a new line character.… Read more


Follow the white rabbit