top of page
Search


Implement unit testing in ASP.NET Core to improve the quality and maintainability of your code
Unit testing is an essential component of software development, especially when it comes to building applications in ASP.NET Core. Unit...

The Tech Platform
Feb 13, 2023


How to Split a String in Python?
Split string in Python refers to the process of breaking a larger string into smaller substrings or pieces based on a specified delimiter...

Sofia Sondh
Feb 8, 2023


How to use "map" object in TypeScript
What is Map in TypeScript? The Map is a built-in object in TypeScript that is used to store key-value pairs. It's similar to an object in...

The Tech Platform
Feb 7, 2023


How to use cross-page posting in ASP.NET
What is Cross-Page Posting? Cross-page posting in ASP.NET is a feature that enables you to submit data from one page to another in a web...

The Tech Platform
Feb 7, 2023


How to use Eclipse for Java Programming?
What is Eclipse? Eclipse is an open-source Integrated Development Environment (IDE) for Java programming. It provides a comprehensive set...

The Tech Platform
Feb 6, 2023


Types of caching in ASP.NET
Caching is a mechanism in ASP.NET that allows you to store data in memory for a specified period of time so that it can be reused quickly...

The Tech Platform
Feb 6, 2023


CSS Units
In this article, you will learn about different CSS units with examples. CSS units are a crucial aspect of web development and play a...

Sofia Sondh
Feb 4, 2023


How smart contracts work and their potential use cases in various industries.
Table of content: What is Smart Contract? How does Smart Contract work? How to create a Smart Contract? What is the use case of Smart...

Sofia Sondh
Feb 2, 2023


Java Design Pattern Interview Questions
Java design patterns are reusable solutions to commonly occurring software design problems. They provide a structured approach to solving...

The Tech Platform
Feb 2, 2023


How to link CSS to HTML
This tutorial will teach you to link CSS to HTML with three different methods. Linking CSS to HTML refers to the process of connecting a...

Sofia Sondh
Feb 1, 2023
bottom of page
