Posts by Osni Pezzini Junior • 64 points
2 posts
-
0
votes1
answer37
viewsA: Use of attributes in C#
What you can create is a Filterattribute public class AutoLogAttribute : TypeFilterAttribute { public AutoLogAttribute() : base(typeof(AutoLogActionFilterImpl)) { } private class…
-
3
votes1
answer155
viewsQ: Port Visual Code C++ to another language
Next, I have a simple Shellexecute code that was done in Visual C++ 2012, but because it is a closed and paid platform and because I need my customers to keep downloading more programs I would like…