top of page

Amexis News


C# tips and tricks - part 3
Static using declarations in C# In C#, static using declarations are a convenient way to access static class members directly without...
Oct 3, 20241 min read
26 views
0 comments


C# tips and tricks - part 2
Switch property pattern Switch property pattern allows you to check the values of one or more properties of an object directly in the...
Sep 26, 20241 min read
17 views
0 comments


C# tips and tricks - part 1
C# is a powerful and widely used programming language, but there are often techniques and tricks that are not so well known and can...
Sep 19, 20242 min read
40 views
0 comments
bottom of page