Datasets for Machine Learning – Free to use

machine learning

In this blog post, we will look at freely available datasets for Machine Learning that can be used for learning and various analysis and predictions. Machine Learning is one of the biggest game-changer in the …

Read more

Top 7 Must-Have Visual Studio 2019 Extensions

visual studio 2019

Visual Studio is one of the best developer friendly Integrated Development Environment (IDE). The IDE has tons of features that help to ease the development process. These features can be further customized or new features …

Read more

AI vs ML vs DL – The basic differences

machine learning

In this blog post, we will explore the difference between Artificial Intelligence, Machine Learning, and Deep Learning (AI vs ML vs DL) in short. The post uses basic Machine Learning terminologies if you are completely …

Read more

Visual Studio 2019 Output Window

visual studio 2019

Visual Studio is one of the best developer friendly Integrated Development Environment (IDE) developed and maintained by Microsoft. The IDE has a huge list of features and in this blog post, we will read about …

Read more

ASP.NET CORE 3.0 MVC Project Structure

aspnet core

In this blog, we will talk about ASP.NET Core 3.0 MVC Project Structure and will try to understand the organization of the various files in the project hierarchy. Brief Introduction to ASP.NET Core 3.0 ASP.NET …

Read more

Visual Studio 2019 Code Navigation (Ctrl+T)

visual studio 2019

In this blog, we will talk about Visual Studio 2019 code navigation using the “Go to All” shortcut, which provides a very convenient way to move around in the current and solution files. Visual Studio …

Read more

10 Basic Machine Learning Terminologies

machine learning

Machine Learning sometimes used as a synonym for Artificial Intelligence and is currently being implemented across the technological world. Machine Learning is a set of algorithms that learns to make decisions based on the input …

Read more

Introduction to Machine Learning

machine learning

Machine Learning is a branch of Artificial Intelligence (AI) that provides a computer application the capabilities to learn or get experienced and improve over time on a given dataset without any explicit programming. The application …

Read more

How to Publish a NET Core application

dotnet cli

NET core command-line interface (dotnet-cli) is a new NET Core toolset (commands) for developing NET Core Applications. The dotnet-cli toolset provides a list of commands to create, build, execute and publish a NET Core application. …

Read more

How to change Visual Studio 2019 Theme

visual studio 2019

Visual Studio 2019 is one of the best developer-friendly Integrated Development Environment (IDE) developed and maintained by Microsoft. Visual Studio can be used to develop a plethora of different applications such as Console Applications, Windows …

Read more