Mint Blog

02/03/2023
.NET vs Java: Key Differences and Which One is Better?
Looking to decide between .NET vs Java for your next software project? Our in-depth comparison explores the pros and cons of each platform.
read more
17/01/2023 What’s New in .NET? .NET 7 Guide
A new version of .NET gets released every November, so it’s high time we got our hands on .NET 7 which has been in the making for some time.
read more
04/04/2022 C# vs. Go – Which is Better for Your Next Application?
C# vs. Go are among the most popular programming languages. Both are versatile and perfect for web development but operate vastly differently. We hope that this article will shed some light on some of the questions you may have.
read more
22/09/2021 Migrate to .NET Core from .NET Framework Painlessly – 4 Key Steps
Applications created in older .NET Framework versions may be harder to maintain and generate more costs, so shifting to .NET Core, may be the right direction to go. We’ve pinpointed four key steps that will help you understand the process and navigate the transition painlessly.
read more
03/08/2021 In-house vs. Outsourcing – What’s Better for Your .NET Project?
We compare in-house vs. outsourcing models so you could make the best decision when building a .NET development team.
read more
19/07/2021 .NET Core vs. .NET Framework – Which is a Better Choice for Your Next App?
What is the difference between the .NET Core and the .NET Framework? Read the article and make the right decision when picking between these two for your software development project.
read more
23/06/2021 When .NET Framework is the Best Choice for Application Development and Why?
Adam Maciejek talks about the .NET Framework created by Microsoft, its advantages over other platforms, and why this technology is the best choice for app development.
read more
24/11/2020 Inversion of Control #2: Decoupling Through Events
Read about the next level of implementation of the Inversion of Control: the Events. The article is written by Konrad Zajda, our full-stack developer.
read more
18/06/2020 Inversion of Control #1: Dependency Injection
Inversion of Control is a pattern of software development in object-oriented programming. We distinguish several implementations of the IoC. In this article, we will take a closer look at the first implementation - the dependency injection.
read more
04/12/2019 Memory Management in .NET – Garbage Collector
How to efficiently manage the memory under .NET? Learn a few tricks and focus on business value instead of remembering about allocating or deallocating memory.
read more
22/04/2019 Programming Tips: Why Array Doesn’t Have ‘Add’ Method?
When we initiate an Array we have to declare the size of the array. We cannot extend the size of an existing array, so Add method doesn’t have any sense. Right? Check our programming tips and learn why Array doesn't have 'add' method.
read more