Author: Ivan Matec

Ivan Matec is experienced Software Engineer with a demonstrated history of working in the information technology and services industry. Skilled in Microsoft technologies (C#, VB.NET, Azure) and front-end technologies (jQuery, Angular). Strong engineering professional with a bacc. ing. comp. focused in Computer Programming from Polytechnic of Zagreb. Other professional interests include computer security and AI development.

Syntax of LINQ GroupBy Method in C#

SQL Server

We are continuing our series dedicated to LINQ technologies with a more detailed look at some...
Read More

Different types of LINQ queries: Query Syntax and Method Syntax

Languages & Coding

The current article continues the series about LINQ. The previous part introduced the LINQ technologies and demonstrated its usage on some...
Read More

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 query. Then other questions arise in regards...
Read More

Machine Learning {.NET} Image Classification

Automation, Database administration

One of the best scenes from Silicon Valley is Jian Yang demoing his “Hotdog, not hotdog”...
Read More

ML{.NET} Introduction

Automation, Database administration

Machine Learning (ML) has come from a buzzword that is nice to have in your application to a must-have feature that works and adds value....
Read More

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 more traditional Document Object Model...
Read More

Entity Framework – Just a Few Clicks Away

Frameworks, Languages & Coding

Entity Framework is an open-source object-relational mapping (ORM) framework for .NET applications....
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
Close