Related resources for LTE
  • Create Word Reports Without Microsoft Word Using Spire.doc4/25/2024 8:09:25 AM. Spire.doc provides a robust solution for generating reports as Word documents without relying on Microsoft Word. Utilizing the .NET framework and C# programming, it offers efficient document processin
  • 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.
  • 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
  • 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
  • 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.
  • 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'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 "Zero To Hero In MS SQL Server" 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
  • 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
  • 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.
  • 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 "IsDeleted,&
  • 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
  • jQuery Filters: Selecting, Manipulating, and Filtering DOM Elements4/5/2024 5:28:35 AM. jQuery Filters" 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
  • 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
  • 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
  • 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's discuss
  • 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
  • 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
  • JavaScript Map, Filter And Reduce3/19/2024 11:47:34 AM. In this article, I have explained how to leverage JavaScript's powerful array methods to Map, Filter, and Reduce. Explore functional programming concepts to manipulate data efficiently. Streamline
  • 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
  • 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.
  • 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's Array Filter method. Enhance your understanding of functional programming techniques as you manipulate arrays ba
  • Password Strength Filter in Vue.js3/8/2024 1:26:55 PM. Creating a password strength indicator in Vue.js involves calculating the strength of a password based on certain criteria and then displaying it to the user.
  • Reverse String Filter in Vue.js 3/6/2024 10:44:06 AM. To reverse a string in Vue.js, create a custom filter that reverses the characters. Define the filter, register it globally, and apply it in Vue component templates for efficient string reversal.
  • How to Extract Initials from a String in Vue.js3/6/2024 7:16:41 AM. To extract initials from a string in Vue.js, you can create a custom filter or method. Define a filter or method to process the string and return the initials, providing flexibility in implementation.
  • How to Create Truncate Filter in Vue.js 3/6/2024 5:48:14 AM. Create a Vue.js truncate filter by defining a custom filter that shortens text to a specified length. Register the filter globally, then use it in your component templates as needed.
  • Covering Indexes And Filtered Indexes In SQL3/5/2024 10:36:56 AM. Hello Learners. I hope you all are doing great. This article describes the Covering Indexes and Filtered Indexes. I would like to tell you that these type of Indexes can only be created as NONCLUSTERE
  • Enhance SQL Server Stored Procedure Performance – Tuning Tips3/5/2024 9:26:01 AM. Covering indexes and filtered indexes in SQL optimize database performance by efficiently retrieving data for queries. Covering indexes include all needed columns, while filtered indexes target specif
  • ASP.NET Core Blazor Filtering And Sorting Using Entity Framework And Web API2/29/2024 9:13:45 AM. In this article, we will explain in detail, how to create an ASP.NET Core Blazor Filter and Sorting for HTML Table using Entity Framework and Web API.
  • Tailoring Site Responses to Microsoft Tag Requests2/28/2024 11:35:10 AM. Microsoft Tag is interesting alternative to the use of typical QR tags; the response options to reading a Microsoft Tag include returning the user’s rough position as latitude and longitude or a posta
  • Effortless Pagination with jQuery DataTables and Bootstrap2/28/2024 9:02:53 AM. Effortless pagination with jQuery DataTables and Bootstrap offers seamless integration, providing a plug-and-play solution for front-end development. It enhances the user interface with responsive des
  • How To Use Blue Light Filter In Windows 102/23/2024 6:57:40 AM. In this tutorial, I have described how to eliminate the blue light in windows 10.
  • Understanding Server-Side Blazor2/20/2024 5:57:53 AM. Blazor is a .NET Core web framework that allows developers to run C# code directly in the browser using WebAssembly.It provides an alternative to traditional JavaScript frameworks like React, Angular,
  • Gallery Filtering with Modern Tab List Control in PowerApps2/16/2024 3:37:10 AM. Creating a vertical tab interface utilizing the modern tab list control within PowerApps. This article guides users through creating a vertical tab interface using the modern tab list control in Power
  • Dynamically Alter Theme Across All Screens Within the Canvas App2/13/2024 6:14:56 AM. Learn how to seamlessly adjust the theme across all screens within your Canvas app dynamically. Explore methods for real-time theme modification, ensuring consistent and adaptive UI theming for a cohe
  • Filter PowerApps Gallery with Column Chart Selection2/12/2024 4:42:15 AM. In this article, explore how to enhance PowerApps with interactive features. Learn to synchronize column chart selections to filter galleries seamlessly for a more dynamic user experience.
  • KAFKA for Mere Mortals : Topics and partitions in Practice1/23/2024 4:55:31 AM. The main focus in this article is to create, list, describe and delete topics and partitions in KAFKA
  • Exploring Filters in .NET Core1/17/2024 10:31:18 AM. .NET Core's flexibility and extensibility are enhanced by filters, allowing developers to inject logic into the request processing pipeline. Types like Authorization, Action, Result, and Exception
  • What Are the Different Ways to Create Filters in Vue.js 1/16/2024 10:06:05 AM. In this article, we will learn about filters in Vue.js for formatting and transforming data in templates. Learn about global filters, local filters, inline filters, computed properties, and filter fun
  • What are filters in vue.js1/15/2024 5:17:53 AM. In Vue.js, filters are functions that can be used to format or transform data within the template.
  • What is Data Manipulation in R1/10/2024 7:17:44 AM. Data manipulation is an essential part of data analysis and plays a vital role in turning raw data into valuable insights. R programming for efficient data manipulation. Dive into data structures, sub
  • Remove A File From Git Commit History12/27/2023 10:53:52 AM. Git is a powerful version control system that allows developers to track changes in their projects efficiently. However, there are situations where you might need to remove a file from the Git commit
  • Filter Options in Power BI Visuals12/14/2023 5:35:02 AM. Exploring Filter Options in Power BI Visuals. Power BI, Microsoft's potent business intelligence tool, amplifies data analysis with versatile filter options. Uncover insights by exploring columns,
  • Create Custom Search Filter Pipe in Angular12/13/2023 5:20:00 AM. Learn to create a custom search filter pipe in an Angular application with this guide. It covers prerequisites, creating a custom pipe, importing it, and implementing search functionality.
  • Advanced Dynamic Filtering using Checkboxes in Excel12/13/2023 5:11:27 AM. This video shows how to use the #new #checkbox in Excel to control selection of columns from advanced dynamic filtering.
  • Getting Started With NodaTime12/8/2023 10:09:56 AM. Noda Time is an alternative date and time API for .NET. It helps you to think about your data more clearly, and express operations on that data more precisely.
  • Export Filtered Power BI Data to CSV Using Power Automate11/28/2023 9:54:18 AM. This video shows how to export filtered data in the Power BI service to CSV file using Power Automate.
  • Opening PowerApps App Gallery From Email Dependent upon ID11/27/2023 8:50:38 AM. Learn to design a user-friendly PowerApps gallery with an ID filter navigated from an email. This tutorial covers creating a flow, forming URLs, and implementing Power Automate for seamless functional
  • Working With Filters In ASP.NET Core MVC11/22/2023 7:22:48 AM. Filters allow us to run custom code before or after executing the action method. It provides ways to do common repetitive tasks on our action method. The filters are invoked in certain stages in the r
  • Filters and Types of Filtering in Power BI11/3/2023 6:16:25 AM. Power BI filters are useful tools for organizing data, visualizing and comparing your data visualizations and creating reports.
  • Execution-Time Code Generator For C#10/17/2023 8:45:35 AM. The Common Language Runtime provides a new way of doing things. The compile-time world still exist, but it is also possible to build dynamic systems where new code is added by loading assemblies or ev
  • Unit Testing In Flutter Using Welltested.AI10/17/2023 5:18:45 AM. In this article, you will learn about how you can write test cases for unit testing using AI.Unit Testing in Flutter using Welltested.AI offers a robust approach to ensuring the quality and functional
  • Action Filters in ASP.NET Core10/13/2023 8:10:05 AM. This article provides a comprehensive overview of Action Filters in ASP.NET Core, exploring their types.
  • Exploring Alternatives for Visual Studio For Mac10/4/2023 4:49:36 AM. Let's review what other IDEs we can use on macOS to work with .NET.
  • Lambda Expressions Are Wonderful9/25/2023 12:00:02 PM. Lambda expressions are simple to use and make routine tasks such as sorting or filtering Lists much easier.
  • Swagger API Filtering in ASP.NET Core9/19/2023 6:43:06 AM. Discover how to selectively expose APIs in Swagger for ASP.NET Core applications. Learn to control API visibility for improved documentation and security using the [ApiExplorerSettings] attribute.
  • Delegation in Power BI9/18/2023 6:26:06 AM. Delegation in Power BI streamlines data processing by shifting tasks to the data source, enhancing efficiency and scalability, especially with large datasets. Learn key aspects of this essential conce
  • Advanced Sorting and Searching in ASP.NET Core Web API9/15/2023 6:48:58 AM. Sorting and searching are essential functionalities in many ASP.NET Core Web API applications. To implement advanced sorting and searching in your API, you can follow these steps:
  • MOPUP (Alternative to Rg.Plugin.Popup) in .NET MAUI9/8/2023 5:09:22 AM. .NET MAUI, a cross-platform framework, empowers developers to build native mobile and desktop applications using C# and XAML. It enables the creation of apps that seamlessly operate on Android, iOS, m
  • Using PowerApps Filter Function for All SharePoint List Columns9/6/2023 7:25:35 AM. This blog will show you how to use the Filter function to organize information in different SharePoint list columns, whether they contain words, numbers, dates, or choices. We'll make it easy with
  • Easily Find Tags and Values in a Large Xml Document Using XmlTextReader in C#9/1/2023 4:09:34 AM. Parsing large XML documents efficiently can be a challenge due to memory constraints. This approach utilizes the XmlTextReader class in C# to extract specific tags and their corresponding values from
  • Alternative Simplified C# Property Syntax 8/29/2023 4:58:12 AM. When I first read about properties in C#, I was a bit excited and a bit confused. I was glad to see so many inventions, including properties, designed to help programmers be more productive.
  • Exploring Math - Trig, Parent - Child and Relationship Functions in DAX8/29/2023 4:29:48 AM. 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
  • Exploring Aggregation, Date-Time, and Filter Functions in DAX8/28/2023 9:22:04 AM. Discover DAX (Data Analysis Expressions), Power BI's formula and query language for crafting calculated columns, measures, and advanced analytics. Learn about DAX functions categorized into aggreg
  • Web Application Enhancement: Action Filters for Cross-Cutting Concerns8/28/2023 6:14:23 AM. Action filters are an integral part of many modern web frameworks, including ASP.NET MVC, ASP.NET Core, and others. They allow you to intercept and modify the request and response pipeline for an appl
  • Exception Filter in C# 6.08/28/2023 4:33:29 AM. Exception filters were introduced in C# 6.0 as a feature that allows you to specify additional conditions within a catch block. These conditions, known as exception filters, determine whether the catc
  • Call Web API in .NET and Filter Data using Bootstrap Filters with Less Code8/27/2023 12:14:42 PM. We can filter records for each columns in table with single textbox or search. With less code and few mins, We can implement that feature to work on complex data.
  • Creating Effective Pagination and Filtering Middleware for ASP.NET Core Web API8/25/2023 5:10:13 AM. By incorporating pagination and filtering with custom middleware, you've enhanced your ASP.NET Core Web API's performance and user experience. This methodology enables you to respond more effi
  • Create Report Of Assigned Licenses For Users From Microsoft 3658/24/2023 6:04:03 AM. Create excel report on 1st day of each month. Report includes list of users and assigned licenses.
  • Filtering Gallery Using Radio Button8/21/2023 7:07:20 AM. This article is about filtering gallery control data using radio button.
  • Important RxJS Operators 8/18/2023 11:20:59 AM. In Angular applications, RxJS empowers asynchronous programming through observables. Its diverse operators enable seamless data manipulation, event handling, and complex workflows, enhancing Angular a
  • ASP.NET Core API Pagination and Filtering8/17/2023 7:45:54 AM. Implementing pagination and filtering in an API is a common practice to optimize responses and efficiently handle large datasets. Here's a step-by-step guide on how to achieve this in an ASP.NET C
  • MySQL Key Constraints 8/10/2023 5:41:42 AM. In this article we will learn about constraints on different keys.
  • DROP In MySQL8/10/2023 5:35:16 AM. This article represents how to work the drop statement in MySQL database.
  • Handling Complex API Filter Queries in ASP.NET Core8/7/2023 5:48:12 AM. From this blog, you will learn how to integrate my composite filter solution into your ASP.NET Core web applications.
  • Global Exception Handling In Asp.net Core Web API8/4/2023 6:27:15 AM. In the context of ASP.NET Core Web API (or any web application framework), global exception handling involves catching exceptions that occur during the processing of requests and returning appropriate
  • Cursors and Alternative to the Cursors in SQL Server7/26/2023 7:12:56 AM. In SQL Server, cursors are database objects that allow you to iterate over a result set (query result) one row at a time, processing each row as needed. Cursors are often used when you need to perform
  • SQL Commands : DDL, DQL, DML, DCL, TCL with Examples 7/25/2023 6:08:58 AM. Master the art of SQL DDL commands, DCL commands, DQL commands, DML commands, TCL commands for effective database management.
  • How To Upload Multiple Files In Node.js Using Multer?7/20/2023 10:03:16 AM. "Learn How to Upload Multiple Files in Node.js with Multer: A Step-by-Step Guide"This article guides beginners on setting up a Node.js project and using the multer library to handle multip
  • How To Upload File In Node.js ?7/13/2023 10:12:50 AM. In this article, we learn how to upload file using Nodejs
  • JavaScript Array forEach Method And Its Alternatives6/26/2023 8:35:55 AM. Learning JavaScript array is fun but learning how the forEach method works internally and its alternatives are more enjoyable. Thus, it gives you more confidence when working with JavaScript arrays.
  • Export Sharepoint List Metadata Using Power Automate6/15/2023 5:31:44 AM. In this article, I will explain, how can we export a SharePoint list metadata using Power automate. While doing that, we will learn many basic concepts of Power Automate like how to use JSON, strings,
  • How to write to a text file in C#6/13/2023 9:14:12 AM. Learn how to write to a file in C# using the StreamWriter and File classes.
  • Filtering Data with Global Query Filters in Entity Framework5/24/2023 10:27:50 AM. In certain cases, you may need to apply filtering conditions to all queries involving specific entities. This can be useful when you want to exclude soft-deleted items, filter data based on certain cr
  • Exception Handling in ASP.Net Web API Using Exception Filters5/24/2023 8:21:47 AM. This article exlains how to ue Exception Filters for exception handling in the ASP.NET Web API.