Punjabi plays

Gursharan Singh wrote over two hundred drama scripts. Many of these were original plays, others were based on short stories, novels and even poems from contemporary writings. In 2010-11, writer and artistic director, Kewal Dhaliwal, published seven volumes of Gursharan Singh’s collected plays and released them in Chandigarh in the presence of Gursharan Singh. We discovered a few more scripts after the publication of these seven volumes. These will be brought out in another volume in the coming year. The seven volumes are being added with much gratitude to Kewal Dhaliwal, who is also a member of the Trust.

Visual Studio | 2019 Offline Installer

Visual Studio 2019 is a powerful integrated development environment (IDE) that offers a wide range of tools and features for software development. While the online installer is convenient, it requires a stable internet connection, which can be a challenge in areas with limited or no internet connectivity. In this article, we will explore the process of creating an offline installer for Visual Studio 2019, allowing you to install the IDE without an internet connection.

# Define the installation media and layout directory $installationMedia = "vs_community.exe" $layoutDirectory = "C:\VS2019OfflineInstaller" visual studio 2019 offline installer

Creating an offline installer for Visual Studio 2019 is a straightforward process that requires some basic command-line operations. By following these steps, you can install Visual Studio 2019 without an internet connection, making it easier to set up development environments in areas with limited or no internet connectivity. Visual Studio 2019 is a powerful integrated development

Visual Studio 2019 is a powerful integrated development environment (IDE) that offers a wide range of tools and features for software development. While the online installer is convenient, it requires a stable internet connection, which can be a challenge in areas with limited or no internet connectivity. In this article, we will explore the process of creating an offline installer for Visual Studio 2019, allowing you to install the IDE without an internet connection.

# Define the installation media and layout directory $installationMedia = "vs_community.exe" $layoutDirectory = "C:\VS2019OfflineInstaller"

Creating an offline installer for Visual Studio 2019 is a straightforward process that requires some basic command-line operations. By following these steps, you can install Visual Studio 2019 without an internet connection, making it easier to set up development environments in areas with limited or no internet connectivity.