Languages & Coding

Basics of Running T-SQL Statements from Command Line using SQLCMD

T-SQL, Tools & technologies, Utilities & Extensions

This article is about developing a basic understanding of sqlcmd utility to run T-SQL commands...
Read More

How to Write T-SQL Queries Like a Pro

Languages & Coding, T-SQL

The skills of writing different types of SQL Server queries require you to have good knowledge in the SQL Server T-SQL language. T-SQL...
Read More

Traditional and Natively Compiled Scalar-Valued User-Defined Functions

Languages & Coding, T-SQL

In the software programming world, there are several approaches used by developers that help them with effortless software development....
Read More

T-SQL BEST Practices

Languages & Coding, T-SQL • 3 Comments

In this article, we will discover some best practices of T-SQL queries. Badly written queries can...
Read More

Functional F# that slowly appears in C#

ASP .NET CORE, Basics of C#, Languages & Coding • One Comment

For some reason, we often do not use this functionality. Maybe we haven’t got used to it yet. And sometimes we use it, having no idea...
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

Sending a Query to All Databases of All Specified Servers in MS SQL Server and C#.NET

ASP .NET CORE, Basics of C#

Often, it is necessary to send a query to all databases of all specified servers. Many DML-queries...
Read More

What dangers can the update of .Net 4.6.1 to .Net 4.6.2 hide?

ASP .NET CORE, Languages & Coding

In this article, I would like to share a solution of unexpected problem occurred in one of the projects I am currently working on. What...
Read More

Tricky Questions about C#

Basics of C#, Languages & Coding • 3 Comments

Some questions may seem too basic, but they still contain tiny tricks. Sometimes even a simple question may nail to the wall. These...
Read More

Another Way to Localize Application

Languages & Coding

I would like to introduce a simple way to localize applications. I do not like the standard...
Read More
Close