Resources  
  • Top Generative AI Models in 2025: Best LLMs for Text, Image, Video, and MusicJun 19, 2025. Explore the most powerful and popular generative AI models of 2025, including GPT-4o, Claude 3, Sora, Midjourney, Suno, and more. Discover the best LLMs for creating text, images, video, and music.
  • Best Generative AI APIs in 2025Jun 19, 2025. Discover the top Generative AI APIs in 2025, including OpenAI GPT-4o, Anthropic Claude 3.5, Google Gemini 1.5, and open-source models like Mistral and LLaMA 3. This guide offers detailed comparisons of text, code, and image generation APIs, covering features, pricing, use cases, and performance. Ideal for developers, startups, and businesses integrating AI-powered solutions in chatbots, search, automation, and creative tools.
  • Image Captioning with CLIP and GPT-4Jun 19, 2025. Learn how to generate natural, human-like image captions using CLIP and GPT-4—no training data needed. A hands-on guide to zero-shot image captioning with code examples, real-world use cases, and SEO-ready tips.
  • Intro to Diffusion Models for Image and Video GenerationJun 09, 2025. Diffusion models generate images and videos by reversing noise step-by-step, enabling tools like Sora and Stable Diffusion to transform text into stunning, high-quality visuals using learned patterns.
  • Getting Started with OpenCV in .NETJun 03, 2025. Learn how to use OpenCV in .NET applications with OpenCvSharp. This beginner-friendly guide covers setup, loading images, converting to grayscale, displaying results, and performing edge detection.
  • Coil - Image Loading LibraryMay 26, 2025. Coil is a fast, lightweight, and modern image-loading library for Android, built using Kotlin and backed by Coroutines. It simplifies image loading with efficient caching and minimal setup.
  • Introducing Docker Hardened ImagesMay 21, 2025. Discover how Docker Hardened Images simplify container security with minimal, CVE-free bases, automated updates, and built-in trust.
  • What is Docker Scout?May 16, 2025. Discover how Docker Scout helps you scan container images, fix vulnerabilities, and boost security—perfect for beginners stepping into DevSecOps.
  • 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.
  • Server-to-Server Authentication in Zoom Using .NET CoreFeb 25, 2025. Zoom provides a Server-to-Server OAuth (S2S OAuth) authentication method for secure API interactions between your application and Zoom services. This authentication method is recommended for server-based applications that do not require user authorization.
  • 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
  • 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 Use Microsoft Teams for Project ManagementNov 28, 2024. Microsoft Teams simplifies project management by integrating task management, real-time communication, and collaboration. Use Planner for tasks, schedule check-ins, and keep your team organized with chat updates and meetings.
  • 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.
  • 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.
  • The Art of JavaScript Hoisting: Understanding the Ins and OutsJun 11, 2024. Discover the intricacies of JavaScript hoisting in this comprehensive guide. Understand how JavaScript handles variable and function declarations, the impact of scope, and the best practices to avoid common pitfalls.
  • 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.
  • How to Integrate Instant Plugins in the Canvas App?Apr 29, 2024. Dataverse Accelerator by Microsoft introduces low-code plug-ins for real-time business logic workflows in Canvas apps. Learn step-by-step integration of Instant Plugin with Power Fx in Dataverse environment. Test and utilize the Instant Plugin for efficient app development.
  • 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.
  • 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#.
  • How Do I Implement a 'Mouse Double Click' for a ListBoxFeb 26, 2024. Implementing a "mouse double click" event for a ListBox typically involves subscribing to the ListBox's MouseDoubleClick event and specifying the action you want to perform when the event occurs.
  • 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.
  • What Are Event Modifiers in Vue.jsFeb 07, 2024. Event handling in Vue.js becomes even more powerful with the use of event modifiers. These modifiers enhance your ability to precisely control how events trigger the execution of methods, making your code more efficient and readable.
  • Vue.js Event Handling with v-on DirectiveFeb 07, 2024. 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.
  • Explain about Mouse Events in JavaScriptFeb 06, 2024. Unlock the potential of mouse events in JavaScript for dynamic web interactions. From simple clicks to intricate movements, utilize events like click, dblclick, mouse down, mouse up, mouse move, mouseover, mouse out, mouse enter, mouse leave, and context menu.
  • 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.
  • Handle Dropdown Mouse Actions and Windows Using Selenium C#Dec 26, 2023. This article will be helpful in understanding how to handle dropdowns and windows, plus different mouse action methods. In Html, the select tag is used to create the dropdown
  • 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.
  • 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
  • How To Be a Professional Software Engineer: Be a Squeaky WheelSep 12, 2023. Professional software engineers advocate for their ideas persistently, embodying the 'squeaky wheel' principle. This phrase, rooted in American culture, underscores the importance of assertively voicing concerns and needs.
  • 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.
  • Swipeable Image Slider in Jetpack ComposeAug 23, 2023. This article will describe the Swipeable Image Slider in Jetpack Compose.
  • Image Transition with Animation in Jetpack ComposeAug 23, 2023. This article will describe the Image Transition with Animation 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.