C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand(8)
Rohit Gupta(7)
Vishal Gami(4)
Vijay Kumari(4)
Ananya Desai(3)
Niharika Gupta(3)
Aarav Patel(3)
Sandhiya Priya(3)
Rajesh Gami(3)
Sarthak Varshney(3)
John Godel(3)
Tuhin Paul(3)
Praveen Kumar(3)
Saurav Kumar(2)
Nidhi Sharma(2)
Suraj Dhage(2)
Krish Kanakiya(2)
Shafaet Hossain(2)
Allen Oneill(2)
Cristopher Coronado(2)
Shiv Sharma(2)
Ananthakrishna V(2)
subramanya m(1)
Henil Patel(1)
Uday Dodiya(1)
Ketan Sathavara(1)
Prathamesh Dhopare(1)
Nagaraj M(1)
Pasang Tamang(1)
Sriganapathi Sekar(1)
Jochen Bartlau(1)
Aishwarya Gupta(1)
Chinmayi Upadhyay(1)
Avnii Thakur(1)
Varun Setia(1)
Ashish Bhatnagar(1)
Rishima (1)
Kautilya Utkarsh(1)
Gourav Jain(1)
Hemant Keshari(1)
Suraj Vishwakarma(1)
Gowtham Rajamanickam(1)
Sharp Economy(1)
Primal Lobo(1)
Dashrath Hapani(1)
Ramchand Repalle(1)
Nitin (1)
Vijayaragavan S(1)
Jignesh Kumar(1)
Aayushi B(1)
Jalpa Dhola(1)
Željko Perić(1)
Velladurai (1)
Manoj Kalla(1)
Resources
No resource found
Design a Encrypt and decrypt text file in Tailwind CSS
May 11, 2026.
Build a secure web app with Tailwind CSS to encrypt and decrypt text files or messages. Includes text input, encryption/decryption functions, file support, and a responsive UI. Learn to create a user-friendly encryption tool with HTML, CSS, and JavaScript.
Voice Is Coming to AI Agents Faster Than Most People Realize
Apr 29, 2026.
Microsoft has open sourced VibeVoice-ASR, a 7B parameter AI model capable of transcribing 60 minutes of audio in a single pass. Learn how voice AI, long context speech recognition, and AI agents are transforming enterprise software, meetings, customer support, and the future of work.
What Can Developers Build With Microsoft’s VibeVoice-ASR?
Apr 29, 2026.
Discover what developers can build using Microsoft’s VibeVoice-ASR 7B model. Learn how voice AI is transforming AI agents, video creation, podcast automation, meeting intelligence, customer support, healthcare AI, and next generation enterprise applications.
How Voice AI Could Transform Healthcare Using Models Like Microsoft’s VibeVoice-ASR
Apr 29, 2026.
Discover the key benefits of Microsoft’s VibeVoice-ASR 7B model, including long context transcription, speaker recognition, multilingual support, and AI agent memory capabilities. Learn whether VibeVoice-ASR can run locally, hardware requirements, and how developers can use it for enterprise AI, healthcare, video platforms, and conversational AI systems.
How To Build a Conversational AI Platform Using Open Source Models
Apr 29, 2026.
Learn how to design and build a production grade Conversational AI platform using open source speech to text, LLM, text to speech, RAG, agent orchestration, telephony, LiveKit, Kubernetes, GPU servers, observability, and enterprise security.
How to implement full-text search in SQL Server with example
Apr 22, 2026.
Step-by-Step Implementation with Example
What is TF-IDF and How is it Used in Text Processing?
Apr 20, 2026.
Unlock the power of TF-IDF! Learn how this essential NLP technique identifies important words in documents for search, classification, and more. Master text processing!
How to Preprocess Text Data for Machine Learning Step by Step
Apr 17, 2026.
Master text preprocessing for machine learning! Learn step-by-step techniques to clean, transform, and prepare text data for optimal model performance.
What is Tokenization in NLP and How Does It Work?
Apr 13, 2026.
Unlock the power of NLP! Learn about tokenization, the crucial first step in AI. Discover its types, importance, and how it fuels chatbots, LLMs, and more.
Difference Between String and StringBuilder in C# and When to Use Each?
Apr 07, 2026.
Unlock C# text manipulation mastery! Learn the String vs. StringBuilder difference for optimal performance. Discover when to use each for efficient code and scalability.
Power Apps Tip: Dynamically Adjust Text Input Height Based on Content
Apr 03, 2026.
Frustrated with fixed-height Text Inputs in Power Apps? This tutorial shows you a simple workaround using a Label control to dynamically adjust the Text Input height based on content. Improve user experience and design!
From Stack Overflow to AI Arguments: Evolution of a Developer
Apr 01, 2026.
The software development journey has evolved significantly—from relying on community-driven platforms like Stack Overflow to interacting with modern AI tools such as ChatGPT. This article explores how developers have transitioned from searching and analyzing solutions to generating and refining code through AI. It highlights the benefits, challenges, and risks of this shift, emphasizing the importance of maintaining strong fundamentals, critical thinking, and debugging skills in the AI era. Through relatable insights and real-world observations, the article provides a balanced perspective on how developers can effectively use AI as a powerful assistant—without becoming overly dependent on it.
How to Use Text Translation AI in Power Apps
Mar 23, 2026.
Translate text in Power Apps easily using the Text Translation AI model! Build multilingual apps with real-time translation and support for multiple languages. Enhance accessibility!
What Is OpenAI Sora and How Can Developers Use It for Video Generation?
Mar 19, 2026.
Discover OpenAI Sora: the AI video generator transforming content creation. Learn how developers can use it to automate video production and build innovative applications.
Updating Frequency Values from Text to Numeric in ASP.NET Applications
Mar 12, 2026.
Migrate ASP.NET WebForms CheckBoxList frequency values from text to numeric IDs. Update existing data with SQL REPLACE for seamless transition and improved performance.
How do developers build AI workflows that combine text, image, and data inputs?
Mar 11, 2026.
Discover how developers create AI workflows combining text, images, and data for smarter applications. Learn about architecture, pipelines, and real-world examples.
Why Is Stack Overflow Traffic Declining According to Recent Reports?
Mar 02, 2026.
Explore the reasons behind Stack Overflow's traffic decline, from AI tools like ChatGPT replacing Q&A to community moderation issues and changing search behavior.
How Variables Work in Power Apps - Set vs UpdateContext vs Collections
Feb 27, 2026.
Master Power Apps variables! Learn when to use Set(), UpdateContext(), and ClearCollect() for efficient data management, global states, and screen-specific logic. Build cleaner, more professional apps. Variables are essential for managing data and state in Power Apps, but understanding the difference between Set, UpdateContext, and Collections can be confusing for beginners. This article clearly explains when and why to use each type of variable. Learn the scope, behavior, and real-world usage scenarios with simple examples. A beginner-friendly guide to help you write cleaner and more efficient Power Fx formulas.
How to Improve Website Accessibility for Better SEO Ranking?
Feb 13, 2026.
Boost SEO by improving website accessibility! Learn how semantic HTML, alt text, and clear navigation enhance user experience and search engine ranking. A win-win!
MongoDB Text Search Explained Step by Step
Feb 05, 2026.
Unlock MongoDB's text search! Learn step-by-step how to index, query, and optimize text data for blogs, e-commerce, and more. Boost user experience now!
MongoDB Text Search Explained Step by Step
Feb 04, 2026.
Unlock MongoDB's text search! Learn step-by-step how to index, query, and optimize text data for blogs, e-commerce, and more. Boost user experience now!
Convert data/text/image to vector data for AI
Jan 29, 2026.
Unlock AI's potential by converting data to vectors! Learn how embeddings enable semantic search, RAG, chatbots, and more. Build intelligent, scalable AI systems.
Use Concat() Function In Power Apps
Jan 16, 2026.
Master the Power Apps Concat() function! Learn how to combine text values from tables into a single string with separators. Includes a step-by-step tutorial and examples.
How to Integrate OpenAI API in a Node.js Application
Jan 15, 2026.
Integrate OpenAI API into Node.js! This tutorial guides you through building AI-powered apps with practical examples, covering setup, security, and best practices.
Use Concatenate() In Power Apps (Fx) Function
Jan 13, 2026.
Master the Power Apps Concatenate() function! Learn to combine text strings, create dynamic messages, and enhance your app's user experience. Step-by-step guide included.
What Is Tokenization? The Most Comprehensive Guide for NLP and AI
Dec 10, 2025.
Tokenization is the process of breaking text into smaller meaningful units called tokens. This complete guide explains what tokenization is, how it works in NLP and LLMs, types of tokenizers, examples, challenges, advanced subword algorithms and modern AI applications in 2025.
How to Check if a SharePoint Rich Text Column Is Blank in Power Automate
Dec 08, 2025.
Struggling with blank SharePoint Rich Text columns in Power Automate? This guide provides a step-by-step solution to accurately identify and handle empty fields, ensuring reliable flow execution. Learn to convert HTML to text and trim unwanted content!
Using SQL Server Full-Text Search in an ASP.NET Core + Angular Application
Dec 04, 2025.
Implement fast, scalable search in your ASP.NET Core + Angular apps using SQL Server Full-Text Search. Boost performance with relevance-based results. Ideal for large datasets.
Implementing Sentiment Analysis in ASP.NET Core + Angular Applications
Dec 03, 2025.
Implement sentiment analysis in your ASP.NET Core + Angular apps! Learn to analyze text, build a backend API, integrate with Angular, and optimize for production.
How to Call Azure Cognitive Services from ASP.NET Core APIs
Dec 03, 2025.
Integrate Azure Cognitive Services into ASP.NET Core APIs for intelligent apps. Learn to authenticate, handle errors, and design scalable solutions using AI.
Using SQL Server Full-Text Search in an ASP.NET Core + Angular App
Dec 03, 2025.
Implement efficient search in your ASP.NET Core + Angular apps using SQL Server Full-Text Search. Learn architecture, backend/frontend integration, and best practices.
Notes App — With Rich Text Editor (ASP.NET Core + Angular)
Nov 26, 2025.
Build a rich-text notes app using ASP.NET Core and Angular! This guide covers EF Core, Quill integration, sanitization, search, attachments, and production best practices. Learn to create a secure and scalable note-taking application.
Automating Image Captions & Alt Text in ASP.NET Core MVC with Gemini AI
Nov 25, 2025.
Automate image captions & alt text in ASP.NET Core MVC using Gemini AI. Generate context-aware, SEO-friendly descriptions in multiple languages, saving time and improving accessibility.
CSS Shadows – Text Shadow & Box Shadow Tricks
Nov 21, 2025.
Master CSS shadows! Learn text-shadow & box-shadow techniques for stunning UI effects: neon text, floating cards, 3D elements, soft UI, and more. Elevate your designs!
Building a Custom Rich Text Editor with Auto-Save and Mentions (@user) in Angular + .NET
Nov 17, 2025.
Build a custom rich text editor in Angular with auto-save, mentions (@user), and .NET integration. Gain full control and avoid third-party dependencies. Includes SQL Server save.
Python - File Operations and Regular Expressions
Nov 17, 2025.
Master Python file handling: read, write, and manipulate text & binary files. Explore regular expressions for data extraction and validation. Learn by example!
A C# approach to optimizing color contrast
Nov 17, 2025.
Optimize text readability in C# with intelligent color contrast! This article details a grid-based approach to dynamically adjust text color for accessibility.
AI-Powered File Summarizer: Deep-Dive Architecture, Algorithms, Workflows, and Enterprise Integration
Nov 14, 2025.
Comprehensive, SEO- and GEO-optimized guide to AI-powered file summarizers, covering full architecture, algorithms, RAG pipelines, extraction methods, implementation code, enterprise workflows, use cases, limitations, and optimization techniques.
Sentiment Analysis with GPT-5 and Python: A Complete 2025 Guide
Nov 14, 2025.
Learn how to build accurate sentiment analysis systems using GPT-5 and Python. Includes architecture, code, prompt patterns, use cases, diagrams, limitations, FAQs, and optimization tips.
Qwen-Image: Finally, An AI That Actually Understands Text in Images
Nov 11, 2025.
Qwen-Image nails text in AI-generated images! Multilingual support, complex layouts, and paragraph-level text make it a game-changer for global content creation.
How to Mask OTP Input as Dots (••••) Without Triggering Chrome’s “Save Password” Popup
Nov 11, 2025.
Stop Chrome's annoying 'Save Password' popup on OTP inputs! Use `type='text'` with CSS masking (`text-security: disc`) for a clean, user-friendly OTP experience. Prevents unwanted password prompts and ensures proper OTP handling.
Building Voice-Enabled Web Applications Using Speech-to-Text APIs
Nov 11, 2025.
Unlock voice interaction in web apps! Learn to build speech-to-text features using APIs like Google Cloud & Web Speech API. Enhance accessibility and user experience.
Upload Images from Rich Text Control to SharePoint List and Document Library
Nov 11, 2025.
Learn how to save rich text and images from PowerApps' Rich Text Editor to SharePoint. Upload images to a document library and store HTML in a list!
Connect Python to GPT-5 API: Step-by-Step Developer Guide
Nov 07, 2025.
Learn how to connect Python to the GPT-5 API for text generation, embeddings, and automation. Includes setup, authentication, example code, and best practices.
LLMs + SQL: From Natural Language to Safe, Auditable Queries
Nov 05, 2025.
Safely use LLMs with SQL for self-serve analytics. Learn a production-ready architecture with validation, compilation, and auditing for reliable data access.
Automating SQL Query Generation Using LlamaIndex and Snowflake
Oct 21, 2025.
Learn how to use LlamaIndex with Snowflake to automatically convert natural language prompts into SQL queries. Includes setup, architecture, and example workflows.
Generative AI, Part 1 — Decoding & Control: How to Make Models Write What You Want
Oct 16, 2025.
Unlock the power of generative AI! Learn how to control text generation without finetuning. Master decoding strategies like top-p sampling and temperature scaling. Discover format-first prompting, constraints, and validation techniques for on-brand, high-quality output. Improve your AI content today!
Context Engineering: No AI Future Without Prompt Engineering - Why Text, Voice, and Every Form of Prompting Is Non-Negotiable
Oct 14, 2025.
Unlock AI's potential with professional prompt engineering. This article argues that effective prompting, not just context, is crucial for reliable, safe, and valuable AI systems. Learn how to treat prompts as versioned contracts, manage context, and ensure consistent outcomes across text, voice, and other modalities. Essential for building dependable AI workflows.
Integer.MAX_VALUE and Integer.MIN_VALUE in Java
Oct 09, 2025.
Unlock the secrets of Integer.MAX_VALUE and Integer.MIN_VALUE in Java! This guide explains these crucial constants, their uses in boundary checks, and how to prevent overflow/underflow errors. Learn through practical examples, including finding min/max values in arrays and handling edge cases. Plus, discover when to use long or BigInteger for even larger numbers. Master integer limits for robust Java code!
Decoder Program for Secure Cipher Text using Python
Oct 08, 2025.
Explore secure decryption with Python using AES-GCM. This article provides a production-ready decoder implementation, emphasizing the critical role of decryption in maintaining data integrity and preventing malicious attacks. Learn best practices for safe decryption, including validation, nonce handling, and secure key storage. Understand how a robust decoder ensures trust in high-stakes environments, protecting decisions in action.
A Well-Known Cryptographic Technique: Cipher Text Using Python
Oct 08, 2025.
Explore cipher text, the cornerstone of digital security, with a real-world example of securing drone medical deliveries in Rwanda. This article demystifies encryption using AES-GCM in Python, providing error-free code and best practices for safeguarding sensitive data. Learn how to protect against data breaches and ensure data integrity in today's connected world.
Empowering Deaf Learners with AI: Creating an Audio-To-Text Mail Assistant Using Zapier and Next.js
Oct 07, 2025.
Empower deaf and hard-of-hearing learners with an AI-powered Audio-To-Text Mail Assistant! This Next.js web app, using Zapier and AssemblyAI, converts audio lectures into readable text, automatically emailing transcripts to users. Enhance accessibility and understanding of spoken content with this innovative solution. See the live demo and Zapier webhook!
Q3E Model Training Pipeline: Architecture, Training & Results
Oct 03, 2025.
Explore Qwen3 Embedding, a state-of-the-art solution for text embedding and reranking built upon the Qwen3 foundation model. This article dives into its architecture, training pipeline, and impressive benchmark results, highlighting its multilingual capabilities and flexibility. Discover how Qwen3 Embedding empowers developers to build more effective search engines, recommendation systems, and AI assistants with improved semantic understanding across 100+ languages. Learn about its practical applications and future potential.
How can AI models be used for summarization?
Sep 26, 2025.
AI summarization uses NLP and LLMs to condense lengthy text into concise summaries, saving time and boosting productivity. Explore extractive and abstractive methods, popular tools like GPT and T5, and real-world applications in news, education, and business. Learn about the benefits, challenges, and the exciting future of AI-powered content simplification.
🌡️ Understanding Temperature in Large Language Models (LLMs)
Sep 25, 2025.
Unlock the secrets of temperature in Large Language Models (LLMs)! This guide explains how temperature controls the creativity and randomness of AI text generation. Learn how to adjust this crucial parameter for accuracy, balanced responses, or imaginative outputs. Master the art of crafting the perfect AI personality for any task, from coding to creative writing. Discover practical applications and tips for effective use.
How to Convert Recursive Algorithms to Iterative in Java
Sep 23, 2025.
Avoid StackOverflowError in Java by converting recursive algorithms to iterative solutions. Learn how to transform tail recursion into loops, simulate recursion with stacks for DFS, use dynamic programming for overlapping subproblems like Fibonacci, and leverage queues for BFS. Optimize performance and memory usage by choosing iteration over recursion when depth is a concern. This guide provides practical Java code examples for each conversion strategy, ensuring robust and efficient code.
What is Sentiment Analysis?
Sep 16, 2025.
Unlock the power of Sentiment Analysis! This guide explores how AI, NLP, and ML combine to understand emotions in text. Discover techniques, Python examples using TextBlob, and real-world applications from social media monitoring to market research. Learn about challenges like sarcasm and the exciting future with LLMs for enhanced accuracy in understanding customer opinions and driving AI-driven decisions.
Seedream 4.0: ByteDance’s Unified AI Model for Image Generation and Editing
Sep 15, 2025.
Explore Seedream 4.0, ByteDance’s advanced AI model that unifies image generation and editing. Learn features, workflows, multi-reference controls, and enterprise use cases.
Extract Text from Documents using Python (with and without AI)
Sep 15, 2025.
Learn how to extract text from various document types (Word, PowerPoint, PDF, emails, images) using Python and the MarkItDown package. This article covers text extraction without AI and enhances it with AI for images using OpenAI. Simplify document processing for search, summarization, and data pipelines.
PP-OCRv5: Efficient, Accurate OCR for Multilingual & High-Density Documents
Sep 11, 2025.
PP-OCRv5 is a powerful OCR model designed for accurate text detection and recognition in multilingual and high-density documents. Optimized for resource-constrained environments, it excels in handling complex layouts, handwritten text, and low-quality scans. It offers precise bounding boxes and outperforms VLMs in OCR-specific tasks, making it ideal for CPU/edge deployments.
Google Unveils EmbeddingGemma: A Best-in-Class Open Model for On-Device Embeddings
Sep 05, 2025.
Google introduces EmbeddingGemma, a groundbreaking open-source embedding model with only 300M parameters. This compact model excels in retrieval-augmented generation (RAG) and boasts top performance on the MTEB leaderboard for multilingual text embeddings under 500M. Ideal for on-device AI, it integrates seamlessly with Ollama, llama.cpp, and LM Studio, empowering developers to build efficient, privacy-focused AI applications.
How Database Engineers and DBAs Can Use Generative AI to Boost Productivity
Aug 20, 2025.
How Database Engineers and DBAs Can Use Generative AI to Boost Productivity
Semantic and Mouse Events in Handling an Event
Aug 21, 2025.
Java Event Handling enables interactive GUI applications through Semantic Events (ActionEvent, ItemEvent, TextEvent) for high-level actions and Mouse Events (click, press, release) for precise low-level control.
Generative AI: Creating Content with Smart Algorithms
Aug 19, 2025.
Generative AI creates new content from text, images, music, and 3D designs using models like GANs and transformers. It boosts creativity, personalization, and efficiency across industries while raising ethical and bias concerns.
What Is LangExtract?
Aug 11, 2025.
LangExtract is an open-source Python library by Google that uses Gemini-powered LLMs to convert unstructured text—like clinical notes, legal documents, or reviews—into structured, traceable data with interactive visualizations.
GenAI Explained: Practical Tools for Everyday Use - Part 3
Aug 08, 2025.
Discover popular GenAI tools like ChatGPT, Claude, DALL-E 3, and GitHub Copilot that boost creativity and productivity. Learn how to use AI for writing, image creation, coding, and more effectively in everyday tasks.
What are Large Language Models (LLMs) Used for?
Aug 08, 2025.
Explore what large language models (LLMs) are and how they’re used in real-world applications. From chatbots to content creation, discover why LLMs are revolutionizing industries in 2025.
Perchance AI: A Free Creative Hub for Writers, Artists, and Developers
Jul 30, 2025.
Perchance AI is a completely open platform that allows creators to explore AI without any restrictions. You can instantly start building text generators, designing game characters, writing interactive stories, or producing AI-generated images.
What is Generative AI?
Jul 28, 2025.
Explore what Generative AI is, how it works, its applications, benefits, limitations, and future potential. Learn about the technologies behind it, including LLMs, GANs, and more.
Interactive PDF Annotation Tool with Movable Text Using HTML, Bootstrap, and JavaScript
Jul 11, 2025.
This project showcases a browser-based tool to load and annotate PDF files dynamically using movable, resizable, and editable text elements. It allows users to place texts on a canvas over the PDF, adjust font size and spacing, and export all data as a structured JSON. Ideal for printed form customization, data mapping, and PDF editing tasks.
Top AI Detectors: Best Tools to Spot AI-Generated Content
Jun 27, 2025.
Discover the top AI detectors for identifying AI-generated text, images, voice, and video. Compare tools like Originality.ai, GPTZero, and Hive Moderation, among others.
Quickstart: Convert Text to Speech Using Azure AI Speech Service
Jun 22, 2025.
Quickstart: Convert Text to Speech Using Azure AI Speech Service or Build a Text-to-Speech App with Azure AI Services in C#
🎙️ From URL to Audio Summary: How to Build an Audio Summarization App with Transformers
Jun 20, 2025.
This tutorial walks beginners through building a web application that accepts a URL to an audio file (like a podcast), transcribes it using a speech-to-text model, and summarizes the content using natural language processing. We'll use Python, Hugging Face Transformers, and Gradio to keep things simple and deployable.
Top Generative AI Models in 2025: Best LLMs for Text, Image, Video, and Music
Jun 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.
Zero-Shot Text Classification with BART and XLM-Roberta
Jun 19, 2025.
In this post, we’ll break down what zero-shot classification is, how it works with BART and XLM-Roberta, and give you a step-by-step tutorial you can run in your own projects.
Intro to Diffusion Models for Image and Video Generation
Jun 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.
📃 Text Summarization with T5 and Hugging Face Transformers
Jun 06, 2025.
Learn how to build a text summarizer with T5 and Hugging Face. Step-by-step Python tutorial with code, Gradio interface, and fine-tuning tips.
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.
How to get Dataverse Choice Text Value in Power Automate
Mar 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 Functions
Mar 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 Azure
Mar 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 Reader
Mar 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 .NET
Mar 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 Avatar
Mar 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.
System.Text.Json vs. Newtonsoft.Json: A Comprehensive Comparison
Jan 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 Apps
Jan 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.
Enterprise Text-to-Speech System: Architecture, HLD and UI
Jan 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.
Exploring LensGo AI: A Game-Changer in Artificial Intelligence
Jan 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 Retrieval
Dec 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 Safety
Dec 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
Min Function in PowerFx using Canvas App with Power Apps
Dec 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.
Working with JSON in .NET Core: Newtonsoft.Json, NetJSON, and System.Text.Json
Nov 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.
Understanding Dataverse Text Fields
Oct 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.
Use Text Translation AI Model in Power Apps
Oct 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 Class
Oct 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.
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.
Smooth Horizontal Scrolling Text Animation with Play/Pause Toggle
Aug 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.
Gen AI for Text Generation Creating Compelling Content with GPT-3
Aug 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.
Generative AI in .NET: Building a Text Generator with GPT-3
Aug 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.
Use ngx-simple-text-editor in Angular 18
Aug 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.