top of page
Search


Create SOAP Web Service in DOTNET Core
In this article, I’m going to demonstrate development of SOAP WebService using .Net Core. We will utilize a NutGet package available for...

The Tech Platform
May 5, 2022


Define DTO(Data Transfer Object). How to use Data Transfer Objects in ASP.NET Core 3.1
Data Transfer Object (DTO) a Data Transfer Object (DTO) is a pattern used to transfer data between software components, particularly...

The Tech Platform
May 5, 2022


Simple web site crawler using .NET Core and C#
This is an elementary Web site crawler written using C# on .NET Core . What do we mean by crawling a web site ? No! We are not indexing...

The Tech Platform
May 5, 2022


8 quick tips to improve your .NET API
Every day we need to develop new APIs, whether at work or for study purposes, and some features can help us with the use of good...

The Tech Platform
May 5, 2022


Writing A Pandas DataFrame To A Disk File Or A Buffer
Overview: Pandas DataFrame class supports storing data in two-dimensional format using nump.ndarray as the underlying data-structure. The...

The Tech Platform
May 5, 2022


DynamoDB: Set Up, Secondary Indexes and Read/Write Capacity.
The AWS DynamoDB is the fully managed NoSQL database offering from Amazon. This is excellent for organizations that do not want to manage...

The Tech Platform
May 4, 2022


Create a USB Drive for a Windows Server 2022 Installation
First, you will need to have all the prerequisites in place. Download the Windows Server 2022 ISO file, you can get it from various...

The Tech Platform
May 4, 2022


7 Steps to Mastering SQL for Data Science
SQL is a standard language for storing, manipulating and retrieving data in databases. Our SQL tutorial will teach you how to use SQL in:...

The Tech Platform
May 4, 2022


Jenkins vs Kubernetes: Compare DevOps tools. Which is Better?
What is Kubernetes? Kubernetes is an open-source CMS where ‘C’ stands for Container. Google created it. Kubernetes is used to handle a...

The Tech Platform
May 4, 2022


Optimize PyTorch Performance for Speed and Memory Efficiency
The training/inference processes of deep learning models are involved lots of steps. The faster each experiment iteration is, the more we...

The Tech Platform
May 4, 2022
bottom of page