Any other C# concepts you want to get your head around? Just ask. Source code at: github.com/JasperKent/Custom-Attributes Remember to subscribe at ua-cam.com/channels/qWQzlUDdllnLmtgfSgYTCA.html And if you liked the video, click the 👍.
Jasper, your videos are perfect. I can't think of any other way to put it. The examples, the explanation, the completeness, the subject matter, your presentation. You win hands down over "Coding Jesus" and certainly over my own coding vids. Keep up the good work.
Hi Jasper. I’ll repeat what I’ve seen others comment earlier on your videos. You should have (and deserve) a lot more subscribers. Please keep it coming. Your content and the quality of it is excellent.
Hi Jasper, absolutely awesome videos. For someone like myself with a 6/7 years experience with dotnet, I find your videos very useful. Thank you and keep them coming!
U mentioned that attributes can have methods (i guess the have to be static?). I would be absolutely amazing if u can show us an usecase cause i cant find any example when and why to use it. :-) Even msdn doesnt has an example…
They can have static or non-static methods. In the example in the video, consider the method CSVGenerator.CreateItem(). That reads two properties from the attribute and uses them, along with the item value, to form a string. An alternative would be to have a method on the attribute that takes the item value as a parameter and then forms up the string internally and returns it.
You got to get yourself a new intro. It does no do your videos justice. The videos are so high quality and really helpful. But that intro is so trashy.
Any other C# concepts you want to get your head around? Just ask.
Source code at: github.com/JasperKent/Custom-Attributes
Remember to subscribe at ua-cam.com/channels/qWQzlUDdllnLmtgfSgYTCA.html
And if you liked the video, click the 👍.
Thank you so much
Watched all 3 of your videos on this topic and can say that your explanations are the best on UA-cam.
Jasper, your videos are perfect. I can't think of any other way to put it. The examples, the explanation, the completeness, the subject matter, your presentation. You win hands down over "Coding Jesus" and certainly over my own coding vids. Keep up the good work.
Hi Jasper. I’ll repeat what I’ve seen others comment earlier on your videos. You should have (and deserve) a lot more subscribers. Please keep it coming. Your content and the quality of it is excellent.
Just watched tour three videos about reflections and attributes, very nice job man you made my day !!
I had hard time understanding attributes and reflections, now I think I've got it. Thank you 🙂
I follow your creativity from outside the earth, the content makers forced me to get out of it but I will come back for you 😁❤
thank you for the clear explanation please keep making these basic C# videos
Hi Jasper, absolutely awesome videos. For someone like myself with a 6/7 years experience with dotnet, I find your videos very useful. Thank you and keep them coming!
Thank you sir for another useful concept!
Thanks for this awesome tutorial !
Perfect!
Thanks just what I needed!
very very useful tutorial.
tnx a lot😊
Excellent!
Perfect, thanks! 👍
Can you please create another tutorial for beginners.
U mentioned that attributes can have methods (i guess the have to be static?).
I would be absolutely amazing if u can show us an usecase cause i cant find any example when and why to use it. :-)
Even msdn doesnt has an example…
They can have static or non-static methods.
In the example in the video, consider the method CSVGenerator.CreateItem(). That reads two properties from the attribute and uses them, along with the item value, to form a string.
An alternative would be to have a method on the attribute that takes the item value as a parameter and then forms up the string internally and returns it.
You got to get yourself a new intro. It does no do your videos justice. The videos are so high quality and really helpful. But that intro is so trashy.