top of page
Amexis News
Dec 20, 20241 min read
Merry Christmas and Happy New Year!
In an old tradition, everyone in Amexis is going on holiday until next year. Also by tradition, on the last day of work we have a...
12 views0 comments
Nov 7, 20241 min read
C# tips and tricks – part 5
yield in C# The yield keyword in C# simplifies the creation of iterators. It allows you to return elements one by one from a collection...
17 views0 comments
Oct 17, 20242 min read
C# tips and tricks – part 4
Primary Constructors in C# C# is continuously evolving to offer more convenient ways to write clean and readable code. One of the...
20 views0 comments
Oct 10, 20243 min read
The Guide to Becoming a Microsoft-Certified Developer: How to Pass Your AZ-204 Exam
Have you ever wondered if an Azure Developer associate-level certificate ( AZ-204 ) is worth obtaining or perhaps you have already...
30 views0 comments
Oct 3, 20241 min read
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...
25 views0 comments
Sep 26, 20241 min read
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...
15 views0 comments
Sep 19, 20242 min read
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...
35 views0 comments
bottom of page