Skip to content

Execute Commands

Software Application Articles

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

Visual Studio

Important Debugging Shortcuts of Visual Studio 2019

May 24, 2020January 26, 2021 TauqirVisual Studio 1391 views
Important Debugging Shortcuts of Visual Studio 2019 1

In this blog post, we will learn about the important debugging shortcuts of Visual Studio 2019 which comes really handy while debugging an application and also helps to increase productivity. Visual Studio 2019 is one of the best developer friendly […]

Read more

Top 7 Visual Studio 2019 extensions for Web Projects

May 19, 2020January 26, 2021 TauqirVisual Studio 962 views
Top 7 Visual Studio 2019 extensions for Web Projects 2

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 can be added using Visual […]

Read more

Top 10 Productivity Tips and Tricks in Visual Studio 2019

May 8, 2020January 26, 2021 TauqirVisual Studio 1050 views
Top 10 Productivity Tips and Tricks in Visual Studio 2019 3

In this blog post, we will look into Top 10 productivity tips and tricks in Visual Studio 2019 that can not only help to make the developer’s life a lot easier but also help to increase the productivity time. Below […]

Read more

How to use External Tool in Visual Studio 2019

April 29, 2020January 28, 2021 TauqirVisual Studio 1793 views
How to use External Tool in Visual Studio 2019 4

In this blog post, we are going to look into how to use the External Tool in Visual Studio 2019. Using this feature, the user can configure and call external tools right from the Visual Studio Tools menu. Whenever the […]

Read more

Top Features of Visual Studio 2019 Community Edition

April 26, 2020January 28, 2021 TauqirVisual Studio 836 views
Top Features of Visual Studio 2019 Community Edition 5

Microsoft Visual Studio 2019 is one of the best developer friendly Integrated Development Environment (IDE) a developer can have. The IDE has tons of features that help to ease the development process to a great extend. These features can be […]

Read more

Microsoft C# Version History

February 21, 2020January 27, 2021 TauqirNET Core, Visual Studio 758 views
Microsoft C# Version History 6

The C# programming language was first released by Microsoft in 2002 along with the new .NET Framework 1.0 and Visual Studio.NET 2002. Currently, it stands as the seventh most used programming language in the world. (source: StackOverflow 2019 survey ). […]

Read more

Microsoft .NET Core Versions History

February 21, 2020January 27, 2021 TauqirNET Core, Visual Studio 482 views
.NET Core

The Microsoft .NET Core Framework is a free, open-source and managed framework for Windows, Linux, macOS and can also be used to build devices, cloud, and IoT applications. The framework provides a way to write code once and execute on […]

Read more

Microsoft .NET Framework Version History

February 19, 2020January 27, 2021 TauqirVisual Studio 2116 views
.NET Framework

Microsoft released the first version of .NET Framework in the year 2002. The framework introduced “Managed Code” into being, code written for .NET Framework was now compiled into Microsoft Intermediate Language (MSIL) and these MSIL were converted into platform-dependent machine […]

Read more

Useful Visual Studio 2019 extensions for database projects

February 8, 2020January 27, 2021 TauqirVisual Studio 1559 views
Useful Visual Studio 2019 extensions for database projects 7

In this blog post, we will look into a useful must-have Visual Studio 2019 extensions for database projects that help you in building database related queries and ORM related development with great ease. Visual Studio is one of the best […]

Read more

Important Global Visual Studio 2019 Shortcuts

January 29, 2020January 26, 2021 TauqirVisual Studio 684 views
visual studio 2019

In this blog post, we will learn about a few important global Visual Studio 2019 shortcuts that help the developer to speed up the development work. Visual Studio 2019 is one of the best developer friendly integrated development environments. It […]

Read more

Top 7 Must-Have Visual Studio 2019 Extensions

January 25, 2020January 26, 2021 TauqirVisual Studio 8667 views
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 can be added using Visual […]

Read more

Visual Studio 2019 Output Window

December 25, 2019January 26, 2021 TauqirVisual Studio 1929 views
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 the Visual Studio Output Window. […]

Read more

ASP.NET CORE 3.0 MVC Project Structure

November 9, 2019January 26, 2021 TauqirNET Core, ASP.NET Core, Visual Studio 1649 views
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 Core is an open-source web […]

Read more

Visual Studio 2019 Code Navigation (Ctrl+T)

November 2, 2019January 26, 2021 TauqirVisual Studio 1758 views
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 2019 is one of the […]

Read more

How to change Visual Studio 2019 Theme

July 16, 2019January 26, 2021 TauqirVisual Studio 7509 views

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 applications, Web applications, Next-generation […]

Read more

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#

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

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

  • 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
  • How to use External Tool in Visual Studio 2019
    How to use External Tool in Visual Studio 2019

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#

Categories

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

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)
  • About
  • Disclaimer
  • Privacy Policy
  • Contact
  • About
  • Disclaimer
  • Privacy Policy
  • Contact
Powered by WordPress | Theme: Astrid by aThemes.