65,948 articles found

ASP.NET8 using DataTables.net – Part10 – New Plugins

A practical guide to building an Asp.Net 8 MVC application that uses jQuery component DataTables.net. The article focuses on integrating different technologies (ASP.Net8, MVC, C#, Bootstrap 5, jQuery DataTables.net) into a professional-level application.

8 days ago

3

SqlServer – Query performance – Database maintenance can help

Periodic SqlServer database maintenance steps, like 1) updating statistics; and 2) defragment indexes can contribute to query performance.

9 days ago

0

GitHub Copilot – Huge Quality Advancement in 3 months (June 2025)

After the appearance of the GitHub Copilot Agent, I decided to try it on my real-life ASP.NET8 project. I tried assisted coding and produced 5.300 lines of code, of which 95% was generated. There is a very, very big quality advancement in usability of this version compared to the version I tried 3 months ago.

19 days ago

0

Breaking changes in .NET build tools 8.0.0 to 8.0.11

After an upgrade to .NET 8.0.11, I started to get errors, and builds/applications failed. I was getting “hostpolicy.dll...not found” and “error MSB4018: … Could not find … singlefilehost.exe”.

19 days ago

0

NET8/EF8 Breaking Change. Old servers/databases might not understand queries from EF8.

In .NET8/EF8 when working with SQL Server, EF might create newer version SQL queries that old SQL servers/databases will not understand and will consider that as a Syntax Error. The solution is to synchronize Server and Client Compatibility levels.

19 days ago

0

Testing speed of modern External SSD backup

A practical test of the speed of the latest technology in External SSD devices and compare it to previously available technologies of External USB-based backup devices. Tests are done with real-life file sets and real commercial laptops used in typical company environments.

19 days ago

0

Entity Framework 9 - GroupBy throwing Exception

Regular usage of EF9 sometimes throws Exception "The given key 'EmptyProjectionMember' was not present in the dictionary". It seems that is related to the bug in EF9 related to the usage of GroupBy.

19 days ago

0

Entity Framework 8 – Tricks with Partial Classes

In the Entity Framework 8 (EF 8) Database First approach, the generated EF classes cannot be directly extended with additional functionality because they are overwritten when the model is regenerated. To overcome this limitation, we can leverage partial C# classes. This article presents useful tricks for extending functionality in an C#/EF/ASP.NET environment, helping developers keep their custom extensions intact while still benefiting from automatic model generation.

19 days ago

0

Thumbnail for Neural networks for regression and their implementation in C#

Neural networks for regression and their implementation in C#

How to implement neural networks for regression in C# ?

C#
.NET
artificial_intelligence
deep-learning
machine-learning

11 months ago

5

Thumbnail for Part 1: Building an IoT application with a modern variety PIC Microcontroller

Part 1: Building an IoT application with a modern variety PIC Microcontroller

Get to grips with analog sensor and UART reporting with this first part.

Dev
Beginner
C

11 months ago

0