A less known yet usefull component in dotnet is the TypeConverter component. This component provides means to convert between data types. If you are wondering which data types are by default supported, just take aRead more
Why locking in the first place? Because in many scenarios we need to guarantee the consistency of the data, this means that we will not allow for one user changing data that another user hasRead more
Bitwise operations are important when dealing with permissions. In this case the permissions are designed as flags and the operations described will include the scenario where one variable can have one or multiple permissions, allRead more
Description I am not well trained into solving algorithms but from time to time this topic raises my interest and I find my self drawn into wanting to understand the underlying logic. I recently foundRead more
Description Data protection is a built-in cryptographic API which provides developer capabilities to persist trusted information while considering that the storage is untrusted. Simplicity in configuration Intuitive API complex/hidden key management principles To use dataRead more
Email Adress
ramihamati@digitteck.com