Skip to content

ExecuteCommands

  • Home
  • NET Core
    • ASP.NET Core
    • Blazor
    • dotnet cli
    • WPF
  • Visual Studio
  • AI & ML
  • Design Patterns
  • Tools

Top 5 Integrated Development Environments (IDE)

February 21, 2021January 2, 2021 by Tauqir
executecommands.com tools

An Integrated Development Environment (IDE) is a software application that helps to develop software with great ease. It is a collection of tools and extensions that provides an environment to design, develop, test, and publish …

Read moreTop 5 Integrated Development Environments (IDE)

Top 7 Web Frameworks to Learn and Focus on in 2021

February 21, 2021December 31, 2020 by Tauqir
executecommands.com tools

There are a great number of Web Frameworks to learn and focus on, some offer all the features out of the box to build web applications that a scalable and handle a large number of …

Read moreTop 7 Web Frameworks to Learn and Focus on in 2021

Top 7 Programming Languages to Focus on in 2021

February 21, 2021December 30, 2020 by Tauqir
executecommands.com tools

There are more than 100 programming languages, some are built to solve specific problems and some are there to built general-purpose applications. The list is huge and creates a question, on how to pick the …

Read moreTop 7 Programming Languages to Focus on in 2021

Structural Design Patterns

March 11, 2021December 27, 2020 by Tauqir
design-patterns-oop-csharp

Design Pattern provides a guideline (best practices) to solve a problem that might occur in software development. These Design Pattern solutions were obtained by various trials and test methods used by a huge number of …

Read moreStructural Design Patterns

Bridge Design Pattern in C#

March 28, 2021December 27, 2020 by Tauqir
design-patterns-oop-csharp

This is the seventh post in the Structural Design Patterns series and in this post, we will discuss the Bridge Design Pattern and its implementation using the C# programming language. The Bridge Design Pattern provides …

Read moreBridge Design Pattern in C#

Decorator Design Pattern in C#

March 28, 2021December 23, 2020 by Tauqir
design-patterns-oop-csharp

This is the sixth post in the Structural Design Patterns series and in this post, we will discuss the Decorator Design Pattern and its implementation using the C# programming language. The Decorator Design Pattern provides …

Read moreDecorator Design Pattern in C#

Flyweight Design Pattern in C#

February 21, 2021December 20, 2020 by Tauqir
design-patterns-oop-csharp

This is the fifth post in the Structural Design Patterns series and in this post, we will discuss the Flyweight Design Pattern and its implementation using the C# programming language. The Flyweight Design Pattern provides …

Read moreFlyweight Design Pattern in C#

Composite Design Pattern in C#

March 11, 2021December 16, 2020 by Tauqir
design-patterns-oop-csharp

This is the fourth post in the Structural Design Patterns series and in this post, we will discuss the Composite Design Pattern and its implementation using the C# progamming language. The Composite Design Pattern provides …

Read moreComposite Design Pattern in C#

Facade Design Pattern in C#

February 21, 2021December 13, 2020 by Tauqir
design-patterns-oop-csharp

This is the third post in the Structural Design Patterns series and in this post, we will discuss the Facade Design Pattern and its implementation using the C# programming language. The Facade Design Pattern provides …

Read moreFacade Design Pattern in C#

Proxy Design Pattern in C#

February 21, 2021December 10, 2020 by Tauqir
design-patterns-oop-csharp

This is the second post in the Structural Design Patterns series and in this blog post, we will discuss the Proxy Design Pattern and its implementation using the C# programming language. The Proxy Design Pattern …

Read moreProxy Design Pattern in C#

SQLite Studio to manage SQLite databases

March 28, 2021December 4, 2020 by Tauqir
executecommands.com tools

In this blog post, we will discuss SQLite Studio, a great little management tool, that helps us to easily create and manage SQLite databases. It is a free, cross-platform, portable (no installation required), open-source tool, …

Read moreSQLite Studio to manage SQLite databases

Adapter Design Pattern in C#

February 21, 2021November 29, 2020 by Tauqir
design-patterns-oop-csharp

This is the first post in the Structural Design Patterns series and in this blog post, we will discuss the Adapter Design Pattern and its implementation using the C# programming language. The Adapter pattern is …

Read moreAdapter Design Pattern in C#

How to use Blazor EditForm for Model Validation

March 11, 2021November 28, 2020 by Tauqir
How to use Blazor EditForm for Model Validation 1

In this blog post, we will discuss how to use the Blazor EditForm for model validation. The EditForm component ships with the ASP.NET core package and allows us to easily validate user input and handle …

Read moreHow to use Blazor EditForm for Model Validation

How to add a new profile in Windows Terminal

April 4, 2021July 18, 2020 by Tauqir
How to add a new profile in Windows Terminal 2

In this blog post, we will discuss how to add a new profile in Windows Terminal application and provide some customization like cursor shape, its color, background image, etc. Here we will use cmd.exe and create …

Read moreHow to add a new profile in Windows Terminal

How to easily Customize Global Settings in Windows Terminal

February 21, 2021June 24, 2020 by Tauqir
How to easily Customize Global Settings in Windows Terminal 3

In this blog post, we will discuss how to customize global settings in Windows Terminal. These settings are applicable at the terminal application level as well as all these settings override the profile settings.  If …

Read moreHow to easily Customize Global Settings in Windows Terminal

Post navigation
Older posts
Page1 Page2 … Page5 Next →

Tags

Blazor Application (9) Design Patterns (15) dotnet cli (12) Machine Learning (6) NET Core (29) NET Core Web (14) terminal (6) tools (10) Visual Studio 2019 (14) WPF (4)

Recent Posts

  • Top 5 Integrated Development Environments (IDE)
    Top 5 Integrated Development Environments (IDE)
  • Top 7 Web Frameworks to Learn and Focus on in 2021
    Top 7 Web Frameworks to Learn and Focus on in 2021
  • Top 7 Programming Languages to Focus on in 2021
    Top 7 Programming Languages to Focus on in 2021
  • Structural Design Patterns
    Structural Design Patterns
  • Bridge Design Pattern in C#
    Bridge Design Pattern in C#

Design Patterns

  • Structural Design Patterns
    Structural Design Patterns
  • Bridge Design Pattern in C#
    Bridge Design Pattern in C#
  • Decorator Design Pattern in C#
    Decorator Design Pattern in C#

NET Core

  • How to publish a Blazor Server Application to IIS
    How to publish a Blazor Server Application to IIS
  • The difference in Blazor Server and WebAssembly Application
    The difference in Blazor Server and WebAssembly Application
  • Exploring Blazor WebAssembly App Project Structure
    Exploring Blazor WebAssembly App Project Structure

Development Environment

  • Important Debugging Shortcuts of Visual Studio 2019
    Important Debugging Shortcuts of Visual Studio 2019
  • Top 7 Visual Studio 2019 extensions for Web Projects
    Top 7 Visual Studio 2019 extensions for Web Projects
  • Top 10 Productivity Tips and Tricks in Visual Studio 2019
    Top 10 Productivity Tips and Tricks in Visual Studio 2019

Machine Learning

  • Machine Learning Model Generation – Simple Generic Process
    Machine Learning Model Generation – Simple Generic Process
  • Datasets for Machine Learning – Free to use
    Datasets for Machine Learning – Free to use
  • AI vs ML vs DL – The basic differences
    AI vs ML vs DL – The basic differences

Categories

  • AI & ML
  • ASP.NET Core
  • Blazor
  • Design Patterns
  • dotnet cli
  • NET Core
  • Tools
  • Visual Studio
  • WPF
  • About
  • Disclaimer
  • Privacy Policy
  • Contact
© 2021 executecommands.com