top of page
Search


Dependency Inversion Principle: How Google Developers write code
What is Dependency Inversion Principle? Dependency Inversion Principle corresponds to D among SOLI’D’ Principles. Its principle starts...

The Tech Platform
May 20, 2022


Insights into the .NET Multi-Platform App UI — MAUI
Microsoft’s latest cross-platform offering .NET MAUI is the next generation of Xamarin.Forms and is the evolution of Xamarin.Forms...

The Tech Platform
May 13, 2022


The 10 Commandments .NET Developers Must apply for Secure Applications
The security of .NET applications is necessary and knowing how to protect it is not always an easy task. As developers, we must be clear...

The Tech Platform
May 9, 2022


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


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


Guide to Build Cross-Platform Applications with .NET Core
In today’s time, web application development has become way too simple and a wide array of latest technologies and frameworks have come...

The Tech Platform
Apr 30, 2022


Exception Handling in C#
Exception Handling in C# is a process to handle runtime errors. We perform exception handling so that normal flow of the application can...

The Tech Platform
Apr 28, 2022


Parsing Text File By Span and Memory
We will write a method and the method will read all of the text inside the file then it will count the occurrences of the words. Like a...

The Tech Platform
Apr 28, 2022


Build a ToDo list application using .Net 5.0 Web API and Microsoft SQL Server
This article shows how to build a ToDo list application using .Net 5 Web API, JWT authentication and AspNetCore Identity. Microsoft SQL...

The Tech Platform
Apr 25, 2022
bottom of page
