top of page
Search


Introduction to Database Design.
Database Design is a collection of processes that facilitate the designing, development, implementation and maintenance of enterprise...
The Tech Platform
Jan 24, 2022


SQL Injection : What are the Types of SQL Injection. How to Detect and Prevent SQL Injection
SQL injection, also known as SQLI, is a common attack vector that uses malicious SQL code for backend database manipulation to access...
The Tech Platform
Jan 12, 2022

Audit-ability and Traceability design pattern with .Net 6, EF6, Sql server
In many industries and applications, it is important to track changes to data and maintain a history of actions taken on that data. This...
The Tech Platform
Jan 10, 2022

Step by Step: CRUD Operation Using .NET Core Web API with Entity Framework Using SQL Server.
Software Requirement: Visual Studio 2019 SQL Express Node Package Postman / Swagger) What is Entity Framework : Entity Framework is an...
The Tech Platform
Dec 23, 2021

How to Download PostgreSQL & Install PostgreSQL on Windows
PostgreSQL is an advanced, enterprise class open source relational database that supports both SQL (relational) and JSON (non-relational)...
The Tech Platform
Nov 24, 2021

Deploying a Database on Azure SQL
Azure SQL Database is a Platform as a Service (PaaS) offered by Microsoft Azure. Hence, you need the Azure subscription to use this SQL...
The Tech Platform
Nov 15, 2021


What is Data Wrangling? Process, Tools and Techniques.
Data wrangling is “the process of programmatically transforming data into a format that makes it easier to work with. This might mean...
The Tech Platform
Oct 19, 2021

Recursion in SQL Explained Visually
It’s common to store hierarchical data in SQL and recursive queries are a convenient way to extract information from such graphs....
The Tech Platform
Aug 4, 2021


How to create a microservice
To create a microservice, we need access to the following tools - Visual Studio (For implementing C# based code for the service) SQL...
The Tech Platform
Aug 2, 2021

MariaDB vs MySQL : Database Management System
What is Maria DB? MariaDB is a fork of the MySQL database management system. The RDBMS offers data processing capabilities for both small...
The Tech Platform
Jul 28, 2021
bottom of page