Author: Mikhail Flenov

Web, Mobile, Game, Desktop Application Developer and Software Engineer. Mikhail Flenov has worked on various projects including Sony US websites. He likes C#, PHP, C++, Objective-C and Swift.

Planning of Disk Space for Databases

Database administration, Memory Optimization

Do you think about something when you create a new database? I guess that most of you would say no,...
Read More

Database Security in Oracle

Database administration, Security

There is no secret that information makes the world go around currently. If an enterprise takes care of its intellectual property and each...
Read More

Git: A Modern Approach to Code Management

Code Management, Tools & technologies

In this article, I would like to share my knowledge and experience of working with git. The main hallmark of git is that it does not block...
Read More

Database Optimization: Indexes

Database administration, Database development, Database Optimization & Structure, Indexes

I noticed that very few people understand how indexes work in SQL Server, especially Included...
Read More

Resource Release in .NET Applications

ASP .NET CORE, Languages & Coding

In C#, there is one huge benefit, which is a drawback at the same time – an automatic garbage collection. With traditional desktop...
Read More

Setting Database Access Permissions

Database administration, Security

Server security mainly depends on how correctly you can configure access permissions on objects. Providing a user with excessive...
Read More

Performance of Table Variables in SQL Server

Database administration, Database development, Performance Tuning, Tables

In this article, we are going to touch upon the topic of performance of table variables. In SQL...
Read More

Effective Use of Classes in .NET

Classes, Languages & Coding

When you need to learn a programming language, you buy a book. From books, we learn basics of the language and how to program, but this is...
Read More
Close