Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Asbetha6725yWrite a program that checks the assembly for certain classes with a special TestAttribute (that you have to write), initiate that class, extract getter & setter, call them to set a value and check if the returned value is correct.
Something I've to implement in the worst programming language that coexist with Malbolge ... Java 🤮 -
Asbetha6725yYou can either use default() or figure out how you can solve it else ... (like check the ctors)
-
Asbetha6725yIf you wanna do something else, you can try to reimplement MEF (Managed Extensibility Framework)
-
I used dotPeek to decompile assemblys and wrote programms which saved hours of work by automating tasks.
Reflection is very helpful and can save hours of work
Related Rants
Hello word!
I'm in the middle of a C# reflection study session.
Anybody have exercises ideas to share? (:
random
c#
exercises
study