top of page
Search


Top 8 Open-Source Projects
The term open source refers to any program whose source code is made available for use or modification as users or other developers see...

The Tech Platform
Jun 4, 2022


Introduction to identity and access management?
Identity and access management (IAM) is a framework of business processes, policies and technologies that facilitates the management of...

The Tech Platform
Jun 3, 2022


"this" Parameter in JavaScript
The "this" parameter in JavaScript is a fundamental concept in JavaScript that plays an important role in defining the context of a...

The Tech Platform
Jun 3, 2022


How to use endpoint routing in ASP.NET Core 3.0 MVC
The Endpoint Routing is the Process by which ASP.NET Core inspects the incoming HTTP requests and maps them to applications executable...

The Tech Platform
Jun 3, 2022


How to Merge Documents Using Microsoft Power Automate
SharePoint Document and Mail Merge is the simple, fast and clean way to merge SharePoint list data into predefined Word, Excel and...

The Tech Platform
Jun 2, 2022


Best Python IDE
Python IDEs are essential tools for developers who work with Python. They provide a set of tools to write, test, and debug code, which...

The Tech Platform
Jun 2, 2022


When to Use Angular ControlValueAccessor and What’s the Difference Without It?
ControlValueAccessor provides the ability to use FormControl with any component that implements this interface. This gives a lot of...

The Tech Platform
Jun 1, 2022


Software Architecture Pattern: Which Architecture Pattern to Choose?
An architectural pattern is the outline that allows you to express and define a structural schema for all kinds of software systems. It’s...

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
Jun 1, 2022


Creating a Menu Bar UI with .NET MAUI Preview 14
In this blog, We will create a photo viewer and editor .NET MAUI desktop application and integrate the menu bar in it. Create photo...

The Tech Platform
Jun 1, 2022
bottom of page