Categories
Articles Technology

Azure Cloud Services – When to use, what service

Unsure about Azure Services?They could be the secret ingredient for your .NET development recipe.

Categories
Articles Technology Vasilis Plavos Published Articles

Minimal Web APIs with .NET 6

.NET is a great technology to create robust APIs. Until .NET Core 3, the main approach based on Microsoft documentations was to create a web API with Controllers. In .NET 6 Microsoft adopted an innovative approach like Express.js approach. The name of this, Minimal Web API. But first things first… What is Minimal API Minimal […]

Categories
Articles Technology

.NET Conf 2022 (.NET 7) Cheatsheet

See the highlights of .NET Conf 2022. Learn what you can do with .NET 7 and in general .NET environment this year! .NET 7 Performance .NET 7 vs .NET 6 vs .NET 5 performance .NET 7 vs Node.js vs Java Servlet requests per second performance ASP.NET Core is eleven times faster than Node.js .NET 7 […]

Categories
Articles Technology

Using .NET for Microservices Architecture

Introduction In the modern digital landscape, it is crucial to have software applications that are scalable, modular, and independent. This is where microservices architecture comes in. Microservices are individual services that communicate with each other through APIs, providing independent, scalable, and resilient software applications. In this article, we will explore how to use .NET for […]

Categories
Articles Technology

.NET 6.0 console app – Configuration, tricks and tips

[source] One of the biggest .NET benefits is the flexibility and the portability of its features.As ASP.NET Core relies on the IHostBuilder, we can do the same with a classic console application.This approach will help us to have a basic infrastructure in our application, including the support for logging, dependency injection, app settings and so on. […]

Categories
Articles Technology

How to handle directories in C# .NET

Introduction In this article, we are going to see Directory handling in C#. In this article, we see all the operations which we can perform in the directory. I hope you get some help from this article. We are going to perform operations on a directory and retrieve some information. C# provides a class called […]

Categories
Articles Technology

7 Repos I Didn’t Know I Needed for Front-End

Less talked about repositories that will help you build better things faster. We live in an era where comprehensive tools and resources are just a few taps away and fortunately, most of them are free. Discovering new tools and easier ways to execute tedious or complex tasks makes everyone happy, especially developers. However, sometimes we […]

Categories
Articles Technology Vasilis Plavos Published Articles

Tips for Software Engineer Job Interview

Highlights from Nicolas Ioannou for Software Engineering job interviews tips given on DevFest Greece & Cyprus 2022. Questions Cheatsheet What are your biggest strengths? Examples: When you don’t know the answer offer alternatives If the interviewer asks you something but you don’t have experience on this: Don’t say “I never experience the situation”. You can […]

Categories
Articles Technology Vasilis Plavos Published Articles

Azure SignalR Service Pricing: Units, Instances, & Messages [examples]

What are the differences between Units, Instances and Messages? How Microsoft counts them and how can they affect your expenses? Learn about the different pricing options for Azure SignalR Service, including the number of concurrent connections, units, instances, & messages per day. Pricing board According to Azure there are 3 options in terms of pricing: […]

Categories
Articles Technology

How to create a low-budget business email – The straightforward guide

Let’s see how you can have a [email protected] email account. Of course, you must proceed to this step after finishing building your low-budget website. Update: Now you can do the same using Cloudflare and Gmail. See the video here What you need to have an email account: Follow these steps: What you can do with […]