C# Generics and C++ Templates provide support for parameterized types. The following are the differences −
Flexibility
C++ Templates are more flexible than C# Generics
Explicit specialization
Explicit specialization is not supported b...
SOLID principles are design principles that help to create robust, scalable and maintainable software architecture. SOLID is an acronym which stands for:
S – SRP (Single responsibility principle)O – OCP (Open closed principle)L –&nbs...
SOLID principles are design principles that help to create robust, scalable and maintainable software architecture. SOLID is an acronym which stands for:
S – SRP (Single responsibility principle)O – OCP (Open closed principle)L –&nbs...
C# Generics and C++ Templates provide support for parameterized types. The following are the differences −
Flexibility
C++ Templates are more flexible than C# Generics
Explicit specialization
Explicit specialization is not supported b...
Introduction
The Microsoft SQL Server migrate both your schema and your data from the SQL Server database in your current environment into SQL Database, provided the existing database passes compatibility tests.
Data Migration Assistant to ...
A lot of interests are visible everywhere how to integrate R scripts with Microsoft PowerBI dashboards. Here goes a step by step guidance on this.
Lets assume, you have some couple of readymade R code available, for example , with&nb...
Introduction
In this article, I am going to show how to set up resources to work with Azure using power shell. We will learn basic power shell commands which are required to work with Azure. This article can be used by beginners, intermed...
The first question that people might have after looking at the title of this blog post is: “Why would I need to configure AD Services in Azure if it already offers a managed service?” I was thinking the same thing when I ended up configuring ...