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, 2020May 24, 2020 TauqirVisual Studio 1305 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, 2020May 19, 2020 TauqirVisual Studio 876 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, 2020May 8, 2020 TauqirVisual Studio 963 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, 2020April 29, 2020 TauqirVisual Studio 1707 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, 2020April 26, 2020 TauqirVisual Studio 749 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, 2020April 26, 2020 TauqirNET Core, Visual Studio 674 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, 2020April 26, 2020 TauqirNET Core, Visual Studio 455 views
Microsoft .NET Core Versions History 7

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, 2020February 21, 2020 TauqirVisual Studio 2035 views
Microsoft .NET Framework Version History 8

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, 2020February 8, 2020 TauqirVisual Studio 1475 views
Useful Visual Studio 2019 extensions for database projects 9

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, 2020June 16, 2020 TauqirVisual Studio 598 views
Important Global Visual Studio 2019 Shortcuts 10

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, 2020June 10, 2020 TauqirVisual Studio 8578 views
Top 7 Must-Have Visual Studio 2019 Extensions 11

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 9, 2020 TauqirVisual Studio 1839 views
Visual Studio 2019 Output Window 12

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, 2019April 25, 2020 TauqirNET Core, ASP.NET Core, Visual Studio 1550 views

Brief Introduction to ASP.NET Core 3.0 ASP.NET Core is an open-source web framework developed by Microsoft, it is an outcome of the architectural redesign of ASP.NET (v4.x), resulting in a modular, lean, lightweight, cross-platform and high-performance web framework. Using ASP.NET […]

Read more

Visual Studio 2019 Code Navigation (Ctrl+T)

November 2, 2019November 23, 2019 TauqirVisual Studio 1666 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 (Winforms and WPF), […]

Read more

How to change Visual Studio 2019 Theme

July 16, 2019January 12, 2021 TauqirVisual Studio 7421 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.