top of page
Search
The Tech Platform
Feb 4, 2022
R vs Python: A Battle of Data Science Titans
In data science and machine learning, two programming powerhouses, R and Python, reign supreme. As two of the most popular and...
The Tech Platform
Feb 3, 2022
What is IEnumerable, ICollection, IList, and IQueryable in C#?
What is IEnumerable? IEnumerable is an interface, which defines only one method, GetEnumerator. The method returns an IEnumerator...
The Tech Platform
Feb 2, 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
Jan 28, 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 27, 2022
Integrating Azure Key Vault with .NET Web Apps and Function Apps
Azure Key Vault is a cloud service that provides secure storage to store your keys, secrets, and other sensitive configuration data for...
The Tech Platform
Jan 27, 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 25, 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 24, 2022
Write a Program to Check whether the two Strings are Equal or Not in Java
An array is a data structure in java that holds values of the same type with its length specified right from creation time. Think of a...
The Tech Platform
Jan 22, 2022
Arithmetic Operators in C#
Operators are a very useful thing in computing value. While writing a program, you need various types of operators to calculate the...
The Tech Platform
Jan 20, 2022
What are Objects in JavaScript? How to Create JavaScript Object?
JavaScript Object is the most important data type and serves as the building block for modern JavaScript. Unlike primitive data types in...
bottom of page