Resources  
  • Horizontal List of Overlapping Images in MAUI [GamesCatalog] - Part 14Apr 20, 2025. Learn how to create a horizontal list of overlapping images in .NET MAUI for your GamesCatalog app! In Part 14 of this series, we’ll explore step-by-step how to design a smooth, modern UI using CollectionView and custom layouts. Perfect for game apps and cross-platform projects!
  • Hosting a Static Website with Docker and NGINXApr 19, 2025. Spin up your first static site in Docker using NGINX in minutes, no backend, just clean HTML and containers.
  • How to Convert Image to Text in Blazor Server (Simple OCR Example)Apr 10, 2025. OCR (Optical Character Recognition) is a technology that extracts text from images. In this tutorial, we’ll build a simple Blazor Server application that allows users to upload an image and extract text from it using the Tesseract OCR engine.
  • Creating Ghibli-Style Images for Free with Grok AIApr 01, 2025. Grok AI enables users to create stunning Studio Ghibli-style images effortlessly by generating artwork from descriptive prompts. With simple tools, anyone can produce whimsical, vibrant visuals inspired by Ghibli’s enchanting aesthetics.
  • Implementing Multi-Modal AI: Combining Text, Image, and Speech Models on AzureMar 19, 2025. ?Azure's multi-modal AI integrates text, image, and speech processing, enabling developers to create intelligent, context-aware applications. This fusion enhances accuracy, user experience, and cross-domain functionalities.
  • Using Bitmap Compare Two Images in .NET CoreFeb 15, 2025. This article covers pixel-by-pixel comparison, detecting differences, and analyzing visual changes in images using C#. Ideal for developers working with image processing, graphics analysis, or automated testing.
  • Generating Images with Amazon BedrockFeb 03, 2025. Amazon Bedrock enables developers to generate images and more using foundation models. This guide walks through implementing an API and UI with Node.js to generate images, leveraging Amazon Titan Image Generator and AWS credentials.
  • Image Moderation System with AWS Rekognition, Nest.js, and ReactJan 17, 2025. Automatic picture analysis is used by image moderation systems to find and mark potentially offensive or dangerous content. This post will discuss how to use AWS Rekognition, Nest.js, and React to create a reliable image moderation system.Conclusion
  • Building a Scalable Real-Time Animal Image Classification System on AzureJan 16, 2025. This article covers leveraging Azure's cloud infrastructure, including Azure Machine Learning, Cognitive Services, and Azure Kubernetes Service, for efficient and fast image processing.
  • Getting started with OpenCVJan 06, 2025. Explore OpenCV, an open-source library for image processing and computer vision tasks. Learn installation, image reading, transformation, and display techniques with hands-on Python examples, including grayscale conversion and image format conversion.
  • Exploring LensGo AI: A Game-Changer in Artificial IntelligenceJan 02, 2025. LensGo AI is an innovative platform that leverages the power of artificial intelligence to revolutionize visual content creation.
  • Detecting Harm Content in Text and Images using Azure AI Content SafetyDec 27, 2024. This article explores how we built a demo application using Azure AI Content Safety to detect harmful content like hate speech, sexual content, and violence within a social media platform. We combined the power of an Angular frontend and a .NET backend API to create a system that analyzes text and images for potential harm
  • AI Ready Data for Enterprise : Unlocking the Future of Business IntelligenceDec 23, 2024. AI-ready data is crucial for enterprises to leverage AI effectively. It involves ensuring data is accurate, structured, labeled, and scalable, enabling AI models to make data-driven decisions, optimize processes, and gain a competitive edge.
  • How to Launch Your First EC2 InstanceDec 20, 2024. Launching your first AWS EC2 instance introduces you to cloud computing. It involves choosing an AMI, selecting instance types, configuring security groups, and setting up key pairs. Use the AWS Free Tier to start exploring virtual servers, storage options, and networking in the cloud.
  • How to Optimize Docker Images for Smaller, Faster DeploymentsNov 18, 2024. Learn simple strategies to optimize Docker images, reduce their size, and speed up deployments with tips like lightweight bases, cleanup, and multi-stage builds.
  • Converting HTML to PDF or Image in C# Using wkhtmltopdf Part 2 - Header & FooterNov 13, 2024. In this tutorial, learn how to convert HTML to PDF or image in C# using wkhtmltopdf. This part covers adding and customizing headers and footers in your generated PDFs, enhancing document structure and appearance.
  • Build an Azure Blob Trigger Function to Compress Images with SharpNov 12, 2024. This guide walks through creating an Azure Blob Trigger Function that compresses images uploaded to Azure Storage using the Sharp image processing library. It covers setting up Azure Blob Storage, configuring the function app, and implementing image compression with Node.js.
  • Converting HTML to PDF or Image in C# Using wkhtmltopdfNov 05, 2024. This guide explains generating PDFs and images from HTML using wkhtmltopdf in C#. With wkhtmltopdf's Webkit-based engine, convert HTML content, including complex CSS and JavaScript, into high-quality PDFs or images.
  • Training on using WebForms Core Technology to Upload ImagesOct 19, 2024. In this article, using WebForms Core technology, we will teach you how to send images to the server and display the images sent in the client.
  • Building Image Generation Apps with Azure OpenAI in .NETSep 28, 2024. This article guides you through using Azure OpenAI's DALL-E service in .NET to generate images based on prompts. It covers setting up an OpenAI resource, deploying the DALL-E model, and writing C# code to interact with the API, retrieve image URLs, and integrate generative AI into .NET applications.
  • Building a Custom Image Slider Component in ReactSep 11, 2024. Learn how to create a responsive, interactive slider using React hooks, JavaScript, and CSS. Perfect for adding dynamic image galleries or carousels to your web projects, enhancing user engagement and experience.
  • Building a Container Image for Your .NET MicroserviceAug 27, 2024. Building a Container Image for Your .NET Microservice
  • How AI is Revolutionizing Image Background Description ?Aug 24, 2024. This revolution involves using neural networks and machine learning algorithms to analyze images, automatically generate descriptive text, and enhance visual recognition and understanding for various applications.
  • Unlocking the World of AI Image Generation: Tips for BeginnersAug 21, 2024. Learn how to navigate popular AI tools, understand key concepts, and apply practical tips to create stunning digital images. Perfect for beginners eager to explore the creative potential of AI.
  • How to Show Direct Binary Image Using Handler in ASP.NET WebFormsAug 09, 2024. Learn how to display images stored as binary data in a database using an HTTP handler in ASP.NET WebForms. This guide covers creating a database table, a stored procedure for image retrieval, and implementing an HTTP handler to serve images dynamically. It also includes integrating the handler into a web form.
  • Build Image Description Service with Amazon Bedrock and .NET AppAug 07, 2024. Learn how to use the Amazon Bedrock Converse API with the Anthropic Claude 3 Sonnet model to send an image and receive a description. This guide covers setting up a .NET 8.0 console app in Visual Studio 2022, configuring AWS CLI, and using AWSSDK.BedrockRuntime to interact with the API.
  • How to Repair Corrupted System Files in Windows 11?Jul 29, 2024. When you refer to "Repair Any Corrupted System File in The Current Image," you're likely talking about using built-in Windows tools to repair system files
  • Publishing a Docker Image with .NET CoreJul 23, 2024. 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 Core application, using "Codingvila" as an example project name.
  • Generate an image by invoking Amazon Titan Image on Amazon Bedrock using .NET console applicationJul 15, 2024. Generate an image using Amazon Titan Image on Amazon Bedrock with a .NET console application. Explore seamless integration of cloud services, leveraging AWS's robust infrastructure for efficient image processing.
  • Custom Annotations and Validation in Spring BootJul 04, 2024. Explore how to enhance Spring Boot applications by creating and using custom annotations for validation. Learn to implement robust validation logic using Hibernate Validator and integrate custom validators for precise data validation in forms and REST APIs.
  • Annotations used with Spring Boot ApplicationsJun 28, 2024. Spring Boot simplifies Java application development with powerful annotations like @SpringBootApplication, @RestController, and @Service. These annotations automate configuration, enable RESTful services, manage dependencies, and support robust transaction and error handling.
  • Containerization of React JS Application using DockerJun 25, 2024. 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 file, and building and running a Docker image. GitHub link included for reference.
  • Webcam Capture and File Upload with HTML JavaScript jQueryJun 12, 2024. The HTML structure for this interface consists of a video element for the live webcam feed, a canvas for displaying the captured image, and a file input element for uploading images. Additionally, buttons are provided for capturing the photo and triggering the final upload process.
  • Exploring Image Processing & Transformation with OpenCVMay 24, 2024. Images are vital data in today's digital world, requiring preprocessing for analysis. OpenCV, a versatile tool, aids in image processing, offering functions like loading, resizing, rotating, and cropping for efficient manipulation.
  • Learn Fundamentals of Generative AIMay 20, 2024. In this article we explore the fundamentals of GenAI, explores various scenarios where it is applied, and highlights the profound implications and potential challenges of this technology.
  • 🖥️ How to Create an Azure Container Instance in Microsoft AzureMay 16, 2024. 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.
  • Comparision Between Azure OpenAI Dall.E 3 and Microsoft DesignerMay 16, 2024. Azure OpenAI DALL-E 3 specializes in generating images from textual descriptions, offering creativity and detail, while Microsoft Designer provides interactive design assistance and templates across various visual content types, catering to users seeking hands-on control and customization options.
  • A Tale of Two Innovations: DALL.E 3 and Microsoft DesignerMay 15, 2024. In the ever-evolving landscape of digital design, two groundbreaking tools have emerged, capturing the imagination of creatives and professionals alike: DALL.E 3 and Microsoft Designer. Let’s embark on a journey to explore these tools and discover how they are shaping the future of design.
  • Object Detection using Azure Cognitive Service and .NETMay 15, 2024. Learn how to implement object detection using Azure Cognitive Services and .NET. Harness the power of computer vision and machine learning to analyze images, identify objects, and integrate with custom vision models.
  • What is Alibaba Cloud Simple Application Server (SAS)?May 14, 2024. In this article, Streamlined Application Management. Alibaba Cloud's Simple Application Server (SAS) revolutionizes application deployment with user-friendly interfaces, lightning-fast deployment, cost-effective hosting, and seamless scalability.
  • Feature of Computer Vision Workloads on AzureMay 14, 2024. In this article, we will explore the features of computer vision workloads on Azure, exploring key tasks such as image classification, object detection, semantic segmentation, optical character recognition (OCR), facial detection, and recognition, accompanied by illustrative examples.
  • Open AI GPT-4o A Multimodal Mastermind Ushering in a New Era of AI May 14, 2024. OpenAI's GPT-4o breaks ground with multimodal capabilities, processing text, audio & visuals. Explore its applications, the future of AI, and the collaboration needed for responsible development.
  • Introduction to Grafana: Power of Data VisualizationApr 29, 2024. Learn about Grafana, an open-source analytics and monitoring platform, and discover why it's essential for visualizing metrics data.
  • Implementing Multi-Modal AI: Combining Text, Image, and Speech Models on AzureApr 20, 2024. Implementing Multi-Modal AI: Combining Text, Image, and Speech Models on Azure. Multi-modal AI integrates text, image, and speech data to create context-aware systems. Leveraging Azure's AI services, developers can build applications that process diverse data types.
  • Plant Disease Classifier with Azure AI Custom Vision and BlazorApr 17, 2024. This concise article explores the innovative integration of Azure AI Custom Vision service with a Blazor web application to create a sophisticated Plant Diseases Classifier model. The article highlights the seamless fusion of cutting-edge AI technology with modern web development.
  • Unleash your Creativity with Azure OpenAI DALL-E 3Apr 12, 2024. Explore the power of DALL-E 3 in Azure OpenAI Studio to unleash creativity. Learn about its features, safety measures, and deployment steps. Follow the guide to create stunning visual creations using Python code, ensuring ethical AI practices.
  • Simple Image or File Import Using T-SQL for SQL ServerApr 03, 2024. The article demonstrates importing image files into SQL Server using T-SQL's OPENROWSET, BULK, and SINGLE_BLOB. It covers basic examples and prerequisites, allowing dynamic file paths and names for flexibility.
  • Options Pattern Validation in .NET Core with ExamplesMar 28, 2024. .NET offers built-in resources for validating settings to ensure correctness without manual checks. Techniques like data annotations and custom validations streamline the process, enhancing configuration reliability and maintenance.
  • Python SDK Deployment: Image Moderation for Content SafetyMar 27, 2024. This article provides a comprehensive guide on deploying Image moderation using the Python SDK for integrating with a Content Safety application, offering a detailed step-by-step implementation process.
  • Introduction to Image Control in Power AppsMar 22, 2024. Explore the versatility of Image Control in Power Apps. Learn to enhance user interfaces by effortlessly displaying images. From data visualization to graphic elements, master the art of visual design and image management.
  • Creating Contact Record in D365 with PowerShell Script & Image AttributeMar 15, 2024. Learn to automate Dynamics 365 contact record creation via PowerShell. This script includes adding image attributes, streamlining CRM data management. Utilize Microsoft's Xrm.Data.PowerShell module for efficient and seamless integration, enhancing your CRM automation capabilities.
  • .NET MAUI - Base64 Image Encode/DecodeMar 09, 2024. This blog guides 10th-grade students through incorporating Base64-encoded images in .NET MAUI apps. Covering project setup, implementation steps, and a demo, it empowers users to enhance app visuals seamlessly.
  • How to View or Print CDR Image Files with or Without CorelDRAWMar 01, 2024. Explore methods to View or Print CDR Image files with or without CorelDRAW. Get the best guides to View or Print CDR Image files using CorelDRAW and C#.
  • Using Azure OpenAI Service to Generate Images with DALL-E in .NETFeb 21, 2024. Tutorial to call Azure OpenAI Service DALL-E model to generate images in .NET. Learn how to call the Azure OpenAI Service DALL-E model in C#. Gather necessary data from Azure, deploy a model, and use the Azure OpenAI client library for .NET. Explore generative AI!
  • How to Add Highlighted Image Slider in BloggerFeb 13, 2024. Enhance your Blogger blog with a highlighted image slider. Learn how to customize your blog layout by adding an interactive image carousel using widgets or plugins for a visually appealing browsing experience
  • Analyzing Image Moderation using Azure Content SafetyFeb 13, 2024. At the end of the article readers will able to understand and implement the usage of Content safety studio with moderating image contents in real time scenarios.
  • Understanding Image Gallery Web Part in SharePoint OnlineFeb 11, 2024. Understanding Image Gallery Web Part and its features and different options.
  • PowerApps Dropdown / ComboBox with ImageFeb 09, 2024. Create visually enriched PowerApps Dropdown/ComboBox with images. Enhance the user experience by incorporating thumbnails or icons alongside selectable options, leveraging data binding and custom templates for seamless integration.
  • iOS - Choosing Image From Photo Library In SwiftFeb 05, 2024. This Swift tutorial demonstrates creating a photo library access request, implementing a UIImageView, and handling image selection.
  • How to Create a 3d Illustration on Microsoft Image CreatorJan 07, 2024. In this article, we will learn how to create a 3D illustration using AI with Microsoft Image Creator. Follow the steps on the Bing Chat AI-powered tool to generate unique, customizable images from text prompts.
  • Upload, Edit, and Delete Image with Dapper in .NET CoreJan 03, 2024. This tutorial teaches ASP.NET Core MVC web development with controllers and views. You will learn upload, edit and delete image file with dapper, repository pattern and UnitOfWork in .NET Core.
  • How to Add Popup Image in Blogger SitesDec 25, 2023. Here are some steps for adding a responsive pop-up image with a link in Blogger
  • Python Text ExtractionDec 11, 2023. Unlock the untold stories within digital images through text extraction. Explore the fusion of technology and human-readable language using Tesseract OCR and Python. This article guides you through installation, script writing, and the art of revealing narratives hidden in pictures. Elevate your coding journey!
  • Extract text from Image and PDF Using Power Automate and AI Builder Nov 29, 2023. Extract text from Image and PDF - Using Power Automate and AI Builder. In our data-centric world, extracting valuable insights from diverse sources, including images and PDFs, is crucial. Power Automate, coupled with AI Builder, offers a potent solution for text extraction from such documents. This enables businesses to streamline processes and derive meaningful information from previously unstructured data.
  • How to Embed an Image to an email in Power AutomateNov 28, 2023. Power Automate doesn't have a native action specifically designed to embed images directly into an email introduction. However, below method I'm showing step by step to embed an image.
  • GraphQL in .NET: GraphQL queriesNov 22, 2023. Learn graphQL queries, resolvers, and annotation-based approach. This tutorial introduces GraphQL, emphasizing its benefits over REST, and explores querying in a C# ASP.NET Core environment using HotChocolate. It covers key concepts, operations, and practical implementation.
  • How To Select an Avatar Image from Popup to Set as My Profile Picture In Blazor?Nov 22, 2023. In this article, we have learned how to show avatar images as profile pictures.
  • Handling Broken Images in JavaScriptOct 31, 2023. This article addresses the challenge of managing broken images in web development, offering a range of strategies including error handling, fallback images, lazy loading, placeholder images, and image request retries. These techniques ensure a seamless and reliable user experience, even when images fail to load, ultimately enhancing website performance and user satisfaction. By carefully combining these strategies, web developers can create robust solutions for handling broken images effectively.
  • Elements Of Responsive Web DesignOct 19, 2023. Responsive web design ensures that users can access a website effortlessly, whether they are using a desktop computer, laptop, tablet, or smartphone. By dynamically adjusting the layout and content presentation, responsive design enhances readability, navigation, and overall user satisfaction.
  • How To Render Avatar Images From XML Data In Blazor?Oct 11, 2023. In this scenario, you'll need to read XML data, parse it, and then render avatar images inside a popup component in a Blazor application. This involves creating a data model, a service to handle XML parsing, and a component to display the avatars in the popup.
  • Compress and Reduce File Size of Images in ASP.NET CoreOct 01, 2023. Compress and Reduce File Size of Images in ASP.NET Core
  • Data Annotations in .NETSep 20, 2023. In this article, we are going to learn about Data annotations and their importance in .Net Core. Data annotation is crucial in modern software development for ensuring data integrity and clarity. .NET provides a standardized way to convey metadata about data objects, enhancing code robustness and maintainability. Explore 25 essential data annotations in .NET with explanations and examples.
  • Data Annotation Validation in .NET CoreSep 20, 2023. This article explains how to create custom validation attributes in .NET, even though .NET provides built-in validation attributes. Custom validation attributes are useful when built-in attributes are insufficient for real-time application requirements. The advantages include code centralization and improved code readability and maintainability.
  • Unlocking the Future: Azure OpenAI ServicesSep 11, 2023. To understand what is Azure OpenAI services, what are the models available, how the models are classified and the key terminologies in and around related to Azure OpenAI. The difference between Azure OpenAI and OpenAI. Also explained about the responsible AI and the commitment which Microsoft has made before the availability to the customers.
  • Automatic Image Optimization in Next.jsSep 04, 2023. Here we will learn about the Automatic Image Optimization in Next.js application.
  • Data Validation with Annotations, Custom Attributes, and Fluent ValidationAug 30, 2023. Data Annotations are attributes provided by the System.ComponentModel.DataAnnotations namespace in C#. They allow you to declaratively specify validation rules and constraints directly within your model classes.
  • Image Transition with Animation in Jetpack ComposeAug 23, 2023. This article will describe the Image Transition with Animation in Jetpack Compose.
  • Swipeable Image Slider in Jetpack ComposeAug 23, 2023. This article will describe the Swipeable Image Slider in Jetpack Compose.
  • How To Generate Image Using OpenAI API In Flutter?Aug 22, 2023. In this article, you will learn about how to generate images using OpenAI API in Flutter.
  • How to Use the Dataverse Patch Function?Aug 11, 2023. In this article, we'll delve into the utilization of the patch function for generating a record within a Dataverse custom table. This will encompass tables with intricate columns such as lookup, user, file, image, etc.
  • Deploy Python FastAPI using Azure Container registryAug 08, 2023. In this article, we are going to learn how to deploy our first FastAPI using the Azure Container registry.
  • Text, Image and Button In Jetpack ComposeAug 06, 2023. In this article, you will learn about how to use Text, Image and Button in Jetpack Compose
  • Photo Picker In Jetpack ComposeAug 05, 2023. This article has described how we can use the photo picker in Compose project and its interoperability with older versions of Android.
  • Building a DotCode Webcam Scanner in C++ for Windows 10Jul 26, 2023. The article shares how to build a DotCode webcam scanner from scratch using Dynamsoft Barcode Reader C/C++ SDK and OpenCV on Windows 10.
  • Efficient Image Optimizer Using C# WPFJul 18, 2023. This article explores the process of building an image optimizer using C# WPF (Windows Presentation Foundation).
  • Docker CommandsJul 10, 2023. Docker Commands
  • Generate Image with OpenAI API and Node.jsJul 05, 2023. Generating images by giving text prompt using OpenAI API and Node.js.
  • Optimize SPFx Image render with Private CDNJul 03, 2023. Office 365 CDN reduces network traffic and enables fast content rendering. It includes Private and Public origins. The article explains configuring Private CDN, image management, and optimizing performance using SPFx custom control.
  • How to Resize Image in C# Console ApplicationJul 03, 2023. How to Resize Image in C# Console Application
  • How to Generate Image Using DALL-E API and Python?Jun 27, 2023. Generating the images using OpenAI API and Python.
  • Extracting Text from Images using Azure OCR and Match in an Excel Sheet using PandasJun 22, 2023. The concept revolves around enabling the police to capture a snapshot of a vehicle's license plate and quickly retrieve the corresponding information from a database. In this particular scenario, an Excel sheet serves as the database for storing and accessing the relevant details.
  • Creating Links in HTMLJun 19, 2023. Creating links in HTML, Links are an essential part of the web. They connect pages together and allow users to navigate through a website. In HTML, links are created using the anchor tag. In this guide, we will explore how to create links in HTML, including the different types of links, related tags and attributes, and best practices for link building.
  • Generating Images with Azure OpenAI DALL-EJun 19, 2023.
  • Create Docker Image of Web Application in .NET Core and Deploy using Docker Desktop on Windows OSJun 06, 2023. Create Docker image of web application in .net core and deploy using Docker desktop on Windows OS
  • Azure DALL-E 2: A Powerful Tool for Creative ProfessionalsMay 26, 2023. Everyone knows about the OpenAI DALL.E 2. But in this article, we have to discuss about the Azure OpenAI DALL.E 2. It was very quiet similar but accuracy will be very high compared to OpenAI DALL.E 2.
  • Replicate ECR Image from AWS one region to another regionMay 19, 2023. Create Mirror copy of ECR from one region to another region
  • Uploading Image in Azure Blob via Azure Function and API Management ServiceMay 08, 2023. This step-by-step process will help any developer who wants to Upload an image in Azure Blob via an Azure function with C#. Wants to use the Azure API Management Service and expose the APIM endpoint to the end user. The APIM endpoint will internally point to the Azure function.
  • Azure OS Images (Classic)- An OverviewMay 08, 2023. Azure OS Images (classic) are preconfigured virtual machine images that are available on Azure for use with the classic deployment model. These images contain a specific operating system (OS) and are used to quickly create new virtual machines (VMs) on Azure. Azure OS Images (classic) offer several benefits, including simplified VM creation, standardized environments, reduced deployment time, and cost savings.
  • Azure Community Images: A Comprehensive OverviewMay 05, 2023. Azure Community Images are pre-configured virtual machine images that have been created and shared by members of the Azure community. These images are available in the Azure Marketplace, and they are free to use.Azure Community Images cover a wide range of use cases and include various operating systems, software stacks, and configurations. The images are created by Azure users who have expertise in a particular area and want to share their knowledge with others.
  • How To Generate And Image Variations Using DALL-E 2 OpenAI Model?Apr 28, 2023. In this article describes about DALL E-2 model and its capabilities, Image Generation and Image Variations using Python Code Implementation