Related resources for LT
  • How To Convert List <DataTable> Into DataSet4/23/2024 11:15:59 AM. Retrieve employee details from database using stored procedure. Group data by department with LINQ. Export List&lt;DataTable&gt; to Excel with multiple spreadsheets. Bind List&lt;DataTable&gt; to Gri
  • Learn About Filters In ASP.NET MVC4/23/2024 10:02:02 AM. In this article, you will Explore the essence of ASP.NET MVC filters in this comprehensive guide. Understand how action, result, authorization, and exception filters enhance your web applications.
  • ConcurrentBag<T> in C#: Thread-Safe Collection Guide4/23/2024 8:49:54 AM. In the world of concurrent programming in C#, managing data safely across multiple threads is a paramount concern. In this article, we&#39;ll delve into ConcurrentBag&lt;T&gt;, its usage, and provide
  • Application Health Check Using ASP.NET Core4/23/2024 8:33:19 AM. Learn how .NET Core facilitates application health checks, vital for stability and performance. Understand various health statuses, monitor dependencies like SQL Server, Azure Storage, and URIs. Confi
  • ConcurrentBag<T> in C#: Thread-Safe Collection for Concurrency4/23/2024 5:39:26 AM. Concurrent programming in C# often involves managing shared data among multiple threads. In this article, we&#39;ll delve into what ConcurrentBag&lt;T&gt; is, how it works, and when to use it.
  • Start With AngularJS: Part 54/22/2024 7:41:23 AM. AngularJS filters transform data for display. They format numbers, dates, and strings, select subsets from arrays, and order arrays. Templates in AngularJS include static ones, defined within script t
  • Learn $http Service In AngularJS4/22/2024 6:58:58 AM. Explore AngularJS $http service for making HTTP requests with configuration objects, utilizing built-in services like $log for debugging, handling asynchronous responses with promise objects, and util
  • Search And MultiSearch In AngularJS4/22/2024 6:42:08 AM. This article explores implementing search functionality in AngularJS. It covers using ng-model and ng-repeat directives for filtering data, including single and multi-column searches. The content dem
  • Explain Sorting Data In AngularJS4/22/2024 6:38:44 AM. Sorting data in AngularJS involves using the orderBy filter to arrange items based on specific criteria such as alphabetical order, numerical order, or custom sorting functions. This allows for dynami
  • Learn about Filters In AngularJS4/22/2024 6:38:13 AM. Filters in AngularJS offer powerful data transformation capabilities, enabling developers to format, sort, and manipulate data seamlessly. They enhance data presentation, providing users with a better
  • Exploring the ConcurrentQueue<T> Class in .NET C#4/22/2024 5:48:24 AM. In multi-threaded programming, thread safety and efficient data sharing are critical considerations to ensure smooth and reliable application execution. This article dives into the features, usage, a
  • Exploring Data Integration Solutions with Azure Data Factory4/21/2024 2:26:21 PM. Azure Data Factory, a cloud-based data integration service. This article will cover the basics of Azure Data Factory and its components and understand what is data movement and transformation. It also
  • Creating Custom Filters In AngularJS4/21/2024 2:21:36 PM. In this article, we will be Creating Custom Filters in AngularJS empower developers to tailor data display and manipulation according to specific requirements.
  • Concurrent Dictionary for String Comparison in .NET Core4/20/2024 7:04:27 AM. In .NET Core, the `ConcurrentDictionary&lt;TKey, TValue&gt;` class provides a thread-safe collection for storing key-value pairs, making it suitable for concurrent operations in multi-threaded environ
  • Queue & Dequeue with Concurrent Dictionary in .NET Core4/20/2024 7:02:23 AM. In multi-threaded applications, efficient handling of concurrent data structures is crucial to ensure thread safety and performance. While .NET Core provides a variety of thread-safe collections, each
  • Exploring the fundamentals of concurrent programming in .NET4/19/2024 11:57:13 AM. Concurrency is vital for efficient applications. .NET offers Thread, Multithreading, Task, Async &amp; Await, Threadpool, Lock, and Deadlock tools. Understanding them enhances .NET development for sca
  • AngularJS Data Handling: Filters and Reusability Techniques4/19/2024 11:05:29 AM. Explore AngularJS filters for efficient data manipulation. Learn to create custom filters and utilize built-in filters like orderBy, limitTo, lowercase, and uppercase. Enhance code reusability and sim
  • Built-in Filters in Angular.js4/19/2024 10:54:31 AM. Learn how to leverage Angular.js&#39;s built-in filters for efficient data manipulation and presentation. Discover powerful tools for transforming and filtering data seamlessly within your Angular app
  • Zero To Hero In MS SQL Server - Part Six4/19/2024 10:32:56 AM. Part six of &quot;Zero To Hero In MS SQL Server&quot; explores the WHERE Clause in SQL, used for filtering records based on conditions. It covers the syntax and usage of WHERE Clause, along with examp
  • Filter Data in ASP.Net Application Using AngularJS4/19/2024 10:30:01 AM. Filter data seamlessly in your ASP.NET application using AngularJS. Enhance user experience with client-side data filtering, leveraging AngularJS directives for efficient front-end development.
  • Filterable DataGridView using Linq and reflections4/19/2024 10:29:32 AM. Create a dynamic DataGridView in C# with filter capabilities using Linq and reflection. Manipulate data efficiently, enhance user experience, and utilize object-oriented programming for flexible data
  • Data Filtering in Angular.js Using Filter4/19/2024 10:27:17 AM. Data Filtering in Angular.js Using Filter enables efficient manipulation and presentation of data in Angular applications. Utilize built-in filter functions to dynamically sort, search, and format dat
  • Understanding OLTP and OLAP for Effective Data Management4/19/2024 6:03:17 AM. This article explores OLTP and OLAP, two crucial systems for data management. OLTP handles real-time transactions, while OLAP analyzes historical data to uncover valuable insights. Learn how they work
  • Create Multiple Languages In ASP.NET MVC 4.5 Framework4/18/2024 1:28:41 PM. Learn how to set up a multilingual ASP.NET MVC application in Visual Studio. Follow steps to create resources files for different languages, set up model classes with validation, implement language ma
  • Plant Disease Classifier with Azure AI Custom Vision and Blazor4/17/2024 8:02:26 AM. 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 highligh
  • Singleton Vs Static Classes in C#4/17/2024 4:49:59 AM. Why do you use a Singleton class if a Static class serves the purpose What is the difference between Singleton and Static classes and when do you use each one in your program?
  • đź”’ Azure Key Vault Certificate Validation with C#4/16/2024 10:58:22 AM. In this informative article, we will delve into the world of secure certificate validation in the Azure Key Vault environment using C#. By leveraging the power of the X509Certificate2 class, we can im
  • Customize Power BI Theme Without JSON: Part Two4/15/2024 11:57:24 AM. Explore advanced Power BI JSON customization options including text, visual, page, and filter pane properties. Learn to format text, backgrounds, borders, headers, tooltips, and more for enhanced rep
  • Set Default Value To Person Or Group Field In PowerApps4/15/2024 11:45:53 AM. Learn how to set default values for Person and Group fields in PowerApps. Use Patch function to update SharePoint list items with person or group field values. Understand the required data format for
  • Automate Azure Key Vault Key Refresh with Managed Identity 4/15/2024 8:41:39 AM. Automate key refresh in Azure Key Vault using Azure Function with Managed Identity. Enhance security and efficiency by managing secrets automatically within your Azure environment, ensuring seamless a
  • Health Checks in .NET Core with AspNetCore.HealthCheck.UI.Client4/13/2024 5:37:03 PM. Implementing health checks in .NET Core applications ensures reliability. Using AspNetCore.HealthChecks, monitor application health and dependencies, facilitating proactive issue identification for en
  • Update Multi-Values with People Picker Field in Power Automate/Microsoft Flow4/12/2024 11:14:14 AM. Learn to update multi-values in the people picker field using Power Automate or MS Flow. Discover how to find an Office 365 group ID, list group members, and add them to a multi-value people picker co
  • File Upload using ASP.NET Web API And ReactJS4/12/2024 6:33:22 AM. Learn to integrate file upload functionality between ASP.NET Web API and ReactJS using Axios or HttpClient for backend communication. Utilize FormData for multi-part form data handling.
  • Using Open-Source Model OpenAI Models4/10/2024 4:51:51 AM. Housing is a fundamental human need, yet many face challenges accessing stable, safe accommodations. Issues like homelessness, affordability, and inadequate living conditions underscore the importance
  • Best Practices for Maintaining Security and Preventing Vulnerabilities in C#4/9/2024 5:54:03 PM. Explore essential security practices in C# programming with Ziggy Rafiq, covering password hashing, input validation, SQL injection prevention, cryptography, HTTPS, secret management, and staying upda
  • Automating Resume Screening with Power Automate and ChatGPT4/9/2024 11:03:25 AM. In this article, we will discover how businesses can revolutionize their hiring process through the automation of resume screening using Power Automate and ChatGPT.
  • Learn about HTML5 Media Elements4/9/2024 9:18:45 AM. HTML5 media elements introduce native support for embedding audio and video content directly into web pages. Developers can utilize tags like &lt;video&gt; and &lt;audio&gt; to seamlessly integrate mu
  • Custom Validation In Angular Reactive Forms4/9/2024 8:47:25 AM. In this article, we will learn about validations in the reactive form in Angular. We will create a simple user registration form and implement some inbuilt validations on it. Along with the inbuilt va
  • Deploying Palo Alto Firewall on Azure4/9/2024 7:27:15 AM. In this article, we will explore the seamless integration of Palo Alto Firewall with Azure for robust network security. Learn deployment strategies, security policies, and threat prevention techniques
  • Set Default Value To Dropdown List From Database In ASP.NET MVC4/8/2024 8:21:07 AM. In this article, you will learn how to populate a dropdown list in ASP.NET MVC with default values retrieved from a database. Utilize Entity Framework to fetch data and bind it to the SelectList.
  • Soft Delete in Entity Framework Core4/8/2024 7:15:23 AM. Soft delete in Entity Framework Core allows for logically marking records as deleted without physically removing them from the database. This technique involves setting a flag, often &quot;IsDeleted,&
  • Multi-Tenancy with Separate Databases Approach in .NET Core4/8/2024 5:44:25 AM. In this article, we will learn how to implement a separate database approach of multi-tenancy in the .Net Core application and how to provide a dynamic connection string to DbContext
  • Create a Search Bar in SwiftUI4/6/2024 5:43:10 AM. Learn how to implement a dynamic search bar in SwiftUI for iOS apps. Discover the SwiftUI TextField component to capture user input, integrate it with SwiftUI navigation, and utilize the Combine frame
  • RabbitMQ Service Bus Explained4/5/2024 5:33:42 AM. RabbitMQ service bus facilitates communication between distributed systems via message queues. It employs AMQP, managing message delivery, routing, and scaling, ensuring fault tolerance and integratin
  • jQuery Filters: Selecting, Manipulating, and Filtering DOM Elements4/5/2024 5:28:35 AM. jQuery Filters&quot; refer to powerful methods in jQuery for selectively targeting elements within the DOM based on specific criteria. These filters allow developers to efficiently manipulate and inte
  • Power of Filtered Indexes in SQL Server4/5/2024 4:28:34 AM. Discover the power of filtered indexes in SQL Server with our concise guide. Explore practical applications and key benefits, empowering you to harness the full potential of SQL Server for enhanced da
  • How to Send an Email With Image in C#4/3/2024 9:41:22 AM. Send emails with images in C# using System.Net.Mail. Create an alternate view to embed images within HTML content. Utilize LinkedResource to reference images and SmtpClient to send MailMessage with an
  • How To Make A Chat Application Using Sockets In Java4/3/2024 9:38:00 AM. Creating a chat application in Java involves utilizing sockets for network communication between client and server. Implementing input/output streams facilitates message exchange. Multi-threading ensu
  • How to Implement Audio Player in Power Apps 4/3/2024 5:11:21 AM. In this article, we will discover how to enhance user experience with an Audio Player in Power Apps. Customize controls, integrate audio files, and design visually appealing interfaces. Manage playbac
  • ZeroThreat: The Ultimate Web App and API Security Scanning Tool 4/3/2024 5:10:04 AM. Identify critical vulnerabilities at 5x speed without any configuration required with world&#39;s most intelligent web app &amp; API security scanning platform, ZeroThreat. Avoid pitfalls of 90% manua
  • ASP.NET 8 – Multilingual Application with single Resx file - Part 4 - Resource Manager4/2/2024 10:26:25 AM. ASP.NET 8&#39;s Part 4 tutorial explores building multilingual applications using a single Resx file and Resource Manager. This feature facilitates easy localization and globalization, enabling develo
  • Exception Filters in MVC4/2/2024 9:12:12 AM. Learn how MVC handles exceptions using built-in and custom exception filters. Explore the HandleError attribute for managing exceptions and creating custom error pages. Avoid the dreaded Yellow Scree
  • ActionResult Return Type in MVC 3.04/1/2024 11:51:41 AM. In this article, you will learn how action methods help us to return models to views, file streams, and also redirect to other controllers Action method in MVC 3.0.
  • Multilingual Application with single Resx file - Forms Validation Strings4/1/2024 9:37:01 AM. Learn how to create multilingual applications using ASP.NET 8 in this third part of our series. Explore efficient techniques for managing form validation strings using a single Resx file, ensuring sea
  • Built In Rest Client in .NET Core4/1/2024 7:30:16 AM. .NET Core provides a built-in REST client through HttpClient in the System.Net.Http namespace. It offers lightweight, cross-platform capabilities for seamless integration with web services, enabling e
  • ASP.NET 8 - Multilingual Application with Single Resx File - Part 2 - Alternative Approach4/1/2024 7:24:18 AM. Explore an alternative approach in ASP.NET 8 for building multilingual applications using a single Resx file in Part 2 of this series. Discover how to efficiently manage localization and globalization
  • ASP.NET MVC with Action Filters4/1/2024 6:30:02 AM. In this article, we will learn how to enhance your ASP.NET MVC applications with Action Filters. Action Filters provide a powerful mechanism for injecting cross-cutting concerns such as logging, authe
  • Different ActionResult Types in ASP.NET MVC & Their Uses4/1/2024 6:14:26 AM. In this article we will learn What are the different types of ActionResult in ASP.NET MVC, and when would you use each one?
  • Coding the Integration of Multiple Blazor Apps4/1/2024 4:18:59 AM. This article demonstrates how to implement approval-based contact saving in emails using Azure Logic Apps. It guides users through configuring Outlook triggers, sending approval emails, and managing w
  • Transfer Multiple File Formats Between Blob Containers with Logic App3/30/2024 8:02:51 AM. Moving multiple file format files between Blob storage containers using the logic app. This article demonstrates how to utilize Azure Logic Apps to automate workflows between Blob storage and OneDriv
  • Understanding Filters in MVC3/29/2024 10:56:27 AM. There are situations in which we have an implementation that will be reused in many places that is not confined to a single place or method. This is fulfilled by the Filters in MVC. Let&#39;s discuss
  • Various Return Types From MVC Controller3/29/2024 9:56:19 AM. The content explores the diverse return types available in an MVC controller within the ASP.NET framework. From rendering HTML views to returning JSON data or redirecting to different URLs, MVC contro
  • Dynamic Default Value from SharePoint List in Power Apps Toggle Control3/29/2024 9:51:30 AM. In this article, we will learn how to enhance user experience in Power Apps by integrating dynamic default values from SharePoint lists into toggle controls.
  • Options Pattern Named Options in .Net Core with examples3/29/2024 9:41:11 AM. Learn how to implement the options pattern and validation in .NET Core using named and default options. Explore techniques for binding configurations, fetching options in APIs, injecting services into
  • Multithreading With .NET3/29/2024 6:46:05 AM. Multithreading allows a program to run multiple threads concurrently. This article explains how multithreading works in .NET. This article covers the entire range of threading areas from thread creati
  • What Are Access Modifiers In C#3/29/2024 6:45:30 AM. Access modifiers in C# regulate the accessibility of class members, impacting encapsulation and object-oriented principles. They control the visibility and accessibility of members within classes and
  • Power Apps: Bind Default Values from SharePoint Using Slider Control3/28/2024 10:44:16 AM. In this article, we will learn how to enhance user experience in Power Apps by utilizing the Slider control. This tutorial guides you through binding default values seamlessly from SharePoint, streaml
  • Abstract Class vs Interface3/28/2024 10:36:35 AM. Abstract classes provide a partial implementation with the option for subclasses to extend, while interfaces define a contract without implementation, allowing multiple inheritance. Abstract classes s
  • Optimizing Dynamics 365: Thread Jobs for Multiple Record Updates 3/27/2024 8:56:42 AM. In this article, we will learn how to utilize Thread Jobs for Updating Multiple Records in Dynamics 365 using PowerShell Script. Retrieving all Contact Records and Updating First and Last Names using
  • ASP.NET 8 - Multilingual Application with Single Resx File3/27/2024 8:37:08 AM. Discover how to create a multilingual web application in ASP.NET 8 using a single Resx file. This tutorial explores efficient localization techniques, enabling your site to support multiple languages
  • Single-Dimensional, Two-Dimensional, and Multidimensional Arrays in C#3/26/2024 4:50:51 AM. Arrays are fundamental data structures in programming languages, including C#. In this article, we&#39;ll explore single-dimensional, two-dimensional, and multidimensional arrays in C#, understand the
  • How to Build Multilingual app in PowerApps3/23/2024 7:42:46 AM. How to build multilingual app in PowerApps.
  • Different Use Cases Of Blockchain3/22/2024 10:05:10 AM. Blockchain, beyond powering digital currencies, finds applications in finance, healthcare, real estate, energy, and supply chain. Explore its role in optimizing financial processes, improving healthca
  • Why GraphQL Is An Alternative Over React API3/21/2024 6:26:24 AM. GraphQL offers a more flexible and efficient approach compared to traditional REST APIs, especially when integrated with React. With GraphQL, frontend developers can request only the data they need, r
  • How to Use Multilingual Language in Canvas PowerApps3/20/2024 12:03:27 PM. Discover how to implement multilingual language support in Canvas PowerApps effortlessly. Utilize language resource files and dynamic text switching for seamless localization. Enhance user experience
  • Web API Validation3/20/2024 9:41:36 AM. Learn about the importance of validation in Web API development, including techniques like Model Validation and Fluent Validation. Explore how to implement validation rules using data annotations and
  • How to Combine Multiple vCard (VCF) Files into One3/20/2024 6:16:15 AM. Explore methods to merge or combine multiple vCard (vcf) files into a single. Get the best solutions to combine bulk vCard files into one.
  • Exploring the Multi-Faceted Architecture of AlbertAGPT: A Paradigm of Secure and Reliable AI by John Godel3/20/2024 5:30:29 AM. The landscape of artificial intelligence is continuously evolving, and with it, the complexity of its architecture. A case in point is the intricate design of AlbertAGPT, a conceptual structure aimed
  • JavaScript Map, Filter And Reduce3/19/2024 11:47:34 AM. In this article, I have explained how to leverage JavaScript&#39;s powerful array methods to Map, Filter, and Reduce. Explore functional programming concepts to manipulate data efficiently. Streamline
  • How to Split VCF File to Multiple Contacts3/19/2024 7:41:59 AM. Explore methods to split VCF (vCard) files into multiple contacts. Get the best solutions to easily split vCard files into multiple contacts on Windows and Mac.
  • Simulating Multiple Inheritance in C#: Part II3/19/2024 6:23:09 AM. Learn advanced techniques in C# to simulate multiple inheritance. Explore how to effectively combine classes, interfaces, and other features to achieve complex behavior in your programs. Part II of th
  • Simulating Multiple Inheritance in C#: Part I3/19/2024 6:16:39 AM. In this article, we will explore techniques for simulating multiple inheritance in C#. Discover how to leverage interfaces, composition, and class hierarchies to mimic this powerful feature, enhancing
  • Essential JavaScript Array Methods: 10 Filters Every Developer Should Know3/19/2024 5:53:50 AM. Explore 10 essential JavaScript array methods including map, filter, reduce, forEach, find, some, every, sort, slice, and concat. Learn how to efficiently manipulate and organize data in web developm
  • Selecting multiple Checkboxes inside multiple GridViews3/19/2024 5:47:34 AM. Learn how to handle multiple checkboxes in a GridView within ASP.NET, including scenarios with multiple GridViews, user controls, and master pages. JavaScript functions are provided for checkbox mani
  • Simplify Your JavaScript Using Map, Reduce And Filter3/18/2024 12:03:36 PM. Explore how to simplify JavaScript code using Map, Reduce, and Filter functions. Learn how Map transforms arrays, Reduce aggregates data, and Filter selects specific elements. Implement ES6 features f
  • Need To Know JavaScript Array-Methods3/18/2024 12:03:07 PM. Programmers are expected to know arrays because they are one of the most common things that programmers use. Thus, in this post, we are going to discuss the array-methods that you need to know as a Ja
  • 10 JavaScript Array Methods Every Developer Should Know3/18/2024 12:02:07 PM. JavaScript Arrays serve as list-like objects storing multiple values in a single variable. Essential methods like forEach iterate over elements; filter selects elements meeting criteria; map transform
  • What is Alternative of Multiple Inhertitance in C#?3/18/2024 7:22:10 AM. This approach allows for achieving some level of multiple inheritance-like behavior while avoiding the complexities associated with traditional multiple inheritance.
  • Vue.js Multi-Word Component Naming Recommendations3/18/2024 6:28:42 AM. Using multi-word component names in Vue.js enhances code readability, clarity, and consistency. It helps in avoiding naming collisions and makes code more accessible and maintainable. Examples illustr
  • How to Create V-Tooltip Directive in Vue.js3/15/2024 6:10:31 AM. The v-tooltip directive in Vue.js enables the effortless addition of tooltip functionality to elements. It dynamically creates and displays tooltips on hover, is styled for visual appeal, and is posit
  • Validate Multiple Tokens with Different Providers in ASP.NET 8 API3/15/2024 5:47:48 AM. Learn to validate multiple tokens from different authentication providers in an ASP.NET 8 API. Configure authentication schemes for each provider, accommodating diverse token formats and validation re
  • Create Custom Search Filter Directive in Vue.js3/15/2024 5:38:49 AM. Learn to create a custom search filter directive in Vue.js to dynamically filter a list based on user input. Directives allow DOM manipulation, enabling special behaviors.
  • What is File Size filter in Vue.js?3/13/2024 9:25:43 AM. Vue.js file size filter formats file sizes for display in a user-friendly way. It converts bytes to KB, MB, GB, or TB. Easily implemented globally in Vue components for clear presentation.
  • Filter An Array of Different Data Types by Array Filter Method3/13/2024 8:44:17 AM. Learn to efficiently filter arrays containing various data types using JavaScript&#39;s Array Filter method. Enhance your understanding of functional programming techniques as you manipulate arrays ba
  • Implement Environment Approvals for Multi-Stage YAML Pipeline3/13/2024 4:05:30 AM. In this article, we will learn to integrate environment approvals into your multi-stage YAML pipelines for enhanced control over software deployment. With Azure DevOps, ensure each stage undergoes ver
  • Simulating Multiple Users in App Insights with Integration Tests3/12/2024 8:49:36 AM. Learn how to simulate multiple users in Application Insights when running integration tests for your web application. Simulate multiple users in integration tests to analyze monitoring setups and imp
  • Land Area Calculation with Heron's Formula in C#3/12/2024 5:16:17 AM. In this article, we&#39;ll explore how to utilize Heron&#39;s formula, a geometric approach, to calculate land area using a straightforward C# program. This program empowers users to input side length
  • Language interpretation/Transilation/Recognition for Healthcare Consultations3/10/2024 3:53:21 PM. Enhance healthcare consultations with language interpretation, translation, and recognition services. Utilize cutting-edge technology for seamless communication, ensuring accurate exchange of medical
  • Data Transformations: ETL, ELT, and the Reverse ETL Revolution3/10/2024 8:05:56 AM. Delve into the complexities of data management through an in-depth examination of ETL, ELT, and the pioneering emergence of Reverse ETL in this extensive guide. Explore the applications, benefits, and
  • Misconceptions About the Four LINQ methods3/9/2024 5:22:36 AM. Misconceptions about the four LINQ methods. Single(), SingleOrDefault(), First(), and FirstOrDefault(). This article addresses misconceptions surrounding four LINQ methods—Single(), SingleOrDefault()