Related resources for DOC
  • How to Optimize Docker Images for Smaller, Faster Deployments11/18/2024 9:38:02 AM. Learn simple strategies to optimize Docker images, reduce their size, and speed up deployments with tips like lightweight bases, cleanup, and multi-stage builds.
  • Fetch Document Versions in SharePoint using PowerShell11/8/2024 4:24:10 AM. This PowerShell script connects to a SharePoint site to retrieve document versions from a specified library. It gathers metadata, including version numbers, last modified dates, and user details, then
  • Explore Docker Desktop 4.35: New Features & Enhancements11/6/2024 4:03:16 AM. Discover the key features of Docker Desktop 4.35, including Organization Access Tokens, Docker Home, Volumes Export, and the integrated Terminal.
  • Rename Folder in SharePoint Online Document Library with Power Automate10/28/2024 5:45:14 AM. In SharePoint Online, renaming a folder in a Document Library with Power Automate can be done using an HTTP request to interact with the SharePoint REST API, as Power Automate lacks a direct rename ac
  • Document Library in SharePoint 10/19/2024 2:27:59 PM. SharePoint libraries are used to store, organize, and share files, enabling team collaboration and document management. The most common type, the Document Library, supports features like version contr
  • SharePoint : Optimize SharePoint Storage with Version History Limits 10/16/2024 10:38:11 AM. Discover how Microsoft's new version history limits (currently in preview) can help streamline document management and optimize SharePoint and OneDrive storage. Learn how to configure organization
  • Document Libraries in Microsoft SharePoint10/16/2024 5:57:37 AM. Microsoft SharePoint's document libraries provide a centralized storage solution for teams to manage and collaborate on files. Unlike OneDrive, which focuses on personal storage, document librarie
  • Creating and Opening Microsoft Word Document from .NET Using C#10/15/2024 11:54:12 AM. This article explores how to manipulate Microsoft Word documents using C# in a Windows Forms application. It covers adding a COM reference for Word, creating instances of the Word application, and uti
  • Resume Processing with Azure Document Intelligence Studio, .NET and Angular10/14/2024 6:49:29 AM. Imagine you’re a recruiter swimming in a sea of resumes. It’s overwhelming, right? Enter our hero: a custom model that simplifies the job by automatically extracting all the important bits from resume
  • Implementing Swagger In Web API10/8/2024 8:51:54 AM. In this guide, we explore the process of implementing Swagger in Web APIs to enhance documentation and improve usability. Swagger, an essential tool for API development, provides interactive documenta
  • Running a Standard .NET Console Application in Docker Container10/3/2024 11:49:35 AM. We'll cover the essentials of containerization, including setting up your Docker environment, creating a Dockerfile, building your application image, and deploying it for seamless execution. Enhan
  • Find And Replace Text In Word Document Using C#10/1/2024 9:09:25 AM. Learn how to efficiently find and replace text in a Word document using C#. This guide covers essential concepts such as Microsoft Word automation, leveraging the Word Interop library, and implementin
  • Setting Up Kafka In Local using Docker9/28/2024 5:01:04 AM. Apache Kafka is a distributed streaming platform used to build real-time data pipelines and applications. It relies on Zookeeper for managing metadata and broker health.
  • What is Codeium and How to Use it for Test Case Writing9/27/2024 6:02:26 AM. This article explores Codeium, an AI-powered coding tool that enhances developer productivity with features like smart code suggestions, code chat, and in-line edits. It covers how to install the Code
  • Containerize React JS and .NET Core Apps with Docker and Kubernetes9/23/2024 9:07:58 AM. This guide demonstrates how to build a sample product management application using .NET Core Web API for the backend and React JS for the frontend. The app is containerized with Docker and Kubernetes
  • Node.js App with User Authentication and Docker Deployment9/22/2024 12:09:32 PM. Learn how to create a Node.js app with registration, login, and a dashboard. This guide covers MongoDB integration and Docker deployment for efficient web development.
  • Document Upload in Java with Spring Boot9/2/2024 11:39:16 AM. This article demonstrates how to implement a dynamic document upload feature in a Spring Boot Java application. It allows users to upload multiple files by dynamically adding or removing input fields.
  • How to Deploy a Gen AI Application on Docker?9/2/2024 4:39:45 AM. Learn how to deploy a Generative AI application using Docker with step-by-step instructions, including Flask setup, containerization, and handling POST requests.
  • Artifactory: Simplifying Software Component Management8/26/2024 3:59:45 AM. Artifactory is a universal repository manager that centralizes the management of binaries dependencies and builds artifacts across formats like Maven, Docker, and npm. It integrates with CI/CD tools,
  • vSphere Pods using VDS based Supervisor in vSphere with Tanzu?8/24/2024 7:04:48 AM. vSphere 8.0 Update 1 removes NSX-based networking restriction for Supervisor Services, allowing VDS-based Supervisors to deploy vSphere Pods.
  • Creating Carousel Using SharePoint Out-Of-The-Box WebPart8/20/2024 10:55:16 AM. To create a carousel on SharePoint, start by creating a Picture Library and uploading 3-4 images. Next, go to "Site Pages" and add a new page. Edit the page, add the "Picture Library Sl
  • Learning About Docker Basics in Minutes - Docker File8/20/2024 5:04:17 AM. Building a Docker image involves using commands like FROM, CMD, EXPOSE, WORKDIR, ENV, COPY, RUN, and USER in a Docker file. These commands define the base image, set up environment variables, copy fil
  • New Features in SharePoint Document Libraries8/16/2024 4:38:27 AM. Explore the latest enhancements in SharePoint Document Libraries with improved version history controls. This update offers more precise management of document versions, streamlined access to historic
  • Running .NET Core Application using Docker Container8/13/2024 9:32:48 AM. Creating a microservice with .NET 8.0 and Docker. It covers installing .NET, setting up a .NET Core API project, creating a Dockerfile, and building and running a Docker image. Learn to verify images,
  • Conversation with document using Amazon Bedrock and .NET8/7/2024 4:19:01 AM. In this article, you'll learn how to send a document as part of a message using the Amazon Bedrock Converse API with the Anthropic Claude 3 Sonnet model and requests that the model describe the co
  • Running PowerShell Inside Docker Container8/6/2024 4:27:44 AM. This approach leverages the flexibility of Docker and the powerful scripting capabilities of PowerShell, facilitating cross-platform development, streamlined deployments, and efficient DevOps workflow
  • Learning About Docker Basics in Minutes7/29/2024 11:27:47 AM. Docker Basics in Minutes is a concise and informative guide designed to introduce newcomers to the world of containerization. In just a few minutes, readers will grasp the core concepts of Docker, und
  • Design A High Availability Application With Azure App Service7/29/2024 8:32:55 AM. This article outlines creating a high-availability app using Azure PaaS, focusing on scalability and performance. It covers defining availability metrics (uptime, MTTR, MTBF, RTO, RPO), designing faul
  • Next-Gen Collaboration: Harnessing Microsoft 365 Core Services7/25/2024 7:08:31 AM. Microsoft 365 Core Services include Exchange Online for email, SharePoint Online for document management, Microsoft Teams for collaboration, Yammer for internal communication, Intune for device manage
  • Publishing a Docker Image with .NET Core7/23/2024 4:44:29 AM. Docker offers a streamlined platform for deploying applications with ease and efficiency. IN this article will walk you through the process of creating and publishing a Docker image for a .NET Co
  • PDF Generation in .NET Core 8.0 API7/11/2024 10:13:46 AM. Learn how to generate PDFs in a .NET Core 8.0 API using the DinkToPdf library. This guide covers project setup, adding DinkToPdf, configuring settings, creating endpoints, and testing your API.
  • Exploring GraphRAG in Large Language Models7/10/2024 12:34:51 AM. RAG (Retrieval-Augmented Generation) enhances language models by retrieving and integrating up-to-date information from documents, improving response accuracy and relevance. GraphRAG further utilizes
  • Getting Started with Docker-Compose for ASP.NET Core and MSSQL7/4/2024 4:33:24 AM. This article guides you through setting up a Docker Compose environment for an ASP.NET Core application and an MSSQL database, covering creation, configuration, and verification steps for efficient co
  • Build & Containerize Product App with React JS .NET Core Docker7/2/2024 8:45:14 AM. Learn how to develop and containerize a modern product application using React JS for frontend development, .NET Core for backend services, and Docker for efficient deployment.
  • Understanding the -fsSL Command in Docker6/28/2024 6:40:23 AM. Discover the meaning and usage of the -fsSL command in Docker, how it enhances automation and simplifies Docker-related tasks, ensuring smooth operations.
  • SharePoint Server 2019 Library Settings Options In Modern Experience6/26/2024 10:53:29 AM. Explore the comprehensive guide on SharePoint Server 2019 library settings options in the modern experience. Learn how to manage and customize document libraries with the latest features, streamline y
  • Containerization of React JS Application using Docker6/25/2024 6:04:39 AM. Learn to create a sample React JS application and containerize it using Docker. This guide covers prerequisites, step-by-step instructions for creating and running a React app, generating a Docker fil
  • Enhancing Code Quality with Documentation in C#6/23/2024 12:26:40 PM. C# has ability to document code. It helps with readability and exploring code elements.
  • Non-3DS Payment Gateway Integration with First Atlantic Commerce6/23/2024 12:00:57 PM. First Atlantic Commerce (FAC) is a leading online payment gateway based in Bermuda, offering secure, multi-currency payment processing and fraud management solutions. Established in 1998, FAC provides
  • .NET Core And SQL Server In Linux Docker Containers6/18/2024 10:47:36 AM. Learn to deploy .NET Core applications with SQL Server in Linux Docker containers. Explore containerization benefits for cross-platform development, leveraging Docker's efficiency and flexibility.
  • Automate Marriage Certificates with Azure Document Intelligence6/18/2024 5:24:19 AM. This article explores how the Document Intelligence Marriage Certificate model uses advanced OCR technology to analyze and extract essential fields from marriage certificates. The process involves set
  • Document Management with SharePoint Embedded Containers6/12/2024 5:06:26 AM. Microsoft introduces Embedded Containers Management in SharePoint, simplifying document management in custom apps. This feature allows centralized control and user permissions directly from the Share
  • NSwagStudio - Generate C# Client Code Of ASP.NET Core Web API 😍6/11/2024 12:21:55 PM. Learn how to effortlessly generate C# client code for ASP.NET Core Web API using NSwag. Simplify API consumption without manual HttpClient setup. Compatible with various .NET platforms.
  • ASP.NET MVC 5 - Deployment On Windows IIS Server6/11/2024 12:17:55 PM. Explore the step-by-step process of deploying an ASP.NET MVC5 web application on a Windows server with IIS manager. Learn about Docker deployment alternatives, configuring Web Deploy Package, setting
  • Know How - Installing Docker in Azure VM6/11/2024 12:08:03 PM. Learn to run Docker on an Azure Virtual Machine. This guide covers creating an Azure VM, installing Docker, enabling Hypervisor, and running Docker. Docker is an open-source platform that isolates app
  • Comprehend MongoDB TTL Index Completely6/11/2024 10:02:49 AM. This article explores MongoDB's TTL (Time to Live) indexes, a feature for automatically deleting documents from a collection after a specified time. TTL indexes are crucial for managing transient
  • Creating PDF From HTML Using JSPDF6/7/2024 10:42:04 AM. Learn how to create PDFs from HTML using the jsPDF library in this comprehensive guide. Discover the step-by-step process to convert your HTML content into a PDF document effortlessly with JavaScript.
  • Produce And Consume Messages To RabbitMQ Docker Container Using .NET Client6/6/2024 11:33:48 AM. Learn how to efficiently produce and consume messages using a RabbitMQ Docker container and a .NET client. This guide covers setting up RabbitMQ within a Docker environment, configuring the .NET clien
  • Logging With ElasticSearch, Kibana, Serilog Using ASP.NET Core Docker6/5/2024 5:25:55 AM. Logging with ElasticSearch, Kibana, and Serilog in ASP.NET Core using Docker enables centralized log management, real-time analysis, and visualization. Serilog captures structured logs, ElasticSearch
  • Understanding the document.ready Method in jQuery6/4/2024 7:19:06 AM. The document.ready method in jQuery ensures your code runs only after the DOM is fully loaded. This method simplifies event binding, DOM manipulation, and enhances cross-browser compatibility. Learn h
  • Mongo DB Indexing Strategies with Real-time Scenarios6/3/2024 9:45:25 AM. MongoDB, a scalable NoSQL Database, uses indexing to optimize query performance. Indexing involves creating data structures to expedite data retrieval operations on collections, enhancing efficiency.
  • Export Div Content To PDF Using ITextSharp5/31/2024 11:51:54 AM. This guide demonstrates exporting HTML content within a div to PDF using iTextSharp in an ASP.NET application. Utilize the provided code to seamlessly convert div content to PDF documents, enhancing t
  • Convert Multiple Text Documents to a PDF File or to PDF Files5/31/2024 11:50:49 AM. The Article demonstrates how use iTextSharp PDF Library to convert the multiple text files into Single Combined PDF file and also into Individual PDF files with same GUI.
  • Read XML in C#5/31/2024 10:03:18 AM. Learn to parse and manipulate XML data in C# effortlessly. Utilize XML readers, XPath, or LINQ to XML for efficient XML processing. Handle XML documents, elements, attributes, and namespaces seamlessl
  • Password-Protected PDF File Using ASP.Net C#5/31/2024 9:56:31 AM. Learn how to enhance document security by creating password-protected PDF files using ASP.NET C#. Explore encryption techniques with libraries like iTextSharp to ensure data confidentiality. Safeguard
  • Merge Multiple Pdfs Into A Single Pdf Using ItextSharp5/30/2024 11:23:24 AM. Merge multiple PDFs into one using iTextSharp in C#. Utilize PdfReader to read input PDFs, PdfWriter to write merged PDF, and MemoryStream for efficient processing. Ensure proper error handling for ro
  • DOM vs VDOM Differences and Impact on Modern Web Development5/28/2024 4:20:19 AM. The DOM, introduced in the 1990s, structures web documents as a tree for dynamic manipulation, while the VDOM, popularized by React in 2013, optimizes performance by efficiently updating the UI.
  • Understanding the Document Object Model (DOM)5/27/2024 9:22:02 AM. The Document Object Model (DOM) is a programming interface for web documents, representing the structure as a tree of objects, enabling dynamic content manipulation and interaction in web pages.
  • Difference Between VIM & Raspberry Pi5/20/2024 11:43:05 AM. Choosing between the VIM and Raspberry Pi can be a tough call. Both are popular single-board computers (SBCs) known for their compact size and versatility. But they cater to slightly different audienc
  • Understanding Docker: A Game Changer for Software Deployment5/20/2024 8:28:42 AM. Docker, introduced in 2013, automates application deployment within containers, ensuring consistency across development stages. Despite some challenges like security and data storage, Docker simplifie
  • Mastering Python Best Practices for Clean and Efficient Code5/17/2024 7:10:25 AM. In Python development, adhering to best practices is paramount for code clarity and efficiency. Embrace PEP 8 guidelines, document with docstrings, use list comprehensions, and handle exceptions judic
  • 🖥️ How to Create an Azure Container Instance in Microsoft Azure5/16/2024 3:53:50 AM. Learn how to deploy Azure Container Instances effortlessly with our comprehensive guide. Discover step-by-step instructions for setting up and managing containerized applications in Microsoft Azure.
  • Deploy Azure IoT Edge on Linux with Windows5/13/2024 11:34:15 AM. Discover optimal Azure IoT Edge deployment strategies for Linux and Windows environments. Explore compatibility, containerization with Docker, Kubernetes integration, and device management, ensuring s
  • Working With Azure Container Registry5/9/2024 11:57:37 AM. In this article, we will learn to manage Docker container images efficiently with Azure Container Registry. Explore Azure CLI and Azure Portal integration for seamless deployment and orchestration. En
  • Convert Doc to Pdf using NodeJS5/8/2024 4:02:52 AM. In this article, I demonstrate how to convert Word files to PDF using PowerShell, a feature supported on all Windows operating systems.
  • Containerize .NET Core Application And Push It To Azure Container Registry Using Visual Studio5/7/2024 10:21:00 AM. In this article, we will use Visual Studio to containerize a .NET Core application and then use the Visual Studio Publish functionality to push the containerized image to Azure Container Registry.
  • Azurite emulator for Local Azure Storage Development5/7/2024 4:19:16 AM. Docker simplifies running applications locally with a vast image library. Utilize the Azure Storage emulator image to set up services effortlessly via Docker Compose and YAML configurations, ensuring
  • NGINX Ingress with the .NET Core Microservices and Kubernetes5/6/2024 11:39:40 AM. This article delves into ingress fundamentals and its use cases, detailing step-by-step service implementation and containerization using .NET Core 8 Web API, Docker, Kubernetes, and Ingress.
  • How to write Clean code in C#?5/6/2024 11:36:19 AM. Writing clean code is important so that it makes reading code easier, helps us fix and update it faster, and ensures it works smoothly and reliably. Here we will look for few tips to write clean code.
  • Create document Library in SharePoint 2013 Online5/6/2024 11:23:09 AM. Create document libraries in SharePoint 2013 Online for efficient document management. Customize folder structures, set permissions, and utilize metadata for easy organization and retrieval. Collabora
  • Pin Files To Top In SharePoint Online Document Library5/2/2024 10:02:27 AM. Elevate file visibility by pinning them atop in SharePoint Online Document Library. Enhance accessibility, prioritize important documents, and streamline navigation for users.
  • Copy Or Move The Items From A SharePoint Online Document Library5/2/2024 10:02:07 AM. In this article, I would like to share the steps to copy or move the document from one folder to another folder or one document library to another document library in SharePoint online.
  • Disable Sharing A Document With External User From SharePoint Online Tenant5/2/2024 9:52:02 AM. In this article, we will learn how to enhance security in SharePoint Online by disabling the external sharing of documents. Explore tenant-level settings and permission controls to restrict access to
  • Installing Grafana for different Operating Systems5/2/2024 8:25:40 AM. Learn how to install Grafana on Windows, macOS, and Linux with this step-by-step guide for setting up the popular open-source monitoring platform.
  • How To Add A Document Viewer In Angular 104/30/2024 9:20:53 AM. Learn to integrate a document viewer into Angular 10 apps using ngx-doc-viewer. Utilize Bootstrap for styling and Visual Studio Code for development. Includes steps for component creation and renderin
  • Opening PDFs in Adobe Reader from SharePoint Document Library4/29/2024 11:45:02 AM. Learn how to configure SharePoint 2013 to open PDF files directly in Adobe Reader, edit them, and save them back to the document library. Follow steps including settings adjustment in central admin, r
  • Java - Add An Image Or Text Stamp To PDF Documents4/29/2024 11:34:01 AM. In this article, Learn how to enhance PDF documents using Java by adding image or text stamps. Discover Java libraries and techniques for PDF manipulation, watermarking, and customizing documents with
  • Application Deployment On Azure Kubernetes Service4/26/2024 11:56:18 AM. Deploying applications on Azure Kubernetes Service (AKS) involves containerizing apps with Docker, orchestrating with Kubernetes, and managing scalability, availability, and load balancing. Utilize YA
  • Create Word Reports Without Microsoft Word Using Spire.doc4/25/2024 8:09:25 AM. Spire.doc provides a robust solution for generating reports as Word documents without relying on Microsoft Word. Utilizing the .NET framework and C# programming, it offers efficient document processin
  • Medical Documentation with AI: Multi-Turn Chat App by Gemini 1.5 Pro4/25/2024 7:17:56 AM. In the rapidly evolving landscape of healthcare, efficient and accurate documentation is paramount. Fortunately, advancements in artificial intelligence (AI) are offering solutions to streamline this
  • Containerize .NET Core Application And Push It To Azure Container Registry Using Docker Commands4/24/2024 7:41:55 AM. Azure Container Registry is a private registry on Azure for containerized applications. Learn to containerize and push .NET Core apps using Docker commands, enabling deployment on Azure services. Auth
  • Easily Extract Values from PDF Without AI Only Using .NET Core 84/20/2024 9:21:53 AM. In this post, we will be discussing extracting content from PDF file without using any AI algorithms.
  • Learn About Angular Component Hook Life Cycle4/16/2024 10:03:45 AM. Learn about Angular Component Lifecycle Hooks including ngOnInit, ngDoCheck, ngAfterContentInit, ngAfterContentChecked, ngAfterViewInit, ngAfterViewChecked, ngOnDestroy, and ngOnChanges. Explore their
  • Convert SharePoint Library Images to Base 64 with Microsoft Flow4/15/2024 10:42:34 AM. In this article, we will talk about how we can easily convert SharePoint Document library Images to Base 64 and store the value of the Base 64 Images to SharePoint’s Multiline textbox.
  • Configure Tiles View In SharePoint Online - Office 3654/11/2024 10:32:09 AM. Configure Tiles View in SharePoint Online (Office 365) by accessing site settings or document library settings in the modern experience. Customize layout, sizes, and content presentation for improved
  • What Is Swagger In .NET Core And Its Implementation?4/11/2024 6:11:19 AM. Swagger in .NET Core simplifies API documentation by generating interactive documentation from code annotations. It enables developers to visualize, test, and interact with API endpoints effortlessly.
  • Containerized Apps: Auto Scaling & Monitoring with Kubernetes4/9/2024 8:32:56 AM. Learn the fundamentals of Docker and Kubernetes, including auto-scaling. Follow a detailed guide to implement a Weather Forecast API using .NET Core 6 Web API, containerize the application with Docker
  • Client Scripts in ServiceNow- Simplified with Real-Time Use Cases4/5/2024 8:50:33 AM. From onChange to onLoad, discover the four key types of client scripts and how to use them effectively to enhance user experience and streamline platform functionality. Explore essential tips and best
  • 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.
  • Create Word Document from SharePoint List with MS Flow & Quick Parts 3/21/2024 9:59:36 AM. In this article, we will learn about two important concepts (Quick Parts and MS Flow) to generate a Word document using an existing Word Template. During this article, we will read the Word document f
  • Creating Excel/Word/HTML Document Using C#3/21/2024 9:42:32 AM. This article presents a method for generating Excel/Word/HTML documents in C# using ADO.Net dataset. By internally generating XML and XSL documents, it transforms them into well-formatted HTML files.
  • Flow and List Document in WPF3/21/2024 9:34:09 AM. Explore WPF's powerful capabilities in managing flow documents and lists through XAML. Learn to design visually appealing user interfaces with structured content presentation, utilizing features l
  • Creating Document Location Record Using Flow3/21/2024 9:10:17 AM. In this article, we will learn to streamline your document management process with Flow automation. Discover how to efficiently create location records for documents using Microsoft Power Automate.
  • Blazor Signature to Sing a PDF Document3/21/2024 5:59:47 AM. Discover how to implement digital signature functionality in Blazor applications for PDF document signing. Utilize C# capabilities to integrate e-signature features seamlessly, enhancing document mana
  • Web API Helper Page3/20/2024 11:37:31 AM. A Web API Helper Page serves as a documentation hub, offering essential information about endpoints, parameters, and functionality. It acts as a reference guide for developers, aiding in the integrati
  • Web API Design Principles Or Web API Design Guidelines3/19/2024 6:10:44 AM. This article delves into the best practices for implementing and designing web APIs. It emphasizes the importance of considering both the API implementation and consumer perspectives. Key points inclu
  • Learn about Dockerize a React App3/15/2024 6:19:32 AM. In this article, I'm going to show how to deploy the react application into a Docker container. the guide covers Dockerfile setup, optimizing Docker-compose configurations, and integrating Docker
  • Sort Array Directive in Vue.js3/13/2024 11:48:22 AM. Custom directives in Vue.js empower developers to extend HTML elements' functionality, enabling direct manipulation of the Document Object Model (DOM) within Vue applications. This example demonst
  • Customizing Title and Description in FastAPI3/11/2024 6:51:01 AM. How to Enhance Fast API Documentation by Adding Title and Description to Endpoints. FastAPI simplifies API development with Python, offering automatic interactive documentation generation. Learn to cu
  • Using MongoDB On Node.js Application Using Mongoose3/7/2024 8:17:55 AM. We are going to see how we can use MongoDB on our Node JS application with the help of the package Mongoose. We will also be covering some facts about MongoDB so that as a reader, you will understand