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.
  • How to get Dataverse Choice Text Value in Power AutomateMar 26, 2025. ?Learn how to retrieve text values from Dataverse Choice fields using Power Automate. This guide offers step-by-step instructions to enhance your workflow automation and data management skills.
  • Mastering SQL String FunctionsMar 25, 2025. SQL string functions help manipulate and process text data efficiently. This guide covers key functions like UPPER(), LOWER(), LEN(), LEFT(), RIGHT(), SUBSTRING(), REPLACE(), CONCAT(), LTRIM(), RTRIM(), CHARINDEX(), REVERSE(), and FORMAT(), demonstrating their usage with examples to improve query performance and readability.
  • 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.
  • Accessibility with Azure AI Immersive ReaderMar 17, 2025. Azure AI Immersive Reader enhances digital accessibility with AI-powered reading assistance. It offers Text-to-Speech, multilingual support, customizable text display, and grammar assistance.
  • Explaining System.Text.Json in .NETMar 06, 2025. The System.Text.Json library in .NET 9 has been significantly enhanced to provide developers with more robust and flexible JSON processing capabilities. These improvements focus on JSON schema support, intelligent application features, and increased customization options for serialization and deserialization processes.
  • Bringing Digital Voices to Life: Azure AI Text-to-Speech AvatarMar 05, 2025. Azure AI Text-to-Speech Avatar is a tool designed to create digital avatars that can speak in a remarkably human-like manner. This innovation is changing the way we interact with AI, making virtual assistants, automated customer service, and even gaming characters more lifelike than ever.
  • 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.
  • System.Text.Json vs. Newtonsoft.Json: A Comprehensive ComparisonJan 31, 2025. System.Text.Json and Newtonsoft.Json are popular libraries for JSON serialization in .NET. System.Text.Json offers better performance and lower memory usage, while Newtonsoft.Json provides more advanced features like dynamic JSON handling and custom converters.
  • How to Concatenate Dynamic Column Values in Power AppsJan 23, 2025. Learn to use the Concatenate function in Power Apps to combine dynamic column values in a gallery. Simplify data presentation, reduce redundancy, and enhance user experience with this versatile tool for custom business applications.
  • 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.
  • Enterprise Text-to-Speech System: Architecture, HLD and UIJan 14, 2025. Explores the architecture, high-level design (HLD), and user interface (UI) of an enterprise text-to-speech (TTS) system. It delves into the technical aspects of integrating speech synthesis into enterprise applications, highlighting system components, design strategies, and the user experience.
  • 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.
  • LookUp Function in Power Apps for Efficient Data RetrievalDec 31, 2024. The LookUp function in Power Apps allows efficient data retrieval by searching for a single record in a data source based on a condition. It's ideal for scenarios like pulling specific employee details from a SharePoint list.
  • 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.
  • Min Function in PowerFx using Canvas App with Power AppsDec 13, 2024. Reading this article, you can learn how to perform the Min function from Power Fx using Microsoft Power Apps. Also, you will be able to learn Text box, Label control in the Power Apps environment.
  • Understanding the AI_EXTRACT SQL Function in DatabricksDec 12, 2024. This article dives into the mechanics of AI_EXTRACT, its syntax, and various use cases with examples. AI_EXTRACT in Databricks extracts structured data, like names and dates, from unstructured text using AI models. It integrates seamlessly with SQL workflows, enhancing data analysis and organization efficiency.
  • Working with JSON in .NET Core: Newtonsoft.Json, NetJSON, and System.Text.JsonNov 24, 2024. In this article, we will learn three effective approaches to working with JSON in .NET Core using popular libraries: Newtonsoft.Json, NetJSON, and System.Text.Json.
  • 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.
  • Understanding Dataverse Text FieldsOct 30, 2024. Understand how to integrate text fields into your applications, validate user input, and retrieve data seamlessly. Enhance your knowledge of database design and modeling within Microsoft Dataverse.
  • 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.
  • Use Text Translation AI Model in Power AppsOct 09, 2024. Power Apps can be integrated with AI models, like the Text Translation model, to automatically translate text between languages. You can implement this by leveraging the Microsoft Translator service from Azure Cognitive Services
  • Array to Text File: Detailed Overview of ArrayIOExtensionsLib ClassOct 03, 2024. This article provides a comprehensive overview of the ArrayIOExtensionsLib class, detailing its functionality for converting arrays to text files in C#. We explore its key features, methods, and practical applications, including data serialization and file management techniques.
  • 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.
  • How to Deploy a Gen AI Application on Docker?Sep 02, 2024. Learn how to deploy a Generative AI application using Docker with step-by-step instructions, including Flask setup, containerization, and handling POST requests.
  • 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.
  • Smooth Horizontal Scrolling Text Animation with Play/Pause ToggleAug 21, 2024. This tutorial covers CSS and JavaScript techniques to build a responsive scrolling marquee that enhances user interaction. Perfect for showcasing announcements, news tickers, or featured content.
  • 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.
  • Gen AI for Text Generation Creating Compelling Content with GPT-3Aug 07, 2024. Discover how Generative AI models like GPT-3 can be used to create engaging and coherent text. Learn about the techniques, applications, and benefits of using GPT-3 for text generation.
  • 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.
  • Generative AI in .NET: Building a Text Generator with GPT-3Aug 07, 2024. Discover how to integrate OpenAI's GPT-3 with .NET to build a powerful text generator. This article provides step-by-step instructions and code examples to help you create and utilize a GPT-3 powered text generator in your .NET applications.
  • How to Get Only Letters from a String in C#?Aug 05, 2024. Learn how to extract only the letters from a string in C# using various methods. This guide covers techniques such as using regular expressions, string manipulation methods, and LINQ to filter out non-letter characters.
  • Use ngx-simple-text-editor in Angular 18Aug 01, 2024. Learn how to integrate the ngx-simple-text-editor into an Angular 18 application. This guide covers installation, setup, and configuration of this rich text editor component, enhancing your Angular project's text editing capabilities with a user-friendly interface and seamless integration.
  • Copying Text to Clipboard in AngularJSJul 31, 2024. Learn how to implement clipboard functionality in AngularJS to enable users to easily copy text with a click. This guide covers the use of AngularJS directives, JavaScript methods, and the Clipboard API to streamline copying text to the clipboard in web applications.
  • Fine-Tuning in Machine Learning Jul 31, 2024. This is one of the great techniques in machine learning, because it reused the pre-trained model and made it efficient for a new task with good accuracy. It also reduced the work of training a new model.
  • 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
  • Training a Small Language Model AI Using Text Files, C#, and SQL DatabaseJul 29, 2024. This article guides you through training a small language model AI using text files, C#, and an SQL database. It covers preparing text data, setting up an SQL database, tokenizing data with C#, and querying the database.
  • Create Interactive Dropdown Menus While Click Text Open DropdownJul 25, 2024. Learn how to create interactive dropdown menus that open when clicking on text. This guide covers essential techniques and code snippets for implementing dynamic dropdowns using HTML, CSS, and JavaScript.
  • 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.
  • How to Create a Captcha in .Net Core Web APIJul 20, 2024. This guide explains how to create a CAPTCHA in a .NET Core Web API. It covers installing necessary NuGet packages, configuring session management, generating CAPTCHA images, and validating user input.
  • 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.
  • Convert Speech into Text using Python Jul 09, 2024. Speech-to-text conversion is a fascinating area of technology that allows computers to understand and transcribe spoken language into text. This capability has numerous applications, from virtual assistants and transcription services to accessibility tools and hands-free device operation.
  • AngularJS: Numbers Text Validation and cbTooltip in ASP.NETJul 04, 2024. "In AngularJs applications, custom directives like allowOnlyNumber and allowOnlyText ensure input validation for numeric and text data, enhancing user interaction. Implementing cbTooltip with Bootstrap enriches UX by providing tooltips.
  • Find and Replace in PowerAppsJun 27, 2024. Learn to streamline data entry and enhance user experience by implementing powerful text manipulation techniques within your canvas apps, leveraging Microsoft's Power Platform capabilities seamlessly integrated with Office 365.
  • 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.
  • Stemming vs Lemmatization in NLPJun 12, 2024. Explore NLP techniques like stemming and lemmatization for text normalization. Understand their algorithms, applications, and limitations. Learn how to implement them in Python using NLTK and analyze their outputs. Discover future trends integrating AI for more efficient text processing.
  • Azure Text Analytics Modern Content Moderation ApproachJun 11, 2024. Learn how to use Azure Content Moderator, part of Microsoft Azure’s Cognitive Services suite, to detect and filter objectionable content. This guide covers setting up the service, generating an API key, and integrating text and image moderation into your application using Python.
  • Transforming your Ideas into Reality with GPT4oJun 10, 2024. Explore GPT-4o's multimodal capabilities on Azure, combining text, vision, and audio for diverse outputs. Features include real-time responses, multilingual support, and safety measures. Potential use cases span customer service, analytics, content creation, summarization, and code generation.
  • Advanced SQL Techniques in PostgreSQLJun 07, 2024. PostgreSQL, a powerful open-source relational database management system, offers a wide range of features and functionalities to handle complex data queries and manipulations efficiently.
  • The Best Features of Text to Avatar in Azure OpenAIJun 06, 2024. Azure OpenAI's Text-to-Speech Avatar, a feature that turns text into realistic avatar videos. Benefits include effortless video creation, enhanced engagement, scalability, and accessibility. While in public preview, it offers pre-built avatars, multiple voice/language options, and real-time/batch processing.
  • What is Retrieval-Augmented Generation (RAG) in Generative AIJun 01, 2024. Large Language Models (LLMs) have become ubiquitous in today’s technological landscape. They perform remarkable feats, often astonishing us with their capabilities, and sometimes leaving us puzzled with their inaccuracies.
  • 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.
  • Transforming Text Analytics with NLP Workload ServicesMay 20, 2024. In this article we are going to explore the various NLP workload services, including text analytics services, language understanding services, and speech services.
  • 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.
  • Exploring Text-to-Speech Packages for Xamarin.FormsMay 13, 2024. Discover the top text-to-speech packages for Xamarin.Forms apps and learn how to seamlessly integrate them into your projects. Explore Xamarin.Essentials, Plugin.TextToSpeech, and Android.Speech.Tts, empowering developers to enhance accessibility and user engagement.
  • Ckeditor4 Integration with MathType and ChemType using jQueryMay 06, 2024. CKEditor is a WYSIWYG rich text editor which enables writing content directly inside of web pages or online applications. Its core code is written in JavaScript and it is developed by CKSource. CKEditor is available under open source and commercial licenses.
  • Real-Time Text Display in Power Apps Apr 30, 2024. Explore the seamless integration of real-time text input updates with Power Apps. Discover how effortlessly display text input changes dynamically in labels, enhancing user interaction and engagement. Follow a step-by-step guide to implement this feature, empowering your apps with responsive, interactive experiences.
  • How to Create Custom HTML / CSS Elements in Power AppsApr 29, 2024. Explore the powerful HTML text control in Power Apps, enabling rich text formatting, customization, and cross-platform compatibility. Learn its features, benefits, and limitations, alongside a step-by-step guide for integration. Elevate your app development with visually stunning .
  • Dynamically Show/Hide Label Text on Dropdown Change in Power Apps Apr 29, 2024. Learn how to dynamically display or hide label text based on dropdown selection changes in Power Apps. Use formulas and event handling to control the visibility of labels based on user interactions, enhancing the app's responsiveness and user experience.
  • Natural Language Processing with Azure Text AnalyticsApr 22, 2024. Azure Text Analytics is a cloud-based service that applies machine-learning intelligence to extract and label relevant information from unstructured text, enabling tasks like sentiment analysis, key phrase extraction, and language detection.
  • Extracting Values from PDFs in .NET Core 8 without ASP.NETApr 21, 2024. In this article, we'll explore how to extract values from PDF files within the .NET Core 8 ecosystem without relying on ASP.NET, using the PdfSharpCore library. We'll provide a step-by-step guide along with examples in C# to demonstrate how to accomplish this task effectively.
  • 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.
  • Easily Extract Values from PDF Without AI Only Using .NET Core 8Apr 20, 2024. In this post, we will be discussing extracting content from PDF file without using any AI algorithms.
  • 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.
  • Newtonsoft.Json vs. System.Text.Json: Comparative AnalysisApr 17, 2024. In the world of .NET development, handling JSON serialization and deserialization is a common task, especially when dealing with web APIs. In this article, we'll compare and contrast these two libraries, exploring their features, examples, advantages, and disadvantages.
  • Extracting Content of HTML Page in JavascriptApr 16, 2024. Developing a solution that extracts the content of an HTML page from scratch requires a lot of effort. In this article we'll have a look at library that automates this task.
  • Polymorphic serialization using System.Text.JsonApr 12, 2024. Polymorphic serialization is the process of serializing and deserializing objects of different types that share a common base type. This allows us to preserve the specific type information of each object, which is crucial when we want to deserialize the objects back into their original types.
  • 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.
  • Elevate Your Content with Text-to-Speech Live AvatarsApr 09, 2024. This article describes about the implementation of creating engaging live avatars using Azure Speech Services. Also you will be able to learn and build the capabilities of Text to Speech Live Avatars and it use cases.
  • Text Interpolation and types of Text Interpolation in AngularApr 07, 2024. Angular, a leading JavaScript framework, offers developers a plethora of features to create dynamic and interactive web applications. In this article, we will delve into the various types of text interpolation available in Angular, accompanied by examples to illustrate their usage.
  • Implementation of Base64 Encryption/Decryption in Power AppApr 05, 2024. Base64 is a method for encoding binary data into text, ensuring data integrity during transmission. Implemented in Power Apps using Power Fx, it's vital for tasks like email (MIME), XML, or JSON data storage. Not suitable for encryption, but essential for safe data transmission.
  • 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.
  • Gemini Pro Text: Flawless Formatting with markdown2Mar 29, 2024. This guide explores the integration of Gemini Pro AI output with markdown2 for HTML rendering in Django web apps. It details the challenges of formatting symbols, offers practical solutions, and empowers developers to optimize the display of AI-generated content, enhancing user experiences on web platforms effectively.
  • Tame the Randomness: Master Gen AI TextMar 29, 2024. Discover the power of Gemini, an advanced AI model by Google, capable of generating text, code, images, and more. Explore how fine-tuning the generation_config parameters, particularly the temperature, influences content quality and diversity.
  • What is JSON Serialization and Deserialization in C# Mar 27, 2024. JSON (JavaScript Object Notation) has become a ubiquitous data interchange format, especially in web development. In C#, developers have multiple options for serializing C# objects to JSON and deserializing JSON strings back to C# objects
  • 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.
  • Text Sentiment Anlysis using Azure OpenAI Service with .NET CoreMar 26, 2024. Article is about how to set up and integrate it into a .NET Core application, and provide examples of common AI use cases, including text sentiment analysis.
  • 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.
  • Implement Text Moderation Content Safety App with Python SDKMar 21, 2024. Develop a robust content safety application using Python SDK for text moderation. This involves leveraging the SDK's functionalities to analyze and filter text content, ensuring compliance with predefined safety standards.