(Joydip Kanjilal) The TrackGraph method in Entity Framework Core (EF Core) can be used for handling complex data in disconnected scenarios. This article presents a discussion on how we can work with this method in EF Core.
Other News
Get Multiple Table In View Using AJAX In ASP.NET MVC
(Farhan Ahmed) In this article, I will explain how you can display multiple tables in a view using Ajax with asp.net MVC.
Azure SQL Database – Automatic Tuning – Have you enabled it?
(blobeater) Do you enable this setting to allow automatic tuning to care of all your performance needs?
Testing Performance Of Power BI Reports In The Browser, Part 2
(Chris Webb) In the first part of this series I talked about why you might want to test the performance of a Power BI report in the browser, as opposed to using Performance Analyzer in Power BI Desktop, and the different factors you have to take into account when doing this kind of testing.
Behind the Scenes with Foreign Keys Part 2
(Mark Gillis) The previous blog (Behind the scenes with Foreign Keys part 1) was looking at the impact on your data of switching Foreign Keys (FKs) off and how to clean up the ensuing orphan data. I’m going to move on now to what can happen to your access paths regardless of any data manipulation.
5 simple and effective Java techniques for strings and arrays
Java routinely hits inside the top five most popular programming languages and understandably so; it’s versatile, fairly easy to learn being that it’s a high-level language, and it satisfies a number of use cases.
Use Blazor in your existing ASP.NET Core 3.x application
(Jon Hilton) Starting with ASP.NET Core 3.0, you can add Blazor components to your existing ASP.NET Core (MVC, Razor Pages) application.
Store Images In SQL Server Using EF Core And ASP.NET Core
(Bipin Joshi) At times you need to store images in a data store rather than storing them as physical files. You can store them in and retrieve them from SQL Server using Entity Framework Core and ASP.NET Core. This article shows you how.
Rendering A List Of Mixed Types Using NgFor And NgTemplateOutlet In Angular 9.0.0-rc.5
(Ben Nadel) Earlier this year, I looked at rendering a list of mixed-types using ngFor and ngSwitch in Angular 7. The technique outlined in that post is the technique that I generally use.
Understanding Hash Joins in MySQL 8
(Tibor Korocz) In MySQL 8.0.18 there is a new feature called Hash Joins, and I wanted to see how it works and in which situations it can help us. Here you can find a nice detailed explanation about how it works under the hood.
