Resources  
  • 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.
  • Temporary Tables vs Common Table Expressions in SQL ServerMar 29, 2024. In this article, we will learn what is Differences Between Temporary Tables and Common Table Expressions in SQL Server. Temporary tables and Common Table Expressions (CTEs) are SQL Server tools for data manipulation.
  • 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
  • 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.
  • 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.
  • Handling JSON in C#Mar 16, 2024. C# provides seamless JSON handling with System.Text.Json. Easily parse JSON strings into C# objects and vice versa for efficient data manipulation.
  • Exploring the Power of Rich Text Editor in Power AppsMar 12, 2024. Unlock the potential of Power Apps with this in-depth exploration of the Rich Text Editor feature. Our comprehensive guide provides step-by-step tutorials, tips, and insights into leveraging this powerful tool for text formatting and customization.
  • Leveraging Compiled Queries for Enhanced Performance in LINQMar 09, 2024. Compiled queries in LINQ allow developers to pre-compile LINQ queries into executable delegates, reducing the overhead of query compilation and optimization. By caching the compiled query execution plan, compiled queries improve the performance of frequently executed or complex queries in C# applications.
  • Decoding Expression Trees in C#Mar 08, 2024. This article contains the details of how to Decoding Expression Trees in C#.
  • Generate QR Code with Text Around It Using ASP.NETMar 07, 2024. To generate a QR code with text around it using ASP.Net, leverage the QRCoder NuGet package. This code snippet demonstrates creating, customizing, and adding text to a QR code.
  • Exploring Power Apps ControlsMar 07, 2024. This article delves into the realm of Power Apps controls, the foundational elements of Canvas Apps. It provides insights into various types of controls available in Power Apps, detailing their features and effective usage to craft engaging applications.
  • Convert Text to Audio using Azure and .NET 8Mar 01, 2024. In this article, we will learn how to harness the power of Azure and .NET8 to seamlessly convert text into audio. Explore the integration of Azure Cognitive Services for text-to-speech functionality, leveraging the robust capabilities of.NET8 for efficient development.
  • How to Create a Logic App to Split PDF by TextFeb 29, 2024. In this article, we are going to learn about how to create a Logic App to split PDF by text. Create a Logic App to effortlessly split PDFs by text and store them in Dropbox using Azure Logic Apps. Follow the steps, connect PDF4me and Dropbox, and configure triggers and actions seamlessly.
  • How to Make Particular text as Bold in Canvas PowerApps?Feb 29, 2024. In this article, we will see how to make Particular Text Bold in Canvas PowerApps. Learn how to make specific text bold in Canvas PowerApps. Follow simple steps on the PowerApps platform, including inserting HTML and utilizing bold tags for customized text styling.
  • Learn Exception Handling in C#Feb 28, 2024. Exception Handling in C# is crucial for robust code. Using try-catch blocks, catch blocks, and finally blocks, developers manage unexpected issues gracefully, ensuring dependable and solid applications.
  • Angular URL/Site Validation using Regular Expression and Bootstrap with Reactive FormsFeb 26, 2024. Steps to add validation for URL using the regex pattern in the angular application. I will explain steps to create a form with text input using the reactive forms in angular. This input field will only accept the URL.
  • What Are Inline Conditional Expressions in React.jsFeb 26, 2024. In React, leverage inline conditional expressions like the ternary operator or logical && operator to dynamically render elements based on conditions. Enhance UI flexibility and readability with these versatile techniques.
  • Why we should learn C#?Feb 26, 2024. This article explores the reasons behind choosing C# over other languages, delving into its evolution, key features like object orientation, lambda expressions, LINQ, generics, and its adaptability for modern development needs.
  • Template Literals In JavaScriptFeb 24, 2024. JavaScript template literals are an effective tool for working with and creating strings. They were first included in ECMAScript 6 (ES6).
  • Document Processing Workflow with AzureFeb 19, 2024. A Quick Introduction to Document Processing Workflow with Azure Document Intelligence. Azure Document Intelligence is a powerful AI service that automates document processing. Extract insights from documents, enhance workflows, and gain valuable data, utilizing text recognition and key phrase extraction features.
  • .NET Delegates for Mere Mortals: IntroductionFeb 19, 2024. Explore .NET delegates practically in this article. Learn to use delegates for flexible, reusable code. Follow examples, download source code, and understand delegate syntax, including anonymous methods and lambda expressions.
  • How to Update Enhanced Rich Text Field using PowerShell CSOMFeb 18, 2024. The document explains updating the SharePoint multi-line text which is of enhanced rich text with html content.
  • Azure Immersive Reader Technology - geting started!Feb 14, 2024. Using Azure Immersive Reader Technology to Help People Consume and Understand Text Based Information
  • Getting started with Azure OpenAI GPT Modules and Azure OpenAIFeb 13, 2024. In this module, we will be learning about modules in Azure Openai prompt engineering techniques and getting started with Azure Openai Studio.
  • Local Temp Tables, Global Temp Tables, Table Variables, and CTEs ComparisonFeb 12, 2024. In SQL database management, optimizing data storage is vital for efficient query execution. Local and global temporary tables, table variables, and CTEs are versatile options for temporary data storage, each with distinct use cases.
  • How to Find Blocked Deadlocks in SQL?Feb 09, 2024. The SQL query utilizes dynamic management views (DMVs) like sys.dm_exec_requests, sys.dm_exec_sessions, sys.dm_exec_connections, and sys.dm_exec_sql_text to monitor and manage active sessions, connections, and SQL statements on a SQL Server instance.
  • Using CoPilot in VS Code to Rocketship Your Coding - Part 1Jan 31, 2024. Welcome to the era of efficient and productive coding with GitHub Copilot in Visual Studio Code (VS Code). That's exactly what CoPilot brings to the table. By analyzing your code and context, it provides accurate and relevant suggestions to help you write high-quality code with ease.
  • How to Get the Choice Text and Value in Dataverse Using JavaScript?Jan 29, 2024. Step-by-step details to get the choice text and value in the dataverse environment using Javascript. Learn how to retrieve Choice Text and Value from the Dataverse environment in the Onload event using JavaScript. The code demonstrates getting ContactMethod Choice Text and Value on Account record Onload.
  • Analyzing Text Moderation using Azure Content SafetyJan 29, 2024. This article describes about the usage of analyzing text moderation with different sample datasets like Safe Content, Violent content with misspelling, multiple risk categories in one sentence and Multiple languages in one sentence.
  • Cosine Similarity: Benefits for Text EmbeddingsJan 25, 2024. This article delves into the significance of cosine similarity in natural language processing (NLP). Exploring its role in comparing text documents, it highlights its importance in NLP tasks and provides a practical example.
  • Introducing Amazon Polly: How to Use Text-to-Speech serviceJan 23, 2024. Amazon Polly is a powerful service that allows you to create lifelike speech from text. It supports a wide variety of languages and voices, and you can customize the pronunciation, pitch, and speed of the speech to suit your needs.
  • TypeScript Odyssey Through Global, Local, and Block ScopesJan 20, 2024. JavaScript scope is a fundamental concept that defines the region of execution where variables, expressions, and values can be referenced. There are two main scopes in JavaScript: global and local.
  • Text and Email Generation with Handlebars.NET Templates in .NETJan 10, 2024. Handlebars.NET, a robust templating engine in the .NET ecosystem, facilitates dynamic content creation for emails and text. With an intuitive syntax and support for helpers and partials, it enhances personalization.
  • Deleting Duplicate Records Using CTEJan 09, 2024. In this article we will understand how to delete duplicate rows and records from table using Common Table Expression (CTE) in SQL Server.
  • Default Lambda Parameters in C# 12Jan 05, 2024. C# 12 introduces a game-changer: default lambda parameters. This article delves into this powerful feature, showcasing its functionalities, advantages, and practical applications through detailed examples across diverse scenarios. Learn how to reduce code duplication and enhance readability.
  • What is Collection Expressions in C# 12?Jan 03, 2024. Forget the days of writing mountains of code just to create simple lists or arrays. C# 12 unleashes collection expressions, your new superpower for crafting collections with ease and elegance. This friendly guide demystifies the magic behind these expressions, even if you're a coding newbie.
  • Action and Func Delegates in C#Jan 02, 2024. Unlock the potential of Action and Func delegates in C# programming. Dive into the world of expressive and readable code, utilizing these powerful tools for method-passing, event handling, and more. Happy coding!
  • Microsoft AI School - Processing Text Using AIJan 01, 2024. Learn with MS AI School how to use Azure Cognitive services to create applications that can extract semantic meaning from unstructured text and translate them between different languages.
  • Upload Text File .txt and .logDec 29, 2023. This Article is used to upload Text .txt/.log file in the Database. How to upload colon-delimited files into a database using ASPX. With a straightforward interface and code, efficiently read, split, and insert data into tables.
  • Essential Features of C# 12 You Need to KnowDec 28, 2023. Unlock C#'s hidden potential with features that make coding a breeze. Streamlined constructors, effortless collections, and enhanced lambdas await!
  • Table(s): Temp Table, Table Variable and CTE (Common Table Expression)Dec 26, 2023. This article will discuss SQL Table like items, including temp table, table variable, CTE, Table-valued Parameters.
  • Elastic Block Store vs Instance Store in AWSDec 19, 2023. Elastic Block Store vs Instance Store in AWS.
  • Collection Expressions in C# 12Dec 12, 2023. C# 12.0 introduces collection expressions, streamlining collection initialization syntax. This evolution enhances code conciseness, readability, and performance, simplifying developers' interaction with arrays, lists, and more.
  • 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!
  • Understanding LIKE vs ILIKE in PostgreSQLDec 05, 2023. In this article, we will focus on the differences between the LIKE and ILIKE operators, and how to use them effectively.
  • How Businesses are Utilising Dynamics 365Nov 30, 2023. This article explores the numerous impact?of Microsoft Dynamics 365 for companies, highlighting the major features and functionalities that provide them a competitive edge.
  • 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.
  • Microsoft Launched Azure AI Speech: Revolutionizing Communication with Lifelike Text-to-Speech AI AvatarsNov 20, 2023. Microsoft unveils Azure AI Speech, a groundbreaking tool for crafting lifelike text-to-speech AI avatars.
  • Create an Alexa Clone Voice Assistant Using Azure AI Speech and AI Language Nov 19, 2023. In this post, we will see all the steps to create a simple Alexa clone voice assistant using Azure AI Speech and Azure AI language.
  • Simplify Your Code with Switch Expressions: Patterns and ExamplesNov 06, 2023. In C#8 switch statement enhanced with powerful feature that can simplyfy your code and make it more readable and maintainable. In this article We will explore into C# 8 switch expression and how to use in our code and make it more readable and how to use in different way to write conditional logic and how to leverage pattern matching functionality using switch.
  • Convert Text To Speech Using Azure AI Speech With Angular 16 And .NET 6 Nov 05, 2023. In this post, we will see all the steps to convert text to speech using Azure AI speech service with Angular 16 and .NET 6 applications.
  • Execute XPath expression Action in Desktop flow using Microsoft Power AutomateNov 04, 2023. Reading this article, you can learn how to use Execute XPath expression in Desktop flow using Microsoft Power Automate
  • The Porter Method - An Approach to Stemming in Information Retrieval and Text AnalysisNov 02, 2023. Porter Stemming Algorithm in NLP: learn what it is with C# sample. As a methodology in NLP, stemming focuses on simplifying inflected or derivative words down to their stems, roots, or base forms. Such a process is instrumental in boosting the performance and precision of systems, primarily in search engines and text analysis mechanisms.
  • What is Text Analysis in Artificial IntelligenceNov 02, 2023. what is text analysis in AI, what are the techniques available in the text analaysis, how it would be beneficial to the business, the number of use cases available for the text analaysis and finally the conclusion is discussed in this article
  • Convert Speech To Text Using Azure AI Speech In Angular 16 And .NET 6 Web API Oct 29, 2023. In this post, we will see how to record audio from microphone and convert to a text using Azure AI Speech and .NET 6 Web API. We are using Angular 16 on the client side
  • Getting Started with Regex in C#Oct 18, 2023. Regex, or regular expressions, are essential for text processing in C#. They facilitate pattern matching, data extraction, and validation, empowering developers with versatile and powerful text manipulation tools.
  • How To Show The Power Automate Complete Expressions?Oct 16, 2023. Step by step details to show the Microsoft Power Automate complete expressions
  • Implementing DATEDIFF Function In Data Factory / Synapse Via Pipeline ExpressionsSep 27, 2023. Implementing DATEDIFF function in Data Factory / Synapse via Pipeline ExpressionsImplementing the DATEDIFF function in Azure Data Factory or Azure Synapse Analytics using pipeline expressions allows you to calculate the difference between two dates and times. This can be helpful for various data integration and transformation tasks, such as calculating the age of records, measuring time intervals, or scheduling data pipelines based on date differences.
  • What is Threading in C#?Sep 15, 2023. Threading in C# empowers concurrent task execution within a single process. Enhance application performance, responsiveness, and scalability for complex operations. Learn the basics and explore advanced topics.
  • Simplifying Code with Pattern Matching in C#Sep 11, 2023. Discover how pattern matching in C# can simplify your code, improve readability, and enhance your development workflow. This comprehensive guide explores various pattern types, including type, constant, property, tuple, and positional patterns, and reveals how they can be applied in real-world scenarios.
  • Exploring Math - Trig, Parent - Child and Relationship Functions in DAXAug 29, 2023. This segment goes beyond the basics and explores functions like CALCULATE, FILTER, and ALL. It covers techniques for creating dynamic measures, time intelligence functions, and handling more intricate data modeling scenarios. Learners will gain insights into optimizing DAX formulas, solving real-world business problems, and building sophisticated data models for enhanced reporting and analysis in Power BI.
  • Exploring Statistical, Table - manipulation and Text Functions in DAXAug 29, 2023. This segment goes beyond the basics and explores functions like CALCULATE, FILTER, and ALL. It covers techniques for creating dynamic measures, time intelligence functions, and handling more intricate data modeling scenarios. Learners will gain insights into optimizing DAX formulas, solving real-world business problems, and building sophisticated data models for enhanced reporting and analysis in Power BI.
  • The Role of Java Standard Tag Library- EL (JSTL-EL) in JSPAug 23, 2023. The JSTL EL or JSTL Expression Language is used by JSP Programmer in order to avoid the usage of Java Code for accessing data.
  • Power BI DAX Top 20 Functions For BeginnersAug 22, 2023. Power BI DAX Top 20 Functions For Beginners. Power BI's Data Analysis Expressions (DAX) language is a powerful tool for creating custom calculations, aggregations, and transformations in Power BI. Here are the top 20 DAX functions for beginners.
  • Text Embedding Models In LangChainAug 21, 2023. Text embedding models are a way of transforming text into numerical representations, or embeddings, that can be used for various natural language processing tasks.
  • Cloning Class Using System.Text.Json in .NET 8Aug 21, 2023. .NET 8 Preview 7 allows cloning internal properties
  • Recognize Text With ML Kit in Jetpack ComposeAug 11, 2023. Discover the synergy of ML Kit and Jetpack Compose in modern Android development. Learn text recognition to extract and display text from images, revolutionizing user experiences and creative solutions.
  • How to Use AI Builder in Power Apps?Aug 09, 2023. Learn how to utilize Microsoft's AI Builder in Power Apps to perform sentiment analysis on text data. Enhance user experiences, understand feedback, and make data-driven decisions with this comprehensive guide.
  • 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
  • LazyRow and LazyColumn In Jetpack ComposeAug 04, 2023. In this article, you will learn about how to use LazyRow and LazyColumn In Jetpack Compose.
  • AI Builder Sentiment Analysis: Unveiling Text Analysis PowerAug 04, 2023. Discover the potential of AI Builder, a powerful tool within Power Apps, for sentiment analysis. Harness AI and NLP to understand customer emotions, enhance experiences, and drive data-driven decision-making.
  • How to Search Text in PDF Files on OneDrive Using TelerikJul 12, 2023. In this post, I will demonstrate the use of Telerik to read PDF content
  • CTE (Common Table Expression) and Recursive CTE in SQL ServerJul 10, 2023. Learn about the Common Table Expression (CTE) in SQL Server with the WITH clause. Simplify code, improve query readability, and use recursive queries with the SQL WITH clause.
  • Summarize documents with Azure Cognitive Service for Language in PythonJul 07, 2023. In this article, we will explore how to leverage Azure Cognitive Services for Language in Python to create summary documents that distill complex text into concise and informative snippets.
  • Text to Speech, Speech to Text, and Speech Translation using Azure Cognitive Services SDK on PythonJul 03, 2023. Text to Speech, Speech to Text, and Speech Translation using Azure Cognitive Services SDK on Python.
  • Add HTML Rich Text Editor to PowerApps FormsJun 29, 2023. The problem statement discusses the issue of default text fields appearing instead of rich text fields in PowerApps forms. The approach outlines steps to replace the text field with a rich text editor and save formatted data.
  • Eliminating Render Blocking ResourcesJun 28, 2023. Enhancing Website Performance
  • 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.
  • Cryptography actions with Hashing in Desktop flow using Microsoft Power AutomateJun 19, 2023. Reading this article, you can learn how to apply hashing using Hash text action, Hash from file action, Hash text with key action and Hash from file with key action with Desktop flow in Microsoft Power Automate.
  • 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.
  • Cryptography Actions with Plain Text in Desktop Flow using Microsoft Power AutomateJun 15, 2023. Reading this article, you can learn how to encrypt or decrypt plain text using Encrypt text with AES action and Decrypt text with AES action with Desktop flow in Microsoft Power Automate.
  • Creating Gradient Text Using HTML Control in PowerAppsJun 09, 2023. To create gradient text using HTML control in PowerApps, you can utilize the HTMLText property of the HTML control and apply CSS styling. Here's an example of how you can achieve gradient text:
  • Efficient CRUD Operations with ElasticSearch and .NET Core APIMay 29, 2023. ElasticSearch is a powerful and highly scalable open-source search and analytics engine built on top of Apache Lucene.
  • Embracing inclusivity with Azure Cognitive Speech ServiceMay 01, 2023. In this article describes about Speech Service Studio capabilities, Voice Gallery, audio content creation and how to embrace inclusivity.
  • Deploying Text to Speech service using Azure Cognitive ServicesApr 28, 2023.
  • Button And Text Widget In Flutter Day - 3Apr 26, 2023. In this article, you will learn about different types of buttons and text in flutter and how we can use them.
  • Understanding SQL Server Indexes and their Performance ImplicationsApr 25, 2023. Understanding SQL Server Indexes and their Performance Implications
  • New Features In C# 12Apr 22, 2023. We're excited to show you three new features for C# 12:
  • Creating A Power App To Translate Text Using Power AutomateApr 19, 2023. Step-by-step guide to create a Power App that translates text using Power Automate.
  • C# 12's Switch Expressions: A More Powerful Alternative to Traditional Switch StatementsApr 17, 2023. C# 12's Switch Expressions: A More Powerful Alternative to Traditional Switch Statements
  • The Fastest Way To Use Regular Expressions In Microsoft .NET 7Apr 06, 2023. In this article, you will learn about the Fastest Way to Use Regular Expressions in Microsoft .NET 7.
  • Count Number Of Character Occurrences In A String Using JavaScriptApr 04, 2023. In this article, I am going to demonstrate various way to count number of character occurrences in a string javascript
  • Customizing Text Views In SwiftUI - A Guide To View Modifiers For TextMar 31, 2023. In this article, you will learn how to customize Text Views in SwiftUI - A Guide To View Modifiers For Text.
  • Common Table Expression In SQL ServerMar 31, 2023. This article provides a practical guide to SQL CTE (Common Table Expressions), complete with examples that demonstrate how to use this powerful SQL feature to improve query performance and simplify complex queries. It covers the basics of CTE, including syntax and usage, and also delves into advanced topics such as recursive CTEs and using CTEs to implement complex calculations. Whether you're a beginner or an experienced SQL developer, this article is a valuable resource for mastering the use of CTEs in your SQL queries.
  • How To Add Font, FontWeight To Text In SwiftUIMar 24, 2023. In this article, we are going to explore the Text component in SwiftUI. We will also know how to use Text view modifiers.
  • Use Of Text Web Part In SharePoint OnlineMar 09, 2023. In this article, we will discuss the use of Text Web part in SharePoint Online. This web part allows adding text content, images, pictures, table and hyperlinks to the page along with various formatting options.
  • Trigger Condition Expression - SharePoint Columns Compare And Trigger Only If Not EqualFeb 22, 2023. Power Automate Flow - Trigger condition expression - SharePoint Columns Compare and trigger only if not equal.This article will explain how we can create an automated MS flow with a trigger condition to run only when two column values of a SharePoint List / Library is not equal
  • Common Table Expression (CTE) In SQL ServerDec 15, 2022. Simplify complex joins and subqueries using SQL Server Common Table Expressions or CTEs. It also provides a way to query hierarchical data. This article provides a complete overview of CTEs, types of CTEs, benefits, drawbacks, and how to use them with SQL Server.
  • Extract Text from Word Documents in JavaOct 26, 2022. This article will primarily focus on extracting text from Word documents in Java using Free Spire.Doc for Java.

About Text-Block-in-Expression-Blend4

NA

OUR TRAINING