top of page
Search
The Tech Platform
Sep 13, 2022
Difference between Iframe and Script?
What is Iframe? An Iframe also called as Inline frame, is a HTML element that loads another HTML page within the document. It essentially...
The Tech Platform
Sep 12, 2022
How to use feature flags in ASP.NET Core?
Feature flags in ASP.NET Core allow us to change application behaviour i.e. enable or disable a specific functionality in the application...
The Tech Platform
Sep 8, 2022
What is NestJS? Why Developers should choose NestJS?
NestJS is open-source framework for creating compelling backend system. In this article, learn NestJS, Features of NestJS and Why developers
The Tech Platform
Sep 6, 2022
How to perform asynchronous methods using Dapper?
In this article, we'll explore how to use Dapper in an asynchronous manner to perform database operations using async/await. Dapper is a...
The Tech Platform
Sep 6, 2022
Introduction to Worker Services in ASP.NET Core
Worker Services in ASP.NET Core provide a robust foundation for building efficient, long-running background tasks. These specialized...
The Tech Platform
Sep 2, 2022
How to consume ASP.NET Core Web API using RestSharp
What is RestSharp? RestSharp is a comprehensive, open-source HTTP client library that works with all kinds of DotNet technologies. It can...
The Tech Platform
Sep 1, 2022
One-Liner code in JavaScript
JavaScript syntax and built-in methods allows you to cut down a lot of unnecessary lines in your code and write short, easily readable...
The Tech Platform
Aug 30, 2022
Latest UI/UX Design Trends 2022
What is UI/UX Designer? A UX/UI Designer is a professional dedicated to finding an easy, intuitive, and friendly way to solve a problem...
The Tech Platform
Aug 30, 2022
What is API key? Why it is Important?
An application programming interface (API) key is a code used to identify and authenticate an application or user. API keys are available...
The Tech Platform
Aug 29, 2022
Advanced NLog features in ASP.NET Core
NLog is an open source lightweight logging framework, which provides rich log routing and management functions.
bottom of page