3 days ago3 minThe Guide to Becoming a Microsoft-Certified Developer: How to Pass Your AZ-204 ExamHave you ever wondered if an Azure Developer associate-level certificate ( AZ-204 ) is worth obtaining or perhaps you have already...
Oct 31 minC# tips and tricks - part 3Static using declarations in C# In C#, static using declarations are a convenient way to access static class members directly without...
Sep 261 minC# tips and tricks - part 2Switch property pattern Switch property pattern allows you to check the values of one or more properties of an object directly in the...
Sep 192 minC# tips and tricks - part 1C# is a powerful and widely used programming language, but there are often techniques and tricks that are not so well known and can...