Related resources for PUT
  • Efficient Data Manipulation: Using Square Brackets in DataTable Compute4/24/2024 1:56:01 PM. Square brackets are used in programming for indexing and accessing elements in lists, arrays, or other data structures. They provide a concise and intuitive way to reference specific elements based on
  • 💻 Connect To EC2 Instance In Windows 10 Via SSH4/24/2024 7:45:31 AM. Connect to EC2 instance on Windows 10 via SSH using tools like PuTTY or OpenSSH. Generate and use key pairs for secure authentication, accessing your AWS resources directly from your Windows environme
  • Difference Between .PEM And .PPK: Generate .PPK File For SSH4/23/2024 9:59:17 AM. Delve into the nuances of .pem and .ppk files for EC2 SSH access, exploring their format, system compatibility, and conversion processes. Uncover the significance of base64 container format and the r
  • Exploring About Azure Function4/23/2024 8:34:53 AM. Explore the power of Azure Functions, Microsoft's serverless computing offering in the cloud. Dive into event-driven programming, scalability, and seamless integration with Azure services.
  • Rebooting a Remote Server using WMI4/23/2024 8:20:03 AM. Windows Management Instrumentation (WMI) facilitates remote management and system administration tasks, including remote shutdown and monitoring. However, it requires administrative privileges and pos
  • Keeping Your .NET Core API Safe and Sound4/19/2024 4:57:22 AM. In today's digital landscape, where data is king and APIs (Application Programming Interfaces) reign supreme, ensuring the security of your API in .NET Core is paramount. In this article, we delve
  • Remoting Technology: Distributed Computing4/18/2024 1:27:32 PM. Remoting technology facilitates distributed computing, enabling seamless communication between processes or applications across a network. It employs protocols, marshaling, and proxies to facilitate r
  • Introduction to the Assembly Concept4/18/2024 1:23:08 PM. An introduction to the assembly concept explores the fundamental unit of deployment in .NET applications. Assemblies encapsulate code, metadata, and resources, aiding in code management, versioning, a
  • Form Controls and Create Basic Form in Blazor Component 4/18/2024 9:25:04 AM. Learn to build interactive forms in Blazor components using form controls like input fields, dropdowns, and buttons. Explore data binding techniques to connect form elements to your component's da
  • Building Scalable Applications with Alibaba Cloud Serverless Computing4/18/2024 4:13:40 AM. This article guides setting up serverless architecture on Alibaba Cloud, configuring Object Storage Service, ApsaraDB for MongoDB, and Function Compute.
  • How To Create And Publish Azure Function From Visual Studio4/17/2024 8:04:10 AM. Explore the step-by-step process of creating and publishing Azure Functions directly from Visual Studio. Learn to harness the power of serverless computing with Microsoft Azure, streamlining developme
  • How Cloud, Edge, & Fog Computing are Redefining Data Processing4/17/2024 7:49:58 AM. Discover the dynamic interplay of Cloud, Edge, and Fog Computing in reshaping data processing. Explore how these technologies converge to optimize workflows, enhance scalability, and redefine the boun
  • How to Send & Read Messages with Azure Service Bus Queues in Azure Functions4/17/2024 7:47:00 AM. Learn to efficiently manage message communication in Azure using Azure Functions. Discover how to send and read messages from Azure Service Bus queues seamlessly, leveraging the power of serverless co
  • How to Create Azure WebJob For SharePoint Online4/16/2024 11:00:42 AM. In this article, you will learn how to automate tasks in SharePoint 2013 Online using Azure WebJobs. Integrate Azure cloud computing for scheduled tasks and streamline processes with SharePoint develo
  • Sharing Data Between Component Using Angular V4 And Above4/16/2024 10:59:00 AM. Hi Readers , I hope you all are doing good and read my all the previous tutorials . My previous article about Binding with Angular 4 and above Binding with Angular v4 And Above in which I have explai
  • Creating Azure WebJobs To Parse Message From Azure Storage Queues4/16/2024 8:53:11 AM. In this article, you will learn how to utilize Azure WebJobs to efficiently process messages from Azure Storage Queues. Explore background processing, message parsing, and event-driven architecture in
  • Implementing Actor Model in Azure Service Fabric4/16/2024 8:46:59 AM. In this article, we are going to learn about a completely new programming paradigm called Actors. First I will give you a brief intro to Actor Model theory and then we will start implementing Actor Mo
  • Creating And Deploying Microsoft Azure WebJobs4/16/2024 6:49:50 AM. In this article, you will learn to create and deploy Microsoft Azure WebJobs for automating tasks, processing jobs in the background, and integrating with Azure Functions. Explore scheduling, scalabil
  • Create A Blazor App With Google ☁️Cloud SQL Using MySQL Engine4/16/2024 5:36:00 AM. Learn how to integrate cloud-based databases seamlessly into your web application, harnessing the power of Blazor's dynamic UI and Google Cloud's robust infrastructure for efficient data manag
  • Sharing Data Between Components In Angular4/16/2024 5:33:03 AM. Share data between Angular components efficiently using Input and Output decorators, EventEmitter, and component interaction techniques. Explore parent-child and child-parent communication methods to
  • AWS Command Line Interface (CLI) Installation And Configuration4/15/2024 11:46:20 AM. In this article, we will learn how to install and configure the AWS Command Line Interface (CLI) to efficiently manage your AWS resources from the command line. Follow step-by-step instructions for in
  • Alibaba Cloud ECS vs ACK: Choosing Right Solution for Workloads4/15/2024 8:18:44 AM. Struggling to choose between ECS and ACK for your containerized apps on Alibaba Cloud? This guide unlocks the key differences to pick the ideal service for scaling & managing your workloads.
  • Microsoft Fabric: A Comprehensive Overview4/15/2024 4:04:10 AM. Microsoft Fabric is a powerful cloud based SaaS platform that revolutionizes the world of data analytics. With end-to-end capabilities spanning data lakes, data engineering, data analytics, data integ
  • A Guide to Cost Optimization on Alibaba Cloud4/13/2024 5:20:37 PM. Unleash Alibaba Cloud's full potential! This guide explores proven strategies to optimize costs, from resource allocation to serverless options. #AlibabaCloud #CloudCostOptimization
  • Custom Popup Dialog In Xamarin Android4/12/2024 11:29:24 AM. Custom Popup Dialog in Xamarin Android allows developers to create tailored dialog boxes that can be displayed on top of the current activity. These dialogs can have custom layouts, event handling, an
  • Azure Logic App - A Brief Introduction With An Example4/12/2024 11:28:47 AM. Azure Logic App simplifies workflow automation in Azure. Use its visual designer to create automated workflows with triggers and actions. Example: automate email notifications based on new file upload
  • REST API to Send Messages to Azure Service Bus Topic Subscription4/12/2024 6:42:12 AM. Utilize a REST API to send messages to Azure Service Bus Topic Subscriptions swiftly. Implement efficient communication between components in your application, leveraging Azure's robust infrastruc
  • What is Alibaba Cloud Lindrom (ACL) ?4/12/2024 5:52:19 AM. In this article, we will learn Alibaba Cloud Lindorm is a cloud-native multi-model hyper-converged database service developed and optimized for IoT, the Internet, and the Internet of Vehicles (IoV).
  • Learn about HTML5 Input Types4/11/2024 10:33:44 AM. In this article we learn about HTML5 Input Types, Form Elements and Form Attributes. First we learn each of them then with the help of an example we use all of them together.
  • Create A Form Using HTML Tables4/11/2024 10:31:39 AM. In this article we will see how to create a form using HTML Tables. First we learn how to create controls like TextBox and DropDownList, then we use them together in our table to create a form where u
  • Create, Clone, Browse, Restart, Stop And Delete Web App In Azure4/11/2024 6:11:58 AM. Learn Azure's powerful features to efficiently manage your web apps. Discover how to create, clone, browse, restart, stop, and delete web applications through Azure Portal or Azure Resource Manage
  • Best Practices for Maintaining Security and Preventing Vulnerabilities in C#4/9/2024 5:54:03 PM. Explore essential security practices in C# programming with Ziggy Rafiq, covering password hashing, input validation, SQL injection prevention, cryptography, HTTPS, secret management, and staying upda
  • Date and Time Input Types of HTML 54/9/2024 9:10:11 AM. Explore the versatility of HTML5's date and time input types, essential elements in web form design. Learn how to utilize these input types effectively for enhanced user experience and simplified
  • Create a Search Bar in SwiftUI4/6/2024 5:43:10 AM. Learn how to implement a dynamic search bar in SwiftUI for iOS apps. Discover the SwiftUI TextField component to capture user input, integrate it with SwiftUI navigation, and utilize the Combine frame
  • Getting Started With Remote Procedure Call4/4/2024 9:33:47 AM. Getting Started With Remote Procedure Call. In Remote Procedure Call(RPC), the caller and sender process are executed on different machines, they can communicate with the help of the transport and net
  • Limit the User to Typing Only Letters Into a TextBox Using JavaScript4/3/2024 9:39:34 AM. Learn how to implement client-side input validation in JavaScript to restrict users from entering anything other than letters (including spaces) in specific input fields like Name, Father's Name,
  • Optimizing ASP.NET MVC Applications with Output Caching4/1/2024 8:55:08 AM. In this article you will learn everything about Output Caching in MVC. Output Caching enables us to cache the content returned by any controller method so that the same content does not need to be gen
  • Information Computation Mastery: Serialization4/1/2024 5:04:20 AM. To use computers to automate information processing we have to deal with bitstreams as the information representation. We need bitstreams to be handled using files to preserve the data. The transition
  • Break and Continue Statements in C#3/28/2024 10:36:03 AM. This article elucidates essential concepts of C# programming, specifically focusing on loops, namely the break and continue statements. It presents an example demonstrating the usage and differentiat
  • Information Computation Mastery: Challenges, Concepts, Implementation3/28/2024 4:53:53 AM. To use computers to automate information processing we have to deal with bitstreams as the information representation. By design, bitstream management involves the organization, storage, retrieval, co
  • Convert Attachment to Base64 in Power Apps for Email Attachments3/27/2024 8:05:57 AM. Convert attachment files into Base64 strings in Power Apps. Use Power Automate to trigger email creation, dynamically attaching the Base64-encoded files. Streamline workflow, automating attachment han
  • Best Practices for Designing APIs in .NET3/26/2024 11:55:39 AM. This article provides a thorough overview of the fundamental principles, criteria, and concerns for creating APIs in.NET.
  • Introduction to 3D Object Control in Power Apps3/21/2024 1:43:53 PM. Introduction to 3D Object Control in Power Apps explores integrating 3D objects into user interfaces. Learn how to manipulate objects, design interactions, and enhance user experiences using Power App
  • .NET Evolution: Journey of Innovation and Transformation3/20/2024 7:32:19 AM. Discover the limitless potential of .NET, Microsoft's groundbreaking framework for building versatile and high-performance applications. From desktop to web, mobile to cloud, .NET empowers develop
  • How to Open This PC Window in Windows 103/19/2024 11:55:13 AM. In this article, we will learn how to swiftly access the "This PC" window on Windows 10. Discover various methods such as using the desktop shortcut, taskbar icon, or keyboard shortcut (Win
  • Exploring the Pen Input Control in Power Apps3/15/2024 6:22:38 AM. In this article, we will explore the Pen Input Control in Power Apps" which delves into the innovative realm of digital creation. Discover how Power Apps, with its pen input feature, revolutioniz
  • Input Mask Directive in Vue.js 3/13/2024 6:57:47 AM. Learn to implement input masks in Vue.js to format and control data input. Create a directive to apply masks, removing non-digit characters while retaining specified formats like phone numbers.
  • Creating Users and Groups Within an Organizational Unit on Windows Server3/12/2024 6:57:47 AM. Active Directory Users and Computers is a common tool used by administrators to manage objects in an Active Directory domain.  
  • Basics of Azure Databricks: Data Analytics in the Cloud3/11/2024 10:31:10 AM. Azure Databricks stands at the forefront of cloud-based data analytics platforms, revolutionizing the way organizations manage, process, and derive insights from massive datasets. Azure Databricks, ex
  • Exploring Power Apps Controls3/7/2024 8:28:54 AM. This article delves into the realm of Power Apps controls, the foundational elements of Canvas Apps. It provides insights into various types of controls available in Power Apps, detailing their featur
  • Main Difference Between Method and Computed Property in Vue.js3/5/2024 7:20:55 AM. In Vue.js, methods and computed properties serve distinct roles. Methods are JavaScript functions invoked in response to events, while computed properties cache values based on dependencies, enhancing
  • Date Time Form Input Type in HTML53/4/2024 11:32:06 AM. HTML5 introduces various input types for handling dates and times, including date, time, datetime-local, month, and week. These input types enhance user experience and simplify data entry on web forms
  • Automate Email Generation with Power Automate Email Signatures3/4/2024 10:17:03 AM. This HTML snippet fetches an email signature using Microsoft Power Automate. It uses an ID attribute to target a specific div element and utilizes inline code to access and display the signature dynam
  • Explain Vue.js Computed Properties3/4/2024 5:41:43 AM. Vue.js, a progressive JavaScript framework, provides developers with powerful tools to create dynamic and responsive web applications. One such tool that significantly enhances the reactivity of your
  • Create Local FTP on Your Computer3/1/2024 11:08:54 AM. Setting up a local FTP server on your computer involves configuring file transfer protocol for efficient data exchange within your network. Through server setup and network configuration, users can se
  • Azure Logic App: Utilizing Cognitive Service Computer Vision and Text Analytics API3/1/2024 9:05:02 AM. This article helps you to learn how to convert the text in an image to digital format and save the output into an Excel file with language detection, sentiment, and Key phrases using Microsoft Cognit
  • Print Output of First n Natural Numbers in UI Screen in Unity 32/28/2024 6:55:37 AM. To print the output of the first 'n' natural numbers on the UI screen in Unity 3, you can create a simple script and attach it to a Text UI element.
  • Azure AI Text Analysis Service2/28/2024 6:21:49 AM. Know all about the Azure AI text analysis service.
  • Understanding Caching in .NET With Example2/28/2024 5:20:20 AM. Caching is a cornerstone in .NET development, enhancing application performance and scalability. This article explores its significance, and diverse caching techniques, and offers a practical example
  • System Restore Point in Windows 102/27/2024 11:55:02 AM. This article explains the process of creating and utilizing System Restore Points in Windows 10 to revert to a previous system state.
  • How to Change Keyboard Language in Windows 82/26/2024 12:06:01 PM. In this article, you will discover the simple steps to change keyboard language in Windows 8. Easily navigate language settings to adjust input methods, enabling seamless multilingual support.
  • Run .NET 6 containerized applications on Google Cloud Run 2/23/2024 9:11:35 AM. Effortlessly deploy .NET 6 containerized apps on Google Cloud Run. Benefit from serverless architecture, scalability, and seamless integration with Docker, enabling efficient management and deployment
  • How To Enable Screen Saver In Windows 102/22/2024 6:36:58 AM. To enable the screen saver in Windows 10, access "Settings," navigate to "Personalization," then "Lock screen," and select "Screen saver settings." Choose a scr
  • Alibaba Cloud Graph Compute and Computing Solution2/19/2024 6:23:10 PM. Alibaba Cloud Graph Compute has garnered attention for its exceptional performance, flexibility, and cost-efficiency. In this article, we delve into the myriad benefits of Alibaba Cloud Graph Compute,
  • Rate Limits for Efficient Resource Management2/19/2024 11:10:21 AM. Rate limits are crucial for efficient resource management. Rate limits restrict the frequency of requests or actions within a defined timeframe, preventing system overload and ensuring fair resource d
  • Exporting Custom OpenTelemetry Metrics to Azure Monitor using ASP.NET Core2/14/2024 11:16:49 AM. Learn how to seamlessly export custom OpenTelemetry metrics from your ASP.NET Core applications to Azure Monitor. Enhance monitoring and observability by integrating with Azure's powerful toolset,
  • Getting Started with Azure DevOps2/13/2024 5:25:38 AM. This article provides an introduction to DevOps, highlighting its collaborative approach between development and operations teams to improve software development, testing, validation, and deployment p
  • Creating Azure Virtual Machines, their Advantages and Disadvantages2/13/2024 5:13:45 AM. This comprehensive guide introduces Azure Virtual Machines (VMs) as a core component of Microsoft Azure, explaining their scalability, flexibility, and integration benefits. It covers the advantages a
  • Understanding Activity Types in Azure Data Factory2/12/2024 4:20:14 AM. Azure Data Factory is a powerful tool for orchestrating data workflows in the cloud. Understanding its activity types such as Data Movement, Data Transformation, and Control is crucial for efficient d
  • Learn about Azure Platform Journey2/8/2024 4:11:09 AM. Embark on a journey through the Azure platform in Part-1, diving into cloud essentials and Azure introduction. Explore cloud services, including storage, compute, network, and analytics, unraveling th
  • Create ASP.NET Web App With SQL Database In Azure2/7/2024 4:50:27 AM. In this article, you will learn to create an ASP.NET web app with SQL Database on Azure! Prerequisites include a Microsoft Azure Account and Visual Studio 2013/2015. Follow the steps to create a SQL D
  • Vue.js Event Handling with v-on Directive2/7/2024 4:41:42 AM. Vue.js offers a powerful event handling mechanism through the v-on directive, enabling developers to respond to user actions such as clicks, inputs, and mouse movements dynamically.
  • Generative and Predictive AI for Innovative Harmony2/6/2024 5:00:48 AM. Delving into the dynamic realm of artificial intelligence, this article provides a comprehensive exploration of the paradigm-shifting technologies: Generative AI and Predictive AI.
  • 🖥️ How to Create an Web App in Microsoft Azure?2/5/2024 9:42:03 AM. In this article, we will see how to create a web app in Microsoft Azure in step by step. Azure Web App, a fully managed PaaS from Microsoft Azure, simplifies web app deployment. Learn how to create an
  • Creating Azure Resource Groups, Advantages and Disadvantages1/31/2024 7:14:38 AM. Microsoft Azure employs Azure Resource Groups (RGs) for streamlined deployment and management. This guide explores creating, advantages, challenges, and best practices for effective cloud resource man
  • Azure Data Factory - Integration Runtimes1/24/2024 6:29:46 AM. This article gives a basic gist of different types of Integration Runtimes present in Microsoft Azure Data Factory (ADF)
  • Basic Components in Azure Data Factory1/23/2024 10:08:55 AM. Azure Data Factory (ADF), Microsoft's integration service for orchestrating workflows and data integration with 90+ connectors. Learn about key features like pipelines, activities, datasets, linke
  • How to Connect Client Computer to Server Domain1/22/2024 9:23:02 AM. For Active Directory Federation Services (AD FS) to function, each computer that functions as a federation server must be joined to a domain. Federation server proxies may be joined to a domain, but t
  • What Are the Different Ways to Create Filters in Vue.js 1/16/2024 10:06:05 AM. In this article, we will learn about filters in Vue.js for formatting and transforming data in templates. Learn about global filters, local filters, inline filters, computed properties, and filter fun
  • Understanding and Managing Server-Side (Output) Caching in .Net1/15/2024 6:12:57 AM. IIS employs System.Web.Caching for efficient output caching. Utilize HttpRuntime.Cache.Insert for CRUD operations, specifying key, value, and optional parameters like dependencies, absolute expiration
  • Handling HTTP Put Method in AngularJS Frontend and C# Backend1/12/2024 7:06:54 AM. Learn how to implement an HTTP PUT method in an AngularJS frontend and C# backend. The AngularJS HTML frontend features a form for resource updates, while the C# backend uses a Web API controller. Fol
  • Microsoft AI School - Creating Magic with Vision Computing1/2/2024 5:39:50 AM. Learn from MS AI School how to use Computer Vision as a part of Artificial Intelligence
  • Microsoft AI School - Getting Started with AI Computer Vision in Azure1/2/2024 5:05:50 AM. Using the tools in Microsoft AI School to get quickly familiar with AI Computer Vision
  • Azure Functions in ASP.NET Core Web API1/1/2024 9:14:48 AM. Azure Functions, a component of Microsoft's serverless computing offerings in Azure, enable developers to create and deploy small, event-driven code without managing infrastructure. These function
  • Table As Input Parameters For Stored Procedure12/27/2023 4:37:03 AM. This article will discuss the StoredProcedure Parameter: DataTable.
  • Handling HTTP Get Request Method in AngularJS Frontend and C# Backend12/26/2023 8:04:48 AM. This guide explores the utilization of HTTP GET request method within an AngularJS frontend and their corresponding processing and handling in a C# backend. It details how Get types of requests initia
  • Input Mask Directive in Angular12/20/2023 9:19:29 AM. In this article, we will learn how to create a custom input mask directive in Angular to control user input and format values. Follow the steps, including creating a directive and implementing the nec
  • Working With Numeric Format Specifiers in C# 1012/17/2023 8:36:28 AM. In this article, we will see how to use numeric format specifiers with Console.WriteLine in C# 10.
  • How to create a Microsoft Azure SQL Database in serverless compute tier from the Azure Portal12/3/2023 1:28:43 PM. This article focuses on the swift creation of a serverless Azure SQL Database via the Azure Portal.
  • How to Create a Windows Virtual Machine Using the MS Azure Portal?11/29/2023 5:07:28 AM. Embark on a journey into cloud computing's heart with Azure, Microsoft's powerhouse. This guide unveils the simplicity of creating a Windows virtual machine (VM) through the Azure portal. Unco
  • Broadcom Completes Acquisition of VMware11/23/2023 9:09:14 AM. Broadcom has completed its acquisition of VMware in a deal valued at $61 billion. The merger is expected to create a global technology leader in the cloud computing and infrastructure software market.
  • Securing Your .NET Core APIs11/18/2023 6:19:41 AM. This article explains how you can secure your .NET Core APIs with essential practices. It covers JWT authentication, role-based authorization, HTTPS implementation, input validation, and rate limiting
  • How To Define Variables And Constants In R11/17/2023 6:28:57 AM. In this article, I am going to explain about variables and constants in R.
  • Microsoft Announces New Azure AI Platform for Businesses11/8/2023 5:15:20 AM. Microsoft announces new Azure AI platform, offering a variety of AI services to help businesses of all sizes develop and deploy AI solutions.
  • How to Install Selenium Your Computer?11/2/2023 5:10:49 AM. This article provides a clear and detailed set of instructions for installing Selenium and its related components on your computer. It's particularly helpful for those new to Selenium and looking
  • Output Caching in ASP.NET Core10/25/2023 6:29:05 AM. Learn the benefits of output caching, a powerful web optimization technique. Understand its types, including client-side, proxy, and server-side caching, and explore its implementation in ASP.NET Core
  • MPC Wallets: The Future of Secure Asset Management10/11/2023 8:39:30 AM. In this article, I will discuss Multi-Party Computation wallets, how to create them, etc
  • Search Specified Type Of File In C#10/10/2023 9:47:18 AM. In this article I explain how to determine the location of a specified file type in all directories of your computer with the help of C#.
  • Compute SHA256 Hash In C#10/9/2023 6:38:21 AM. How to compute SHA256 Hash in C#. Hashing (also known as hash functions) in cryptography is a process of mapping a binary string of an arbitrary length to a small binary string of a fixed length, know
  • How To Make Calculator In C#?9/22/2023 9:07:02 AM. Creating a calculator in C# is a common beginner's project that can help you learn the basics of building a graphical user interface (GUI) and handling user input. Here's a simple guide on how