Frameworks

Tutorial Guide to Spark SQL: Great Tool for a Big Data Engineer

Frameworks, Languages & Coding

Understanding Spark SQL is extremely helpful for analyzing big data, especially when you’re...
Read More

Entity Framework – Just a Few Clicks Away

Frameworks, Languages & Coding

Entity Framework is an open-source object-relational mapping (ORM) framework for .NET applications. It let the developers work with data on...
Read More

Creation of Pandas DataFrame in Python with Examples

Database administration, Frameworks, Languages & Coding, Work with data

Python is a general-purpose language that can work with various types of data structures and solve data-related problems with the help of...
Read More

ASP.NET vs. PHP: the Best Framework for Web Development

ASP .NET CORE, Frameworks, Languages & Coding

The primary goal of web development teams is to deliver web applications with the best user...
Read More

Generic Repository Pattern in Entity Framework

Frameworks, Languages & Coding • 2 Comments

A Repository mediates between the domain and data mapping layers, acting like an in-memory domain object collection. Client objects...
Read More

Implementing OOP Inheritance in Classes that work with SQL and Entity Framework

Classes, Frameworks, Languages & Coding

This article is about creating a data model that would nicely fit SQL and contain “proper” OOP inheritance. I must say that I...
Read More

Entity Framework: Improving Performance when Saving Data to Database

Frameworks, Languages & Coding • 4 Comments

When adding or modifying a large number of records (10³ and more), the Entity Framework...
Read More

Entity Framework 6: Extensions You Might Be Unaware Of

Frameworks, Languages & Coding • 2 Comments

Entity Framework 6 was and still remains a ‘workhorse’ for data access incorporate. NET-based applications primarily because of...
Read More

The origin of GetHashCode in .NET

ASP .NET CORE, Frameworks, Languages & Coding • One Comment

This article is devoted to the GetHashCode method and the GetHashCode implementation in the .NET Framework. The article also...
Read More

SQL Server Unit Testing with tSQLt Framework

Frameworks, Languages & Coding, Testing

In this article, we will talk about the tSQLt framework — a free database unit testing...
Read More
Close