Toptal acquires VironIT.com, enhancing custom software leadership

Software development blog

What’s New in C# 8.0

  • 13.06.2019
  • Alexander N.
1 vote, average: 5.00 out of 51 vote, average: 5.00 out of 51 vote, average: 5.00 out of 51 vote, average: 5.00 out of 51 vote, average: 5.00 out of 5
What’s New in C# 8.0

A version of the language C# 8.0 provides developers with some new functionality to simplify libraries’ development, improve the security of language, its readability and reduce the amount of code. This article reviews the main features of ...

Effective Work with Entity Framework Core

  • 10.06.2019
  • Ruslan Y.
6 votes, average: 5.00 out of 56 votes, average: 5.00 out of 56 votes, average: 5.00 out of 56 votes, average: 5.00 out of 56 votes, average: 5.00 out of 5
Effective Work with Entity Framework Core

Entity Framework is an Object Relational Mapping (ORM) solution for the .NET framework that allows mapping code objects to database tables. Entity Framework is an add-on ADO.NET provides easy and efficient access to data. Entity Framework is used ...

How to Create a Food Delivery App

  • 08.06.2019
  • Christina Kovalevich
18 votes, average: 4.89 out of 518 votes, average: 4.89 out of 518 votes, average: 4.89 out of 518 votes, average: 4.89 out of 518 votes, average: 4.89 out of 5
How to Create a Food Delivery App

Like many, I want my dinner to appear in my kitchen as soon as I come home. That desire can become reality if someone decides to create a food delivery app for a restaurant. Where can I begin the process of building a food delivery app? Read this ...

Web Scrapping with C#

  • 06.06.2019
  • Yana D.
10 votes, average: 4.50 out of 510 votes, average: 4.50 out of 510 votes, average: 4.50 out of 510 votes, average: 4.50 out of 510 votes, average: 4.50 out of 5
Web Scrapping with C#

Often we need to obtain data from various web pages, filter, analyze and save it in a structured form. There are many reasons for collecting and analyzing large amounts of information: Monitoring of product prices online; Collection and analysis ...

Technology Trends in the Travel Industry in 2019

  • 30.05.2019
  • Victoria Daneeva
9 votes, average: 4.56 out of 59 votes, average: 4.56 out of 59 votes, average: 4.56 out of 59 votes, average: 4.56 out of 59 votes, average: 4.56 out of 5
Technology Trends in the Travel Industry in 2019

Technology plays an important role in travel industry organizations. It expands the effectiveness of business tasks and improves clients experience. It is important for travel companies, hotels and organizations to stay up with the latest ...

Game Development Patterns in C#

  • 28.05.2019
  • Ilya D.
4 votes, average: 4.75 out of 54 votes, average: 4.75 out of 54 votes, average: 4.75 out of 54 votes, average: 4.75 out of 54 votes, average: 4.75 out of 5
Game Development Patterns in C#

In the gaming industry, you need to solve a lot of complex tasks all the time, such as performance degradation or “spaghetti” code. The industry has now developed many practices and generalized architectural solutions to the problems often ...

ReasonML – the new way of escaping JavaScript runtime exceptions

  • 24.05.2019
  • Konstantin K.
4 votes, average: 5.00 out of 54 votes, average: 5.00 out of 54 votes, average: 5.00 out of 54 votes, average: 5.00 out of 54 votes, average: 5.00 out of 5
ReasonML – the new way of escaping JavaScript runtime exceptions

JavaScript is a great tool for quick prototyping and developing smallscale applications, but this speed comes at a price. Dynamic types have a huge impact on the codebase. This starts from a significant amount of manual type checking and tests to ...

Using private DNS-server with Bind 9

  • 22.05.2019
  • Denis B.
1 vote, average: 5.00 out of 51 vote, average: 5.00 out of 51 vote, average: 5.00 out of 51 vote, average: 5.00 out of 51 vote, average: 5.00 out of 5
Using private DNS-server with Bind 9

DNS or Domain Name System handles translating domain names to IP-addresses. We can also configure it to do the opposite — resolve IP-addresses to domain names. BIND or BIND 9 is an open source implementation of DNS, available for almost all Linux ...

Reactive Programming with Java

  • 21.05.2019
  • Eugene S.
7 votes, average: 4.29 out of 57 votes, average: 4.29 out of 57 votes, average: 4.29 out of 57 votes, average: 4.29 out of 57 votes, average: 4.29 out of 5
Reactive Programming with Java

Most of the conversations about reactive programming didn’t accurately convey its meaning. In fact, reactive programming is aimed at effective resource use, asynchrony and non-blocking. Reactive Stream API Reactive streams are asynchronous ...