top of page
Search
The Tech Platform
Jan 10, 2023
Top 5 Functional Interface in Java
A Java platform is basically a collection of programs that will help you develop and run Java programming applications. It is made up of...
The Tech Platform
Nov 1, 2022
FromServices Attributes in ASP.NET Core
ASP.NET Core provides an attribute called FromServices to inject the dependencies directly into the controller's action method. In this...
The Tech Platform
Oct 28, 2022
Cookies in ASP.NET Core
In web development, cookies play a crucial role in maintaining the session state and improving the browsing experience for users. Cookies...
The Tech Platform
Oct 27, 2022
URL Rewriting Middleware in ASP.NET Core
URL rewriting is the act of modifying request URLs based on one or more predefined rules. URL rewriting creates an abstraction between...
The Tech Platform
Oct 18, 2022
Write a Program to convert degree into radian using C++
What is Radian? The radian is the unit of angle in the International System of Units and is the standard unit of angular measure used in...
The Tech Platform
Aug 25, 2022
10 Console Methods in Javascript
In JavaScript, the console is an object which provides access to the browser debugging console. We can open a console in web browser by...
The Tech Platform
Jun 20, 2022
How to use LoggerMessage in ASP.NET Core
ASP.NET Core is a popular web framework that allows developers to build modern, high-performance web applications using the .NET...
The Tech Platform
May 14, 2022
Introduction to Parcel.JS
Parcel is a web application bundler, differentiated by its developer experience. It offers blazing fast performance utilizing multicore...
The Tech Platform
May 9, 2022
Difference Between String and string in C#
String (capital S) is a class in the .NET framework in the System namespace. The fully qualified name is System.String. Whereas, the...
The Tech Platform
Apr 8, 2022
Use Ant Design UI Library with Vue3
How to Install and Use Ant Design with Vue3 I followed most of the steps described in the url below but I had to change a library’s...
bottom of page