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


26 views
0 comments


Streamlining Multi-Cloud Management with Terraform: A Beginner's Guide
What is Terraform? Terraform is an open source tool that uses a declarative language called HashiCorp Configuration Language (HCL) to...
Aug 6, 20242 min read
25 views
0 comments


56 views
0 comments


Expose Your Localhost to the World
Nowadays, developers often need to expose their local development environment to the web. This can make it easier to share work with...
Jul 5, 20242 min read
54 views
0 comments


Host ASP.NET Core on Linux with Nginx
Today we are going to tell in more detail how to host an ASP.NET Core application on Ubuntu (open source Linux distribution) using Ngninx...
Jun 27, 20243 min read
57 views
0 comments
bottom of page