(Joydip Kanjilal) Entity Framework Core (EF Core) is a lightweight, open source, cross platform and extensible version of Microsoft’s popular ORM Entity Framework. EF Core is light-weight and runs on top of the .NET Core runtime. While working on ORMs we often use models that are mapped to database
Other News
Math Class in Java
(Vijay Kumari) The java.lang.Math class contains methods for performing basic numeric operations such as the elementary exponential, logarithm, square root, and trigonometric functions.
15 Tips and Tricks to Increase Your Productivity in Visual Studio 2019
(Karthik E) Visual Studio 2019 is packed with new features for smartly handling code for different projects. This blog compiles tips and tricks that will make you more productive when using Visual Studio 2019.
Setting up a High Availability for PMM
(kabilesh) We have been working with PMM for quite a long time, we do most of the performance analysis with PMM for most of our clients. It also provides the flexibility that we have built our own custom dashboard.
Changing PDB/CDB spfile parameters
(brendantierney) When working with a Oracle database hosted on the Oracle cloud (not an Autonomous DB), I recently had the need to change/increase the number of processes for the database. After a bit of researching it looked liked I just had to make the change to the SPFILE and that would be it.
SQL SERVER – Create Index Without Locking Table
(Pinal Dave) Indexes are the last option we consider when we do a Comprehensive Database Performance Health Check. 3 out of 4 clients, I work on the health check, we end up not creating new indexes. Most of the time we spend time looking at the indexes when removed we can get instant performance and
Building a Java App With Gradle
(Andrew Hughes) Here’s everything you ever wanted to know about building a Java application with Gradle.
Easy unit testing of null argument validation (C# 8 edition)
(Thomas Levesque) A few years ago, I blogged about a way to automate unit testing of null argument validation. Its usage looked like this:
Automatic member fencing with OFFLINE_MODE in Group Replication
(Nuno Carvalho) Group Replication enables you to create fault-tolerant systems with redundancy by replicating the system state to a set of servers. Even if some of the servers subsequently fail, as long it is not all or a majority, the system is still available.
Microprocess Considerations
(Jan Kettenis) In this article I discuss some considerations when applying the Microprocess Architecture, and how those can impact the design of the process.
