uk en ru

RealHOST blog /1

Interesting and helpful things from the world of hosting and development
11/22/2024
.NET 9: Major improvements in security, performance, and developer friendliness

.NET 9 continues Microsoft's tradition of developing its ecosystem by offering improvements in key areas: security, performance, and ease of development. This version is aimed at simplifying the work of developers, increasing the reliability of applications, and adapting to modern industry requirements. Let's analyze the main innovations of .NET 9 and their impact on development

#aspnet
11/7/2024
Caching in ASP.NET

Caching– is one of the most popular and effective approaches used in software development. Its essence is to reuse already obtained results of long or heavy operations, avoiding their repeated execution. After a complex task is completed, the result is stored in a cache and retrieved from there when it is requested again, instead of having to perform the same operation again. This approach is designed to make it much easier on the server and speed up the application.

 

#aspnet
10/10/2024
How to secure a Linux server on the Internet

The Internet — is not only a sea of opportunities, but also a source of constant threats to your server. If left unprotected, it can fall victim to attacks such as hacking, spamming, or malicious users using your resources.

#vps
8/8/2024
Basic ASP.NET configuration: adding configurations in one line of code

I've been working with Sitecore CMS for the past few years and now I'm back to “pure” ASP.Net MVC development. I like the way Sitecore CMS handles configuration files

#aspnet
7/7/2024
Visual Studio Tips & Tricks — Shortcuts
Visual Studio Tips & Tricks — Shortcuts
6/28/2024
7 compelling reasons to switch to business email immediately

Isn't it tempting to save money by using a free postal service or employees' personal emails instead of business email? Trust me, it's not worth it. And here's why

#mail