top of page
Search
The Tech Platform
Jun 11, 2022
C# Optimization: Tips and Tricks
What is Optimization? Optimization is a program transformation technique, which tries to improve the code by making it consume less...
The Tech Platform
Jun 11, 2022
How to make your VS Code faster?
Visual Studio Code (VS Code) is designed to be lightweight. It has a tight set of core features, and you can add extra features through...
The Tech Platform
Jun 10, 2022
How to export data to Excel in ASP.NET Core
When needing to export data to Excel, you have a couple of different options. If you need simple tabular data, generating a CSV file may...
The Tech Platform
Jun 10, 2022
The Basics of Coding and Programming You Should Know
Your computer’s operating system, your phone, this website: they have one thing in common. They all run on a set of instructions to...
The Tech Platform
Jun 8, 2022
What is Impersonation ASP.NET?
Impersonation is a process of temporarily assuming the identity of another Windows account. This process does not give you the ability to...
The Tech Platform
Jun 7, 2022
C# vs Golang: Difference and Similarities
What is C#? C# is a modern, object-oriented programming language. Microsoft's Anders Hejlsberg and his team developed the program, which...
The Tech Platform
Jun 6, 2022
Dapper vs Entity Framework 6 Detailed Benchmark
Dapper is a lightweight tool that is developed by the StackOverflow developer team as a micro-ORM. On the other hand, Entity Framework is...
The Tech Platform
Jun 6, 2022
C# Programming Language: Hashtables
Hashtables can be used to store a collection of data, similar to that of a normal list. The main difference is that a Hashtable can store...
The Tech Platform
Jun 1, 2022
Options Pattern in C#: How to supply <IOptions>
The IOptions service is used to bind strongly types options class to configuration section and registers it to the Asp.Net Core...
The Tech Platform
May 28, 2022
.NET Core Best Practices
.NET Core is a free, open-source, general-purpose development platform maintained by Microsoft. It is a cross-platform framework that...
bottom of page