database

Sep
06
Best Practices for Managing Object Lifetimes in .NET

Best Practices for Managing Object Lifetimes in .NET

Managing object lifetimes is a critical aspect of memory management in .NET applications. Properly handling how long objects remain in memory can significantly impact the performance and efficiency of your software.
3 min read
Nov
28
5 Programming Principles To Live By

5 Programming Principles To Live By

As programmers, we try to follow certain rules and patterns to govern how we write code that delivers software. While
3 min read
Nov
28
ASP.NET Core MVC - Cross-Platform Development

ASP.NET Core MVC - Cross-Platform Development

Hey Developers, This year makes three years since I took the plunge and published my first course on Udemy. Since
2 min read
Oct
14
Relational SQL vs. Non-Relational Databases

Relational SQL vs. Non-Relational Databases

A comparison between Relational Databases and NoSQL Databases. There are two main types of databases, relational and non-relational. The major
2 min read