top of page
Search


LINQ to SQL in ASP.Net With CRUD Operations
Language-Integrated Query (LINQ) In Language-Integrated Query (LINQ) to SQL, the data model of a relational database is mapped to an...

The Tech Platform
Apr 11, 2022


Data Scientists, The 5 Graph Algorithms that you should know
We as data scientists have gotten quite comfortable with Pandas or SQL or any other relational database. We are used to seeing our users...

The Tech Platform
Apr 11, 2022


Exploiting XSS with Javascript/JPEG Polyglot
XSS (Cross-Site Scripting) vulnerabilities pose a significant security risk to web applications. They allow attackers to inject malicious...

The Tech Platform
Apr 11, 2022


AWS Lambda vs Azure Functions
AWS Lambda AWS Lambda is a serverless computing service software that executes a code in response to the triggered events. It...

The Tech Platform
Apr 11, 2022


Create Time Slots in PHP for Given Time
This is a user-defined PHP function that is used to split a time slot between the start and end time using time intervals. The function...

The Tech Platform
Apr 9, 2022


Introduction to Sharepoint Framework. How to set up?
SharePoint SPFx is a simple way of utilizing data through open source tools. The modifications can be easily applied and customizations...

The Tech Platform
Apr 9, 2022


Dotnet core gRPC Service Development, Test and Deployment as Windows Service
Why should I use gRPC service; What is RPC? First of all, if you have a standard SOAP or REST service, you may question why you should...

The Tech Platform
Apr 9, 2022


Authentication in ASP.Net Core
A step-by-step guide for user authentication in your ASP.Net Core Web Apps Authenticating a user is one of the basic and most widely...

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...

The Tech Platform
Apr 8, 2022


How to use String.matches() with Regular Expression in Java?
The string matches method in Java can be used to test String against regular expressions in Java. The string matches() method is one of...

The Tech Platform
Apr 8, 2022
bottom of page
