Skip to content

Helping Experienced Developers Become Solution Architects & AI-First Leaders

Tech Diksha

  • Home
  • Blogs
  • Roadmaps
  • Resources
  • Newsletter
  • About
Subscribe
Tech Diksha
  • All | Azure | DevOps

    How to run powershell command on remote computer using azure release pipeline

    Byadmin October 14, 2020January 17, 2022

    Overview: This post describes the way to run PowerShell command on a remote computer or azure virtual machine. Here, we will discuss two ways to achieve this remote execution of the command and the limitations : Creating PSSession and using Invoke-Command Using deployment group Let’s begin! 1. Creating PSSession and using Invoke-Command : In the…

    Read More How to run powershell command on remote computer using azure release pipelineContinue

  • All | C#/.NET

    What is GAC – Global Access Cache and how does it solve DLL hell problem?

    Byadmin October 9, 2020January 17, 2022

    Overview : This article talks about the assembly and types of assembly in CSharp / C#. Here, We will discuss What is GAC [Global Access Cache] and how does it solve DLL Hell problem. we will also cover the strong name concept and how to add an assembly in GAC. Let’s start the discussion :…

    Read More What is GAC – Global Access Cache and how does it solve DLL hell problem?Continue

  • All | C#/.NET | Design Patterns

    Singleton Pattern in C#

    Byadmin October 4, 2020January 17, 2022

    What is Singleton pattern: Singleton pattern allows only one class instance to exist in the application. Singleton patterns fall under the creational patterns category of GOF. Singleton pattern allows defining a class in such a way the only one instance should exist in the lifetime of the execution of the application. Uses: Singleton pattern can be used…

    Read More Singleton Pattern in C#Continue

  • All | Azure | DevOps

    Configuring WinRM With HTTPS in azure virtual machine

    Byadmin October 3, 2020January 17, 2022

    In this post, we will discuss precisely on WinRM and the steps involved in configuring winRM in azure virtual machine.  What is WinRM [Window Remote Management] ? Window remote management or in short WinRM is built-in windows protocol/Service which uses soap[simple object access protocol] to connect from another source system. Using WinRM, we can connect…

    Read More Configuring WinRM With HTTPS in azure virtual machineContinue

Page navigation

Previous PagePrevious 1 2

© 2026 Tech Diksha - WordPress Theme by Kadence WP

  • Home
  • Blogs
  • Roadmaps
  • Resources
  • Newsletter
  • About
Search