Tutorial Guide to Spark SQL: Great Tool for a Big Data Engineer
Understanding Spark SQL is extremely helpful for analyzing big data, especially when you’re...
Entity Framework – Just a Few Clicks Away
Entity Framework is an open-source object-relational mapping (ORM) framework for .NET applications. It let the developers work with data on...
Creation of Pandas DataFrame in Python with Examples
Python is a general-purpose language that can work with various types of data structures and solve data-related problems with the help of...
ASP.NET vs. PHP: the Best Framework for Web Development
The primary goal of web development teams is to deliver web applications with the best user...
Generic Repository Pattern in Entity Framework
A Repository mediates between the domain and data mapping layers, acting like an in-memory domain object collection. Client objects...
Implementing OOP Inheritance in Classes that work with SQL and Entity Framework
This article is about creating a data model that would nicely fit SQL and contain “proper” OOP inheritance. I must say that I...
Entity Framework: Improving Performance when Saving Data to Database
When adding or modifying a large number of records (10³ and more), the Entity Framework...
Entity Framework 6: Extensions You Might Be Unaware Of
Entity Framework 6 was and still remains a ‘workhorse’ for data access incorporate. NET-based applications primarily because of...
The origin of GetHashCode in .NET
This article is devoted to the GetHashCode method and the GetHashCode implementation in the .NET Framework. The article also...
SQL Server Unit Testing with tSQLt Framework
In this article, we will talk about the tSQLt framework — a free database unit testing...