(Debasis Saha) Entity Framework is an open-source framework which totally depends on ORM Framework (Object Relational Mapping). This framework gives an opportunity for the developer to work with data using different domain objects which specified in the model classes.
Community
Setting up MySQL Group Replication with MySQL Docker images
(Wagner Franchin) MySQL Group Replication (GR) is a MySQL Server plugin that enables you to create elastic, highly-available, fault-tolerant replication topologies. Groups can operate in a single-primary mode with automatic primary election, where only one server accepts updates at a time.
How to unit test Internal classes in .NET Core applications?
(Anthony Giretti) The creation of unit tests is an important step in ensuring the quality of a project. In general, most public methods are tested, but what if you want to test a non-public part of the project?
SQL SERVER – Disable IntelliSense in SQL Server Management Studio
(Pinal Dave) Just another day, I received an email from a user who has over 350 thousand tables in a single database. He was my earlier customer of Comprehensive Database Performance Health Check. He was facing indeed a very strange issue where his metadata table was locking up and we fixed that by
MySQL : InnoDB Transparent Tablespace Encryption
(Mayank Prasad) From MySQL 5.7.11, encryption is supported for InnoDB (file-per-table) tablespaces. This is called Transparent Tablespace Encryption or sometimes referred as Encryption at Rest.
Enterprise Power BI platform advances with SSRS, ‘dataflows’
(Craig Stedman) Microsoft embeds its SSRS reporting software and more-advanced data preparation tools in Power BI, part of a plan to blend self-service and enterprise BI for users.
T-shaped knowledge and learning about the cloud: T-SQL Tuesday #108
(Kenneth Fisher) Upper management at my company has started asking for something called T-Shaped knowledge. The idea is that we have a broad range of knowledge in an area that may not be overly deep and one or more spikes of deeper knowledge.
Debug native SQL routines with new trace procedures in Db2 for z/OS
(Jae Lee and Paul McWilliams) In Db2 11 and 12, APARs PI44721 and introduce tracing procedures for writing trace information from native SQL procedures.
10 OOPS Concepts in Java
(Ramesh Fadatare) Check out this post to learn more about the top 10 object-oriented programming concepts in Java, including abstraction, coupling, and more!
Under the hood of ASP.NET Core WebHooks – Model Binding
(Tomasz Peczek) For the past last posts I was looking at different mechanisms hiding under the hood of ASP.NET Core WebHooks. They were all part of processing which happens before a mapped action is executed.
