top of page
Search


C# Generics
Generic is a class which allows the user to define classes and methods with the placeholder. Generics were added to version 2.0 of the C#...

The Tech Platform
Feb 5, 2022


What are Tuple in .NET?
Tuple is a data structure which gives you the easiest way to represent a data set which has multiple values that may/may not be related...

The Tech Platform
Feb 4, 2022


Introduction to Polymorphism in C#
Polymorphism is the ability of objects of different types to provide a unique interface for different implementations of methods. It is...

The Tech Platform
Feb 2, 2022


Global Exception Handling in .NET 6
Exception handling is one of the important tasks in the application development cycle. Today, I am planning to tell you the effective way...

The Tech Platform
Jan 28, 2022


How to send emails in .Net Core Web API
Sending emails is an integral part of web development and a better way to connect with your users and keep them up to date with...

The Tech Platform
Jan 27, 2022


The easiest .NET ORM framework
There are plenty of awesome ORMs out there but when it comes to the easiest to learn and use by far is Insight.Database What’s...

The Tech Platform
Jan 25, 2022


Difference between Java vs .NET. Who wins?
What is Java? Java is a programming language that is cross-platform, general-purpose, class-based, and object-oriented. Even though Java...

The Tech Platform
Jan 12, 2022


.NET Core 3 Source Code Scanning
Hello, in this article, I will show you how to scan an application developed with .Net Core 3 framework using Fortify. Visual Studio 2019...

The Tech Platform
Jan 10, 2022


Notification Queue : RabbitMQ in .NET Core
lets start the RabbitMQ server running in docker container. If you don’t have already, it will pull by default and command it: docker run...

The Tech Platform
Jan 9, 2022


.Net Development on the M1 Mac
Since .NET (Core) is cross-platform, I decided to switch things up a bit, and once Apple introduced their new in-house ARM-based silicon,...

The Tech Platform
Jan 3, 2022
bottom of page