Basics of C#

LINQ to Entities – Tutorial with Examples

Basics of C#, Languages & Coding

When we think about querying databases, the first thing that pops to mind is usually some SQL...
Read More

LINQ in C#: A tutorial with Query Examples in LINQ to Objects

Basics of C#, Languages & Coding

Less is more – this is definitely true when it comes to object collections and LINQ queries. One of the most valuable advantages is the...
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

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

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

Preparing for Exam 70-483: Programming in C#

Basics of C#, Languages & Coding

During preparation for exam 70-483, I found lots of websites containing links to various manuals that helped me a lot. But what really...
Read More

How to Use Signals in C#

Basics of C#, Languages & Coding

  Currently, the thread synchronization in С# causes some difficulties, in particular, when...
Read More

Drilling Down the Visitor Pattern

Basics of C#, Languages & Coding

Recently, I have often had to use the well-known Visitor pattern. I used to ignore this pattern and thought that it simply complicates the...
Read More

DateTime to DateTimeOffset Transition

Basics of C#, Computer Environment, Languages & Coding

Imagine that you want to convert your system from one state to another. The initial state is when DateTime is used everywhere, both in C#...
Read More

New Features of C# To Be Expected Soon

Basics of C#, Languages & Coding • One Comment

In April 2003, C# 1.2. was released. Ever since all the versions have had the only major version....
Read More
Close