ASP .NET CORE

LINQ to XML: Easy Work in C#

ASP .NET CORE, Languages & Coding

LINQ to XML is an in-memory XML programming interface that enables XML manipulation. Similar to the...
Read More

ASP.NET vs. PHP: the Best Framework for Web Development

ASP .NET CORE, Frameworks, Languages & Coding

The primary goal of web development teams is to deliver web applications with the best user experience, scalability, and sustainability....
Read More

Using INNER JOIN to Combine SQL Server Tables and Display Them in ASP.NET Webforms

ASP .NET CORE, Database development, Languages & Coding, Tables

This article describes the ways of using an INNER JOIN to combine results from two tables in the SQL Server database and display them in an...
Read More

.NET – Tools for working with multithreading and asynchrony – Part 2

ASP .NET CORE, Languages & Coding, Tools & technologies

This article comprises the second part of my speech at the multithreading meetup. You can have a...
Read More

.NET: Tools for working with multi-threading and asynchrony – Part 1

ASP .NET CORE, Languages & Coding, Tools & technologies

The need to do things in an asynchronous way – that is, dividing big tasks between multiple working units – was present long before 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

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...
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 can be created with built-in tools....
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

LINQ: Dynamic Creation of Query Filters

ASP .NET CORE, Languages & Coding

Sooner or later, each developer has to create data tables with the possibility to sort by columns....
Read More
Close