Related resources for text
  • Dependency Injection & EF Migrations in ASP.NET MVC with Autofac10/30/2024 8:29:43 AM. This article demonstrates how to implement Dependency Injection (DI) using Autofac in an ASP.NET MVC application and integrate Entity Framework for database operations, including migrations.
  • Understanding Dataverse Text Fields10/30/2024 6:51:35 AM. 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.
  • Create a Model with Database Table in .NET 8 using EF Core10/28/2024 7:16:12 AM. This article guides you through creating a data-driven application using .NET 8 and Entity Framework Core. You'll learn to define a model, configure a DbContext, set up a SQL Server connection str
  • Array to Text File: Detailed Overview of ArrayIOExtensionsLib Class10/22/2024 10:04:42 AM. 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 pract
  • Zoom Text Content With CSS And JavaScript10/10/2024 8:32:21 AM. This article discusses various methods to implement a zoom-in/zoom-out feature for text content inside a div container. It explores three approaches: using the CSS zoom property, transform: scale(), a
  • Use Text Translation AI Model in Power Apps10/9/2024 5:36:49 AM. 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 f
  • Create Cool Webpage Using CSS3 Custom Fonts10/8/2024 9:17:45 AM. This guide covers how to effectively use custom fonts on your website. It includes steps for downloading fonts from reliable sources, converting them from .ttf to .eot for better browser compatibility
  • Rich Text Control With Image And Video In SPFx Using React-Quill10/3/2024 11:49:18 AM. This article explores how to implement a rich text field in Modern SharePoint List forms using React Quill. It covers the process of creating a SharePoint list, setting up an SPFx solution, and integr
  • Find And Replace Text In Word Document Using C#10/1/2024 9:09:25 AM. Learn how to efficiently find and replace text in a Word document using C#. This guide covers essential concepts such as Microsoft Word automation, leveraging the Word Interop library, and implementin
  • Nested Collection Models in MVC to Add Multiple Phone Numbers - Part 19/27/2024 10:08:34 AM. This article explains how to create an MVC application using the Nested Model concept, allowing users to add or remove multiple phone numbers for an employee. It covers database setup, model creation,
  • JWT Token Authentication And Role Authorization Using .Net Core 6.0 Web APIs9/26/2024 6:13:29 AM. This post covers implementing JSON Web Tokens (JWT) for authentication in an ASP.NET Core Web API. It details creating a new project, using JWT for secure token generation, and implementing role-based
  • Understanding Key Concepts in Domain-Driven Design9/23/2024 8:30:18 AM. In this article, we will explore how these concepts drive effective software modeling, ensuring alignment between the business domain and your codebase.
  • In-Memory Databases- Unit Testing With C#, EFCore and XUnit9/18/2024 12:13:03 PM. Learn to unit test EF Core repositories using an in-memory database with C# and xUnit. This approach simulates database operations without overhead, ensuring fast and isolated tests. Set up involves i
  • Using the Bing API to Translate Text in ASP.NET9/17/2024 10:41:08 AM. Learn to use the Bing Translation API in an ASP.NET application. Create a web page where users input text and select languages for translation. Implement the TranslateText method to send a web request
  • Bind Textbox Using Knockout In MVC9/13/2024 10:50:22 AM. Learn how to bind a textbox in an MVC application using Knockout.js, a popular JavaScript MVVM library. This tutorial covers the basics of two-way data binding with Knockout observables, enabling dyna
  • Entity Framework Core Feature - Global Query Filters9/12/2024 5:59:39 AM. Learn how to implement Global Query Filters in Entity Framework to apply automatic filters at the model level. This feature is commonly used for scenarios like soft delete and multi-tenancy, ensuring
  • Working With Azure Functions From SharePoint Components9/9/2024 11:48:43 AM. This article explains how to trigger Azure functions from SharePoint pages using HTTP trigger functions. It covers creating a SharePoint list from an Azure function using C# and SharePoint CSOM, passi
  • Real Time Use Of Context Menu Strip In Windows Form Application9/9/2024 11:35:42 AM. Learn how to use ContextMenuStrip in a Windows Forms application to delete records from a DataGridView. This tutorial covers setting up a context menu, handling right-click events, and executing a del
  • How To Read SharePoint TermStore Managed Metadata In SharePoint Framework (SPFx) With Angular9/4/2024 9:13:26 AM. This guide demonstrates how to access SharePoint TermStore data in SPFx applications using the JSOM method. It covers configuring TypeScript, installing dependencies, and using SPComponentLoader to lo
  • Simplifying ASP.NET Core 8 Logging with Serilog and AppInsight9/2/2024 8:00:14 AM. Serilog is a powerful .NET logging library that supports structured logging, enhancing application monitoring and debugging. To integrate Serilog with ASP.NET Core and Application Insights, install es
  • How to Deploy a Gen AI Application on Docker?9/2/2024 4:39:45 AM. Learn how to deploy a Generative AI application using Docker with step-by-step instructions, including Flask setup, containerization, and handling POST requests.
  • Encryption and Decryption using AES (Symmetric) in Angular8/30/2024 5:01:16 AM. AES (Advanced Encryption Standard) is a symmetric encryption algorithm used for secure data transmission. Implement AES in Angular using the crypto-js library, supporting modes like CBC, ECB, and CTR,
  • Understanding Flutter's BuildContext8/29/2024 9:04:21 AM. BuildContext in Flutter is a key concept representing a widget's location in the widget tree. It helps navigate the tree, access inherited widgets, and manage state and theme data. Understanding B
  • Mastering Microsoft 365 Copilot Prompts8/27/2024 9:37:09 AM. Microsoft 365 Copilot enhances productivity by using AI to streamline workflows in apps like Word, Excel, and PowerPoint. Mastering prompt techniques—ranging from basic to advanced—enables users to ac
  • How to get all the user properties using powershell in SharePoint 2010 8/22/2024 7:23:23 AM. Learn how to retrieve all user properties in SharePoint 2010 using PowerShell. This guide covers how to get user details with scripts that access the SharePoint site, fetch user profiles, and handle c
  • Using CSS Pseudo-Class8/21/2024 6:44:19 AM. This article explains how to apply CSS Pseudo-classes with text-decoration to enhance navigation bars. Learn to use a:link, a:hover, a:visited, and a:active to style links dynamically.
  • Smooth Horizontal Scrolling Text Animation with Play/Pause Toggle8/21/2024 5:57:23 AM. 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.
  • Introduction of React Hooks with Examples8/21/2024 5:11:04 AM. In this article, we explore React Hooks: special functions for using state and other features in functional components. Learn about useState, useEffect, useReducer, useContext, useMemo, and custom hoo
  • Creating Image Magnifier Using HTML58/16/2024 4:58:51 AM. This article guides you through creating an Image Magnifier using HTML5 canvas. It details setting up the HTML structure, implementing JavaScript for magnification functionality, and styling with CSS.
  • DbContext Register and Lifetime8/10/2024 1:56:09 PM. This article discusses DbContext and its lifetime
  • Create Auto-Tabbing Fields and Disabling Text Input in a Form8/9/2024 12:03:23 PM. This article demonstrates how to implement auto-tabbing and text input disabling in forms using JavaScript. It covers two main features: automatically moving the focus to the next field when the curre
  • Text Shadows in Canvas Using HTML 58/9/2024 12:02:56 PM. This guide shows beginners how to create text shadows in an HTML5 canvas using HTML and CSS. It covers setting up an HTML file, adding CSS for text effects, and styling text with shadows.
  • Text Effect V3 Using jQuery and JavaScript8/8/2024 3:23:34 AM. This article explains how to create a text animation effect using jQuery. It demonstrates how to display characters one by one with customizable speed controlled by a slider. The effect involves setti
  • Basic Text Insert Effect Using JavaScript and jQuery8/7/2024 10:55:06 AM. In this article, we create a dynamic text effect using JavaScript that displays characters one by one. You'll learn to set up a div for the text, apply a character-by-character animation, and use
  • Generative AI in .NET: Building a Text Generator with GPT-38/7/2024 7:05:14 AM. 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 powe
  • How to Use Hooks in React?8/7/2024 5:43:16 AM. React Hooks, introduced in React 16.8, allows you to use state and other features in functional components without classes. Key hooks include useState for managing state, useEffect for side effects, a
  • Learn about HTML5 Input Types8/7/2024 5:22:37 AM. In this article we learn about HTML5 Input Types, Form Elements and Form Attributes. First we learn each of them then with the help of an example we use all of them together.
  • Gen AI for Text Generation Creating Compelling Content with GPT-38/7/2024 4:59:50 AM. 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.
  • Use ngx-simple-text-editor in Angular 188/1/2024 5:48:40 AM. 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 pr
  • Copying Text to Clipboard in AngularJS7/31/2024 6:02:28 AM. 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 A
  • Fine-Tuning in Machine Learning 7/31/2024 3:43:44 AM. 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 mod
  • CRUD Operations Unit Testing In ASP.NET Core Web API With xUnit7/30/2024 5:54:17 AM. This article will demonstrate how to write Unit Test Cases for CRUD operations in Asp.Net Core Web API with the xUnit project. In this demonstration, we will write the Unit Test Cases for CRUD (CREATE
  • How To Enter Text Into A Textbox Using JavascriptExecutor In Selenium WebDriver7/30/2024 3:44:26 AM. This guide covers the step-by-step process for utilizing JavaScriptExecutor to interact with web elements, automate text entry, and enhance your Selenium automation scripts. Perfect for improving you
  • Training a Small Language Model AI Using Text Files, C#, and SQL Database7/29/2024 10:57:22 AM. 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 q
  • Create Interactive Dropdown Menus While Click Text Open Dropdown7/25/2024 7:06:21 AM. 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 JavaScr
  • Practical approach to EF Core with Scalar functions7/21/2024 6:32:25 PM. Learn how to implement and migrate scalar SQL functions in an ASP.NET Core application using Entity Framework Core. This guide covers creating a scalar function to calculate total unit prices, integra
  • How to Create a Captcha in .Net Core Web API7/20/2024 4:10:40 PM. 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.
  • Using EF Core to Scaffold DbContext and Models from Existing Database Tables7/12/2024 8:14:08 PM. In this article, we will see how using Scaffolding we can generate database context (DbContext) class for database and model of entities in that database's table. We will be using MS SQL Server as
  • Convert Speech into Text using Python 7/9/2024 9:15:39 AM. 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 assi
  • Programming in Practice - GUI - XAML - Description of the User Interface7/9/2024 12:34:12 AM. This article concerns selected issues related to the representation of process information in graphical form to develop a comprehensive User Interface. It presents XAML Domain-Specific Language as a d
  • Name a few techniques to optimize Reactjs app performance7/7/2024 8:27:52 AM. Optimizing React app performance involves leveraging techniques like React. memo, useMemo, and use callback to minimize unnecessary re-renders. Employing code splitting via dynamic imports with React.
  • How to Pass Data Between Reactjs Components?7/5/2024 5:19:49 AM. Learn methods for passing data between React components, including props, state lifting, Context API, custom hooks, and third-party state management libraries like Redux, each suited for different app
  • AngularJS: Numbers Text Validation and cbTooltip in ASP.NET7/4/2024 9:46:21 AM. "In AngularJs applications, custom directives like allowOnlyNumber and allowOnlyText ensure input validation for numeric and text data, enhancing user interaction. Implementing cbTooltip with Boo
  • Dependency Injection System in Angular 187/3/2024 12:39:32 PM. Angular 18 introduces significant enhancements to its Dependency Injection (DI) system, pivotal for scalable and maintainable applications. These improvements include optimized tree-shakability, ensur
  • Best Use of ChatGPT and How to Search in a Particular Context7/2/2024 4:35:46 AM. Explore the optimal applications of ChatGPT, delving into its prowess in natural language processing and contextual understanding. Discover effective strategies for conducting targeted searches within
  • Find and Replace in PowerApps6/27/2024 10:52:39 AM. 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 seamle
  • Enhancing Security with a Client IP Safelist in .NET6/27/2024 9:43:12 AM. Enhance your web application's security by implementing an IP safelist in ASP.NET Core. This technique restricts access to trusted IP addresses only, preventing unauthorized access. Our guide cove
  • Understanding CQRS Design Pattern 6/27/2024 5:05:00 AM. The CQRS (Command Query Responsibility Segregation) pattern separates the operations for reading and writing data in software architecture. It enhances scalability by segregating commands (writes) and
  • How To Create Microsoft Cognitive Service Face API On Azure Portal6/25/2024 10:00:05 AM. Explore Microsoft Cognitive Services like Face API, Emotion API, and more on Azure. Easily integrate powerful algorithms for face detection and recognition into apps across platforms. Set up in Azure
  • Add Text With Image Button In ComboBox In WPF Application6/24/2024 9:02:07 AM. Learn how to enhance your WPF application by adding text with an image button in a ComboBox. This tutorial guides you through customizing ComboBox items using XAML and C#.
  • ASP.NET MVC - TempData - A Closer Look6/24/2024 9:00:33 AM. Explore the intricacies of TempData in ASP.NET MVC with this insightful guide. Learn how TempData facilitates temporary data storage across requests within controllers, its role in maintaining state b
  • TextBox In C#6/24/2024 8:59:31 AM. A TextBox control accepts user input on a Form. In this article, I will discuss how to create a TextBox control in Windows Forms at design-time as well as run-time. After that, I will continue discuss
  • Real-time Applications with SignalR and Angular6/21/2024 7:19:48 AM. Building real-time applications with SignalR and Angular enhances user experiences through dynamic and responsive interfaces. SignalR, an ASP.NET library, enables instant server-client communication.
  • Local And Global Variables In Power Apps6/20/2024 6:44:06 AM. Local variables are temporary and screen-specific, declared using the UpdateContext function (e.g., UpdateContext({LocalVariableName: Value})). Global variables, declared with the Set function (e.g.,
  • Explain INotifyPropertyChanged In WPF - MVVM6/19/2024 11:56:08 AM. INotifyPropertyChanged in ASP.NET MVC facilitates automatic updating of UI elements when data changes. By implementing this interface, changes in properties like FirstName and LastName dynamically upd
  • Basic PDF Creation Using iTextSharp - Part I6/18/2024 10:47:54 AM. Learn how to create PDF documents using iTextSharp in ASP.NET. This article series focuses on practical steps to create PDFs, covering basics like setting up iTextSharp, adding metadata, and generatin
  • How to Create Login Form in Visual Studio and Connect With SQL Server6/17/2024 11:22:47 AM. Learn to create a login form in Visual Studio by designing a Windows Forms application. Customize form elements like buttons, labels, and text boxes using properties for font, color, and layout.
  • Scroll Windows With WPF ScrollViewer in C# and XAML6/17/2024 9:56:08 AM. Implement vertical and horizontal scrolling in your WPF applications using ScrollViewer. Control content visibility with properties like VerticalScrollBarVisibility and HorizontalScrollBarVisibility f
  • Validate Your Blazor Form Using EditForm6/13/2024 8:22:26 AM. Blazor server-side, part of ASP.NET Core 3, introduces form validation via Context API and Redux. DataAnnotation attributes simplify validation logic, enhancing user experience and minimizing code com
  • Stemming vs Lemmatization in NLP6/13/2024 5:02:03 AM. 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
  • Choose Context API or Redux for React State Management6/13/2024 4:59:19 AM. This article explains state management in React using Context API and Redux. It covers creating and using Context for state sharing without prop drilling and setting up Redux for more complex state ne
  • Extract Plain Text From SharePoint Rich Textbox Field In Power BI6/12/2024 9:42:53 AM. Streamline data integration and visualization in Power BI by removing HTML from SharePoint list fields. Enhance reporting by transforming HTML-rich text into plain text. Follow the tutorial for effici
  • Azure Text Analytics Modern Content Moderation Approach6/11/2024 12:40:55 PM. 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 ke
  • Creating An Optical Character Reader Using Angular And Azure Computer Vision6/11/2024 12:30:02 PM. Learn to build an Optical Character Recognition (OCR) application using Angular and Azure Computer Vision Cognitive Services. Extract printed text from images, detect language, and analyze content. G
  • Transforming your Ideas into Reality with GPT4o6/10/2024 10:48:01 AM. 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
  • Advanced SQL Techniques in PostgreSQL6/7/2024 6:21:38 AM. 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.
  • Translate Text Into Multiple Languages Using Translator Text API With ASP.NET Core And C#6/6/2024 11:44:54 AM. In this article, we are going to learn how to translate text into multiple languages using one of the important Cognitive Services APIs called Microsoft Translate Text API ( One of the APIs in Languag
  • MVC Architecture & MVC Life Cycle6/6/2024 11:43:45 AM. MVC Architecture divides an app into models, views & controllers, managing data, UI, & logic separately. Its lifecycle begins with routing & ends with rendering, ensuring smooth interactio
  • Variables In PowerApps6/6/2024 7:44:52 AM. Discover how to effectively use variables in PowerApps to enhance your app development. This guide covers the basics of creating, managing, and utilizing variables to store data, improve functionality
  • The Best Features of Text to Avatar in Azure OpenAI6/6/2024 5:00:18 AM. 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
  • Creating Text Editor Using ASP.Net and jQuery6/5/2024 5:34:03 AM. Learn to build a text editor using ASP.NET and jQuery. Add TextBoxes, a Button, and a HiddenField. Apply CSS for styling. Integrate jQuery files for functionality. Handle events and data manipulation
  • Implementing Repository Pattern And Dependency Injection In ADO.NET Using Generics In C#6/4/2024 9:49:21 AM. Learn how to implement design patterns in an object-oriented paradigm to create generic solutions. This guide covers a practical example where a web application interacts with a database using the rep
  • RAG Fine Tuning and RAFT Explained 6/4/2024 5:34:14 AM. In the realm of large language models (LLMs), techniques like in-context learning (ICL), retrieval augmented generation (RAG), fine-tuning, and retrieval augmented fine-tuning (RAFT) are revolutionizi
  • Mastering Asynchronous Programming in C# Async and Await Patterns 6/1/2024 9:17:52 AM. Master asynchronous programming in C# with the async and await patterns. Learn how to write non-blocking code, improve application performance, and handle concurrency. Understand Task-based asynchrony
  • What is Retrieval-Augmented Generation (RAG) in Generative AI6/1/2024 9:05:37 AM. 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 wi
  • TextPad Application in C#5/31/2024 11:52:29 AM. This C# code defines a simple text editor application in Windows Forms. It includes functionalities to open, save, clear text, and exit. File handling operations are performed using StreamReader and S
  • Working With Fonts in Applet5/31/2024 11:52:11 AM. Learn to enhance the visual appeal of Java applets through font manipulation. Explore various font attributes such as family, style, and size to create visually appealing text displays. Customize text
  • Export Div Content To PDF Using ITextSharp5/31/2024 11:51:54 AM. This guide demonstrates exporting HTML content within a div to PDF using iTextSharp in an ASP.NET application. Utilize the provided code to seamlessly convert div content to PDF documents, enhancing t
  • Hour 1: Understanding 5 ASP.NET State management techniques in 5 hours5/31/2024 11:51:15 AM. Learn the fundamentals of ASP.NET state management in 5 hours. Understand and implement five key techniques: Session State, View State, Application State, Cookies, and Query Strings. This comprehensiv
  • Convert Multiple Text Documents to a PDF File or to PDF Files5/31/2024 11:50:49 AM. The Article demonstrates how use iTextSharp PDF Library to convert the multiple text files into Single Combined PDF file and also into Individual PDF files with same GUI.
  • How to create PDF file using itextsharp5/31/2024 11:49:59 AM. In this article we will see how to create PDF file using itextsharp.
  • Application to speak the text in the textbox using C#.Net5/31/2024 10:04:21 AM. Create an interactive C# application leveraging . NET's Text-to-Speech capabilities. Input text into a TextBox and have the program speak it aloud. Enhance user accessibility and engagement with s
  • Inserting & Retrieving records from MS Excel 2003 using OLEDB5/30/2024 12:11:07 PM. Develop a C#.Net Windows app to manage records in MS Excel. Use OleDb Connection for data access. Features include insertion, searching, updating records. Utilize DataGridView, TextBoxes, and Buttons
  • Displaying Google Maps in ASP.NET Web Application 5/30/2024 12:05:25 PM. Develop a web app in ASP.NET for Google Maps display. Download GMaps.dll, add controls to Visual Studio, design form with TextBoxes and Button, use GLatLng and GMarker for map functionality. Configure
  • Convert Text File To PDF File And ViceVersa Using ItextSharp 5/30/2024 11:25:07 AM. Learn how to seamlessly convert text files to PDF and vice versa using iTextSharp, a powerful library for document manipulation in C#. This tutorial covers step-by-step instructions for efficient file
  • Merge Multiple Pdfs Into A Single Pdf Using ItextSharp5/30/2024 11:23:24 AM. Merge multiple PDFs into one using iTextSharp in C#. Utilize PdfReader to read input PDFs, PdfWriter to write merged PDF, and MemoryStream for efficient processing. Ensure proper error handling for ro
  • How To Create Outlook Add-ins5/30/2024 10:32:47 AM. Creating Outlook add-ins involves using tools like VSTO or Office JavaScript API, programming in C# or JavaScript, and customizing UI elements like ribbons and task panes. Deployment via Office Store
  • Inserting Data in the Database Using LINQ to SQL5/30/2024 10:28:32 AM. Using LINQ to SQL, insert data into databases effortlessly. Utilize LINQ query expressions, entity classes, and DataContext to map objects to database tables. Ensure proper error handling and concurre
  • State Management in React with TypeScript5/28/2024 4:13:37 AM. Ziggy Rafiq delves into the React Context API as well as popular libraries such as Redux to discuss the intricacies of state management in React applications. Take a look at various approaches and fin
  • Manage Controller Specific Session In ASP.NET MVC 55/24/2024 9:17:22 AM. In ASP.NET MVC 5, managing controller-specific sessions involves utilizing tools like HttpSessionStateBase to store and retrieve session data within controller actions.
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download