TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About CLE
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ayush Gupta (7)
Ziggy Rafiq (5)
Chetan Sanghani (4)
Kautilya Utkarsh (4)
Tuhin Paul (4)
Abiola David (2)
Sarthak Varshney (2)
Vijai Anand Ramalingam (2)
Sarathlal Saseendran (2)
Davin Martyn (2)
Sanwar Ranwa (2)
Velladurai (1)
Tejas Agravat (1)
Vishal Nayan (1)
Pradeep Shet (1)
Talha Bin Afzal (1)
Tural Suleymani (1)
Akshay Phadke (1)
Sateesh Arveti (1)
Jaimin Shethiya (1)
Mukesh Kumar (1)
Vijay Yadav (1)
CSharp TV (1)
Ashutosh Singh (1)
Alkesh Bijarniya (1)
Anuradha Rani (1)
Baibhav Kumar (1)
Hari Lakkakula (1)
John Godel (1)
Matthew Cochran (1)
Dhruvin Shah (1)
Jitendra Mesavaniya (1)
Surya Ghimire (1)
Mushtaq M A (1)
Sandeep Kumar (1)
Paras Babbar (1)
Prashanth Chindam (1)
Abhishek Arora (1)
Rajeev Punhani (1)
Deepak Dwij (1)
Lokendra Singh (1)
Arun Ramaswamy (1)
Darshan Adakane (1)
Aman Patel (1)
Sanjay Mrinal Kumar Kodangi (1)
Shiv Sharma (1)
Jay Krishnareddy (1)
Nilanjan Dutta (1)
Chittaranjan Swain (1)
Divyansh Gupta (1)
Rajashekar Syereddy (1)
Bhairab Dutt (1)
Mageshwaran R (1)
Manoj Kalla (1)
Sanghdeep Sanghratne (1)
Rasmita Dash (1)
Monica Rathbun (1)
Ankur Mistry (1)
Eranda Horanagama (1)
Nitesh Jha (1)
Mithilesh Tata (1)
Sourav Kayal (1)
Priyanka Jain (1)
Ismail Sayyad (1)
Arun Choudhary (1)
Allen Oneill (1)
Ajay Kumar (1)
Abhijeet Jadhav (1)
Rikam Palkar (1)
Aakash Maurya (1)
Vijayaragavan S (1)
Dhiraj Poojary (1)
Jignesh Kumar (1)
Najath Risni (1)
Amit Mohanty (1)
Related resources for CLE
No resource found
PAY QR Code Feature: A Guide to Streamlined Vehicle Payments
10/21/2024 3:59:37 AM.
Discover the innovative PAY QR Code feature that revolutionizes vehicle payments. This guide explores how QR codes streamline transactions, offering a quick, secure, and user-friendly payment solution
How to Build a Clean Architecture Web API with .NET Core 8
9/26/2024 9:15:22 AM.
Learn how to build a robust Web API using Clean Architecture principles with .NET Core 8. This guide covers essential concepts, including modular design, dependency injection, and best practices for A
Using C# 12 with Clean Code Practices
9/21/2024 3:37:12 PM.
Learn how to write cleaner, more maintainable code with C# 12 features such as primary constructors and improved pattern matching. This article explores practical examples and tips for applying clean
Looking deep inside PostBack and ViewState in ASP.NET 3.5
9/20/2024 9:28:54 AM.
In ASP.NET 3.5, PostBack and ViewState play crucial roles in managing web form data between client and server during the page lifecycle. PostBack handles user-triggered events by sending requests to t
Cleaning the Resources: Finalize vs Dispose
9/19/2024 10:13:39 AM.
This article explores the concepts of Destructor and Dispose in C#. It illustrates the object's lifecycle, highlighting how constructors allocate memory and destructors clean up. The role of the G
Using Oracle Connection String In Windows Form
9/9/2024 11:32:56 AM.
This guide covers setting up the connection string, configuring your .NET application, and managing database interactions through ADO.NET. Ideal for developers working with Oracle and C#.
The Code and Software Development Lifecycle
8/30/2024 5:57:30 AM.
Understand the phases of the Software Development Lifecycle (SDLC), including planning, design, testing, and implementation, and how they contribute to delivering robust, scalable software.
Learn about Different Type of Triggers in Oracle
8/23/2024 8:02:40 AM.
In this article, you will learn about different type of triggers in Oracle.
Overview Of Oracle Package DBMS METADATA
8/12/2024 11:04:41 AM.
In this article, you will learn about Oracle Package DBMS METADATA.
Builder Design Pattern in .NET Core C#
8/9/2024 5:34:59 AM.
The Builder Design Pattern in .NET simplifies constructing complex objects by using a step-by-step approach. It involves components like Abstract Builder, Concrete Builder, Director, and Product to se
Azure Data Factory: Clean and Transform Multiple Data using Dataflow
8/8/2024 4:14:34 AM.
In this Data Engineering episode, I covered how to use Azure Data Factory Dataflow to read, appends multiple CSV files from ADLS Gen2, clean and transform the data and sink to the Azure SQL Database f
ASP.NET Core Web API With Oracle Database And Dapper
7/31/2024 4:04:02 AM.
This guide explores the creation of a Web API using ASP.NET Core, integrating with an Oracle Database through the Dapper ORM. Learn how to set up a robust backend service, implement CRUD operations, a
Understanding ADO.NET Data Providers
7/22/2024 8:15:19 AM.
In the realm of .NET application development, ADO.NET (ActiveX Data Objects for .NET) serves as a bridge between your application and various data sources. A key component of ADO.NET is its data provi
Working with Connection Objects in ADO.NET
7/22/2024 6:14:31 AM.
ADO.NET is a set of classes that expose data access services for .NET Framework programmers. A primary feature of ADO.NET is the ability to work with disconnected data. However, working directly with
Wrapper Class vs. Object Composition with UseCase
7/18/2024 9:38:59 AM.
Explore Wrapper Classes and Object Composition in object-oriented programming. Learn how wrappers adapt interfaces and enhance functionality without altering code, ideal for legacy systems.
Understanding the Angular Lifecycle Hooks
7/16/2024 7:15:35 PM.
Exploring NgOnInit, NgOnChanges, NgDoCheck, NgAfterViewInit, NgAfterViewChecked, NgAfterContentInit, and NgAfterContentChecked, this content offers comprehensive insights into when and how these hooks
Optimize Storage Costs and Efficiency with VMware Virtualization
7/14/2024 5:49:04 AM.
Learn effective strategies to minimize storage expenses through optimization and efficient data management
Best Practices for Writing Clean and Maintainable Codes
7/8/2024 8:51:02 AM.
This session will conclude with a summary of the key points and provide attendees and viewers with actionable takeaways to implement in their coding practices.
Learn Clean Architecture in .NET
7/4/2024 8:48:38 AM.
Clean Architecture is a software design philosophy that emphasizes creating maintainable, testable, and understandable systems by following principles like separation of concerns, dependency inversion
What is the Purpose of getDerivedStateFromError in ReactJS
7/3/2024 9:20:52 AM.
GetDerivedStateFromError is a lifecycle method in ReactJS used for error handling within components. It allows components to catch JavaScript errors during rendering, updating, and in lifecycle method
How to Create Multiple Filters in Gallery using Collection
7/3/2024 8:56:06 AM.
Filtering gallery on multiple selection is most demanding user-friendly functionality which could be expected by any business. In this post, we'll look at how to design and implement multiple filt
Understanding Threads and Multithreading in Java
6/27/2024 10:58:39 AM.
This article explains the concepts of threads and multithreading in Java, highlighting their benefits, lifecycle, and examples, along with the advantages and disadvantages of using multithreading in p
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 Foster a Culture of Collaboration in Agile Teams
6/24/2024 5:52:39 AM.
Agile development has revolutionized the way teams approach software development, emphasizing flexibility, responsiveness, and continuous improvement. Agile methodologies lies the principle of collabo
Integrating Data Preparation into the Workflow
6/21/2024 7:35:36 AM.
In this article, we will Discover advanced techniques in data cleaning, transformation, and automation, crucial for enhancing machine learning outcomes and overall operational efficiency.
Introduction to Model View Control (MVC) Pattern using C#
6/18/2024 8:42:40 AM.
The benefits of using the Model-View-Control (MVC) pattern in our development projects is that we can completely decouple our business and presentation application layers. Furthermore, we will have a
Understanding of the Software Development Life Cycle (SDLC)
6/13/2024 7:40:47 AM.
The Software Development Life Cycle (SDLC) is a structured approach to delivering reliable software on time and within budget. Evolving since the 1960s from the waterfall model to Agile and DevOps, SD
In-Depth Examination of Software Testing Life Cycle (STLC)
6/13/2024 7:19:33 AM.
The Software Testing Life Cycle (STLC) involves sequential activities ensuring software quality, from requirement gathering to closure. Emerging in the 1950s, STLC's structured approach includes p
Extract Plain Text From SharePoint Rich Textbox Field In Power BI
6/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
Using CTEs in PostgreSQL for Cleaner Efficient Queries
6/12/2024 5:23:30 AM.
In the realm of SQL databases, PostgreSQL stands out with its rich feature set, one of which is Common Table Expressions (CTEs). CTEs offer a powerful way to simplify and structure complex queries, ma
Oracle Stored Procedure Output Parameters with Dapper in ASP.NET Core
6/11/2024 11:41:47 AM.
This article provides a detailed guide to integrating Oracle stored procedures with ASP.NET Core using Dapper, focusing on handling output parameters, which can often be a challenging aspect of databa
How To Access Microsoft Teams Graph API In Power Automate
6/7/2024 10:35:58 AM.
Learn how to automate Microsoft Teams lifecycle with Graph API, including creating teams, channels, and adding members. This guide covers registering an application in Azure, setting permissions, and
CRUD Operations In Android SQLite - Kotlin
6/6/2024 11:48:36 AM.
Learn how to perform CRUD operations in SQLite using Kotlin for Android development. This tutorial guides you through creating a TODO application step by step, covering database setup, user interface
MVC Architecture & MVC Life Cycle
6/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
Fetch Data From Oracle Database Using C#
6/5/2024 5:32:26 AM.
his code demonstrates fetching data from an Oracle database using C# in ASP.NET. It connects to the database, executes a query to retrieve student data (name and roll number), and displays the results
Effective Strategies for Handling Project Deadlines
6/4/2024 5:08:44 AM.
Managing client expectations and project deadlines involves establishing clear communication channels, setting realistic deadlines, defining milestones and deliverables, managing scope changes, antici
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
Expression Bodied Members: A New Feature of C# 6.0
5/29/2024 8:11:40 AM.
C# 6.0 introduced Expression Bodied Members, leveraging Lambda expressions to simplify syntax, reduce code, and enhance readability. These members streamline method and property definitions, offering
Type-safe development with React TypeScript Fundamentals
5/21/2024 6:53:11 PM.
Find out how TypeScript and React work together with Ziggy Rafiq's comprehensive guide. Learn how to use type-safe props, state management, event handling, and component lifecycles for robust and
Understanding the SOLID Principles in Object-Oriented Design
5/18/2024 6:36:28 AM.
The SOLID principles are five foundational design guidelines proposed by Robert C. Martin to create maintainable, flexible, and understandable object-oriented software, aiding in adaptability and ease
Memory Management Using Finalize And Dispose Method
5/17/2024 10:36:10 AM.
Memory management ensures efficient use of system resources. The finalize method performs cleanup before object destruction, The Dispose method releases resources explicitly, especially for unmanaged
Concept of Shared Assembly in .NET
5/17/2024 10:21:48 AM.
Shared assemblies in .NET are reusable components accessible by multiple applications. They promote code sharing, reducing redundancy and enhancing maintainability. Strongly named and stored in the Gl
Mastering Python Best Practices for Clean and Efficient Code
5/17/2024 7:10:25 AM.
In Python development, adhering to best practices is paramount for code clarity and efficiency. Embrace PEP 8 guidelines, document with docstrings, use list comprehensions, and handle exceptions judic
Clean Code Practices: Elevating Code Quality in C# Development
5/15/2024 4:07:20 AM.
This article delves into the significance of clean code practices in software development, tracing its history, emphasizing its necessity, and exploring its evolution. It includes practical C# code de
Enhancing Code Quality: Unit Testing & Coverage in C# Development
5/14/2024 10:09:32 AM.
Unit testing and code coverage are vital in software development, ensuring reliability and identifying bugs early. This article explores their history, needs, evolution, types, popular tools, and prac
Command Query Responsibility Segregation and its Evolution
5/14/2024 5:41:56 AM.
Command Query Responsibility Segregation (CQRS) separates read and write operations in system architecture, enhancing scalability and performance. This article explores its need, evolution, and implem
Managed Identities for Azure Resources
5/10/2024 4:15:52 AM.
Discover how Managed Identities simplify authentication in Azure by providing automatically managed identities for applications. Explore both System-assigned and User-assigned Managed Identities, thei
Wrangling Outliers and Noise in Your Data
5/7/2024 9:04:21 AM.
This comprehensive guide explores the nuances between outliers and noise in data analysis. It delves into identification techniques and handling strategies, showcasing practical examples for effective
Spotting and Fixing Inconsistencies and Duplicates
5/7/2024 6:21:16 AM.
This article delves into the critical task of data cleaning for AI models. It covers identifying and handling inconsistent data through techniques like formatting, encoding, and imputation, alongside
How to write Clean code in C#?
5/6/2024 11:36:19 AM.
Writing clean code is important so that it makes reading code easier, helps us fix and update it faster, and ensures it works smoothly and reliably. Here we will look for few tips to write clean code.
Strategies for Handling Missing Values in Data Cleaning
5/6/2024 5:40:52 AM.
Handling missing values is crucial in data cleaning. By categorizing them as MCAR, MAR, or MNAR, we can apply appropriate techniques like replacing categorical values with the most common and numeric
Database Connectivity in Visual Studio
5/3/2024 9:16:16 AM.
Visual Studio facilitates robust database connectivity through technologies like ADO.NET and Entity Framework. Developers can seamlessly integrate with SQL Server, MySQL, Oracle, and more using connec
The Crucial Role of Data Cleaning in Machine Learning
5/2/2024 4:12:49 AM.
Data cleaning is vital for machine learning models, ensuring accuracy by eliminating errors like missing values, outliers, duplicates, and noise, thus enhancing performance and fairness in predictions
Using Mediator In Web API's For CQRS Pattern
4/30/2024 9:36:30 AM.
Implement Mediator pattern in Web APIs to embrace CQRS architecture. Utilize separate commands and queries for handling requests, promoting better code organization, and decoupling components, enhanci
Real-Time Text Display in Power Apps
4/30/2024 9:16:05 AM.
Explore the seamless integration of real-time text input updates with Power Apps. Discover how effortlessly display text input changes dynamically in labels, enhancing user interaction and engagement.
💠Clean Architecture End To End In .NET 5
4/30/2024 9:06:48 AM.
Explore the implementation of Clean Architecture in ASP.NET 5.0, covering aspects like Entity Framework Code First Approach, Dependency Injection, AutoMapper for object-object mapping, JWT Authenticat
Clean Code - Single Level Of Abstraction
4/25/2024 8:50:29 AM.
Discover the essence of clean code with Single Level of Abstraction. Elevate readability and maintainability by adhering to this principle, ensuring each function or method performs a single task at a
Delete Duplicate Rows In SQL Server From A Table
4/25/2024 8:49:52 AM.
In SQL Server, delete duplicate rows from a table efficiently using techniques like DISTINCT, GROUP BY, or ROW_NUMBER(). Ensure data integrity by considering primary keys or unique constraints.
Easily Extract Values from PDF Without AI Only Using .NET Core 8
4/20/2024 9:21:53 AM.
In this post, we will be discussing extracting content from PDF file without using any AI algorithms.
What are SQL dialects with Example?
4/19/2024 4:09:17 AM.
SQL dialects are versions of SQL tailored to specific database systems. Each dialect has its syntax and features while adhering to SQL's core principles. Understanding dialects is essential for wr
Configure Knowledge Management for Customer Service D365
4/18/2024 8:52:42 AM.
Configure knowledge management in D365 for efficient customer service. Establish a robust knowledge base, optimize search functionalities, manage content lifecycle, and ensure secure access. Implement
Site Closure and Deletion in SharePoint
4/18/2024 8:26:36 AM.
Implement site closure & deletion protocols in SharePoint 2013 for streamlined governance. Enforce policies, manage lifecycle, and utilize recycle bin for efficient site cleanup. Ensure compliance
Best Practices for Handling Exceptions in C#
4/16/2024 10:49:46 AM.
Learn effective exception handling techniques in C# with Ziggy Rafiq's comprehensive guide. Discover best practices for managing exceptions, including specifying exception types, logging errors, a
Learn About Angular Component Hook Life Cycle
4/16/2024 10:03:45 AM.
Learn about Angular Component Lifecycle Hooks including ngOnInit, ngDoCheck, ngAfterContentInit, ngAfterContentChecked, ngAfterViewInit, ngAfterViewChecked, ngOnDestroy, and ngOnChanges. Explore their
Page Life Cycle in ASP.NET
4/13/2024 6:15:29 PM.
Learn about the ASP.NET page life cycle events including preinit, init, preload, load, prerender, and savestatecomplete. Understand their order of execution and their significance in web development.
Blazor Component: Creation, Lifecycle, Nesting, & UI Integration
4/11/2024 10:41:35 AM.
Blazor Components offer a modern approach to web development by utilizing Razor syntax and C#. They enable building interactive and reusable UI elements with data binding and event handling.
How To Unlock HR Schema In Oracle-12C Or How To Fix The ORA - 01033 Error
4/10/2024 10:41:23 AM.
In this article, I explain how to unlock the HR schema in Oracle 12c in detail. Sometimes while making the clone of production database into a test server this type of error occurs. So this article is
Migrate and Run VMware Workloads to Oracle Cloud VMware Solution
4/10/2024 7:10:31 AM.
Migrating VMware workloads to the cloud can be a complex but rewarding process. This article explores the benefits, challenges, and steps involved in migrating and running VMware workloads on Oracle C
Using HTML5, CSS3, and JavaScript to their full potential
4/9/2024 6:29:38 PM.
Crafting dynamic and engaging web journeys: HTML5, the cornerstone of web architecture, has evolved to embrace semantic elements such as <header>, <nav>, <section>, <article>,
A Clean Architecture for Building Web Applications with ASP.NET Core MVC C#
4/9/2024 5:58:07 PM.
Discover a clean architecture approach for ASP.NET Core MVC web applications in C#, guided by Ziggy Rafiq for optimal design and development. ASP.NET Core MVC is a robust framework for constructing we
Learn about ASP.NET MVC Life Cycle
4/1/2024 6:28:41 AM.
Understand the MVC life cycle from HTTP request to response. Learn about ASP.NET's Page class, IHttpHandler interface, and MVC's Controller. Explore RouteTable and UrlRoutingModule for routing
Overview Of Cycle Error Logs
3/28/2024 6:34:11 AM.
I saw this again recently and see it too often in environments so wanted to take a second to remind everyone to cycle their error logs on a regular basis. SQL Server keeps error logs and when you rebo
How To Clone An Existing Git Repo In Azure Repos
3/26/2024 6:40:22 AM.
Learn how to clone an existing Git repository in Azure DevOps for collaborative work. Follow step-by-step instructions to create a local copy, make changes, and sync with the team. Enhance your under
A Simple Calculator In React.js
3/7/2024 8:55:05 AM.
In this article, we will explore building a basic calculator using React.js, leveraging its component-based structure and state management. Dive into JSX syntax, event handling, and UI design to creat
How To Secure PII Data In SQL Server Using CLE (Column Level Encryption)
3/6/2024 10:45:53 AM.
PII (personally identifiable information) which is used to identify individual identity such as SSN, DOB, Bank Account Number etc. When you are working with financial application you face the scenario
How to Remove Duplicate Email Items in Outlook
3/6/2024 7:22:26 AM.
Explore methods to remove duplicate email items in Outlook. Get the best solutions to remove duplicate email items from Outlook in easy steps.
Test Initialize and Test Setup
3/5/2024 10:34:22 AM.
In this article, we will explain the uses of two very important attributes called TestInitialize and TestCleanup. Both attributes are useful at the time of unit test setup.
Destructuring And Event Handler In React
3/5/2024 8:59:40 AM.
Destructuring in React allows efficient extraction of values from objects or arrays. Event handlers manage user interactions, like clicks or input changes. They're essential for interactive UIs in
Difference Between Collect and ClearCollect in PowerApps
3/1/2024 4:53:58 AM.
In PowerApps, the Collect and ClearCollect functions play pivotal roles in managing data within your applications. Collect appends data to an existing dataset, while ClearCollect replaces the entire c
Location Change of Download Folder in Windows 8
2/27/2024 11:13:00 AM.
In this article, we will learn how to change the default download folder location in Windows 8. Customize your download directory for improved organization and accessibility. Follow our simple steps t
Understanding 'beforeUnmount' and 'unmounted' Lifecycle Hook
2/25/2024 4:36:25 AM.
In this part of our exploration into Vue.js Lifecycle Hooks, we delve into the 'beforeUnmount' and 'unmounted' hooks. These hooks provide crucial opportunities to perform cleanup tasks
Vue.js Lifecycle Hooks: 'beforeUpdate' and 'updated'
2/23/2024 5:21:52 AM.
In this part of our guide to Vue.js lifecycle hooks, we delve into two more crucial hooks: 'beforeUpdate' and 'updated'. These hooks provide developers with powerful tools to execute a
Vue.js Lifecycle Hooks: 'beforeMount' and 'mounted'
2/23/2024 5:19:37 AM.
Vue.js, a progressive JavaScript framework, provides developers with a robust set of tools to manage the lifecycle of components. We'll explore two Vue.js lifecycle hooks: 'beforeMount' an
Understanding 'beforeCreate' and 'created' Lifecycle Hook
2/22/2024 6:29:41 AM.
Vue.js, a progressive JavaScript framework, offers a robust lifecycle system that allows developers to hook into various stages of a component's existence. These lifecycle hooks are essential for
Bicep: A Muscle or Part of Azure?
2/21/2024 1:55:41 PM.
Bicep is a domain-specific language (DSL) that is used for deploying Azure resources - learn more about it in this series of articles!
Blazor - Connect With Oracle Database In Amazon RDS
2/21/2024 11:32:58 AM.
We will see how to create an Oracle database instance in Amazon RDS (AWS Relational Database Service) and we will connect Oracle database from Blazor application. We will use an Employee details Singl
ASP.NET Core with Hosted Service & Lifecycle Events
2/20/2024 10:43:12 AM.
ASP.NET Core with Hosted Service & Lifecycle Events explores the integration of background tasks in ASP.NET Core applications. Learn how to implement long-running processes efficiently, manage ser
A guide to display ServiceNow Knowledge articles in Copilot for Microsoft 365
2/20/2024 9:21:28 AM.
Copilot Extensibility: Step by Step guide to display ServiceNow Knowledge articles in Copilot for Microsoft 365
DropDown Control in AJAX
2/20/2024 6:40:50 AM.
In this article, I will demonstrate how to bind the data from a database into a DropDownExtender control in AJAX. Explore the functionality of the ASP.NET AJAX DropDownControl extender, providing a Sh
Blazor Life Cycle Events - Oversimplified
2/18/2024 3:33:37 AM.
There's a lot that goes into memory when blazor components load into the memory. There are 8 methods which decide the lifecycle of a component. Let's take a deep dive to understand how they co
Learn SharePoint In Series - Part Fifteen - Retention Policy Under Information Management System
2/16/2024 6:49:29 AM.
This article, part of a SharePoint series, delves into retention policies in list settings, essential for managing document lifecycles. Learn to configure policies for automatic archival or deletion b
UpdateProgress Control With UpdatePanel in AJAX
2/14/2024 7:21:41 AM.
In this article, we will learn AJAX (Asynchronous JavaScript and XML) for interactive web development. Utilize technologies like JavaScript, XML, and Asynchronous Calls to enhance user experience.
What Are the Directive Hook Arguments in Vue.js
2/13/2024 6:35:53 AM.
In this article, we will understand the lifecycle of Vue.js directives through their hook arguments. Explore how these parameters facilitate interactions and manipulations within the directive's l
Cos Function from Power Fx Using Power Apps
2/12/2024 11:27:58 AM.
Reading this article, you can learn how to perform Cos function from Power Fx using in Microsoft Power Apps. Also, you will be able to learn Button control, Label control and TextInput control in the
What Are the Lifecycle Methods of Vue.js?
2/9/2024 5:33:57 AM.
Vue.js, a powerful JavaScript framework, offers essential lifecycle methods for component management. These hooks enable developers to execute tasks at various stages, enhancing control over component
Clean and Transform Data using M Code Stored in Text File
2/5/2024 8:32:26 AM.
In this video, I showed how to clean and transform data using M code stored in Text file in excel
React Design Pattern Series: Mastering Hooks Pattern
2/5/2024 8:25:20 AM.
This article delves into the transformative impact of React Hooks on state and side-effect management within functional components. The piece explores the "what" and "why" behind R
Extending List Functionality with C# Extension Methods
1/22/2024 8:21:54 AM.
In this article, I will demonstrate How to create an extension method in c# for List type. I will explain how we can extend the functionality of List without a new derived class. I will create extensi
How to Clean and Replace Corrupted Files in Windows 11
1/17/2024 11:23:36 AM.
The SFC process usually takes 5–10 minutes to complete, but it may take longer if the task is heavy. If the process takes longer than an hour, it may be stuck.
A Guide for Building a .NET Project with Clean Architecture
1/2/2024 10:08:31 AM.
In this article we will take a closer look at the foundational thoughts and factors influencing our project creation. Clean Architecture emphasizes the separation of concerns and dependency inversion