Most organizations consider #GDPR a luxury and think it needs special tools and experts to implement it.
A very simple implementation using #SpringBoot & #AspectOrientedProgramming (AOP) will make you realize that GDPR compliance is not Rocket Science: https://bit.ly/3MHr30h
#gdpr #springboot #aspectorientedprogramming #java #infoq
In this session, I'm going to show you how you can leverage DispatchProxy in C# to implement AOP.
This capability will allow you to add layers or aspects on top of your existing implementation of the functionality of any routine without polluting your business logic code with side-routines like tracing and logging.
(Source code included)
#csharp #dotnet #aop #aspectorientedprogramming #proxy