top of page
Search


Demystifying Yield return in C#
Despite some concepts in program languages being not new, I think it is crucial to revisit and share knowledge on specific features of C#...

The Tech Platform
Nov 3, 2021


Introduction to Dapper ORM
Dapper is an open-source, lightweight micro ORM, developed by the Stack overflow team for the .Net platform. It was developed considering...

The Tech Platform
Nov 3, 2021


Why and How String is Immutable in C#
Strings and Immutability In the programming world, a string is an array of System.Char characters that when put together represent text....

The Tech Platform
Oct 29, 2021


Multithreading and parallelism with C # examples in the .NET platform. Minimized simple description.
Greetings to all who are not indifferent to the topic of multithreading and parallelism. This time we will dive a little deeper and see...

The Tech Platform
Oct 28, 2021


What is CLR and Its Execution in C#
CLR (Common Language Runtime) The Common Language Runtime (CLR) is programming that manages the execution of programs written in any of...

The Tech Platform
Oct 26, 2021


The Difference Between Controlled and Uncontrolled Components in React
Controlled Component Controlled components in React are those in which form data is handled by the component’s state. Forms are used to...

The Tech Platform
Oct 26, 2021


Liskov Substitution Principle in C#
The Liskov substitution principle (LSP) is a collection of guidelines for creating inheritance hierarchies in which a client can reliably...

The Tech Platform
Oct 25, 2021


Code Optimization in C Sharp (C#) Programming Language
What is Optimization? The word Optimization is derived from the Latin word Optimal which means the best. Optimization is a methodology of...

The Tech Platform
Oct 25, 2021


Introducing Clean Blazor
In web development, starting a new project often means wading through a sea of boilerplate code. This boilerplate, while useful in some...

The Tech Platform
Oct 24, 2021


Django vs Nodejs : Comparison of two amazing backend frameworks
Django Django is a high-level Python web framework that enables rapid development of secure and maintainable websites. Built by...

The Tech Platform
Oct 21, 2021
bottom of page