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 module
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sourav Kayal (8)
Vinay Ayinapurapu (5)
Vinoth Rajendran (4)
Akshay Phadke (3)
Debasis Saha (3)
Himani (2)
Alkesh Bijarniya (2)
Mrunali Sawant (2)
Teddy Kurian (2)
Gowtham K (2)
Arindam Dawn (2)
Abhimanyu K Vatsa (1)
Vipul Malhotra (1)
Pramod Thakur (1)
Nandan Hegde (1)
Manoj Kalla (1)
Vijay Yadav (1)
Tahir Ansari (1)
Velladurai (1)
Keyur Pandya (1)
Jitendra Mesavaniya (1)
John Godel (1)
Vikas Singh (1)
Arun Ramaswamy (1)
Shashank Srivastava (1)
Bhagvan Kommadi (1)
Rupali Shinde (1)
Shiva Shukla (1)
Rajeesh Menoth (1)
Raj Kumar (1)
Sardar Mudassar Ali Khan (1)
Lakshmi V (1)
Muhammad Aqib Shehzad (1)
Mithilesh Tata (1)
Jinal Shah (1)
Prasad (1)
Mohamed Azarudeen Z (1)
Mervyn Manilall (1)
Santu Ghosh (1)
Jomis Pj (1)
Mohamed Shifan (1)
Aswinth G T (1)
Kailash Chandra Behera (1)
Akkiraju Ivaturi (1)
Ram Prasad M (1)
Bhushan Gawale (1)
Jaydeep Patil (1)
Harshit Pandey (1)
Punar Dutt Rajput (1)
Ashish Yadav (1)
Dhanapal Chandran (1)
Shaishav Desai (1)
Shivam Payasi (1)
Nitin (1)
Anupam Maiti (1)
Bhavesh Raval (1)
Shanuka Maheshwaran (1)
Kirtesh Shah (1)
Tural Suleymani (1)
Anmol Arora (1)
Sameer Shukla (1)
Shivangi Rajde (1)
Ashok Kumar P (1)
George (1)
Aashina Arora (1)
Sean Franklin (1)
Vineet Desai (1)
Jeetendra Gund (1)
Gurpreet Arora (1)
Nanddeep Nachan (1)
Sandhya Shinde (1)
Ashish Bhatnagar (1)
Jay Parmar (1)
Kunj Sangani (1)
Mike Gold (1)
Troy Locke (1)
Related resources for module
No resource found
Logging Errors With Error Logging Modules And Handlers (ELMAH) in ASP.NET MVC 4
10/8/2024 8:33:16 AM.
Error Logging Modules and Handlers (ELMAH) is an alternative to Health Monitoring System (HMS) for logging errors and is free and available under an open-source license created and managed by Atif Azi
Learning Priority Queue in Python
10/3/2024 10:06:45 AM.
A Priority Queue in Python can be implemented using the heapq module, which provides efficient min-heap operations like heappush, heappop, and heapreplace. Unlike a regular queue, a priority queue pro
Module And Controller In AngularJS
9/10/2024 11:52:59 AM.
AngularJS is a framework for building dynamic web applications. It uses modules as containers for components like controllers and directives, with controllers managing data and $scope serving as the b
Automated Way for PBIX to PBIP File Conversion
9/4/2024 6:06:27 AM.
To automate PBIX to PBIP conversion, install the PowerShell module PBIXtoPBIP_PBITConversion using Install-Module -Name PBIXtoPBIP_PBITConversion. Use PBIXtoPBIP_PBITConversion -PBIXFilePath "<
Share Data from Parent to Child Component in Angular 18
8/23/2024 6:25:55 AM.
Learn how to send data between Angular components using @Input and @Output decorators. This guide demonstrates how to transfer data from a parent to a child component in Angular. Create a project, set
Understanding HttpHandler vs HttpModule in ASP.NET Web Forms
8/7/2024 7:01:04 AM.
In ASP.NET Web Forms, HttpHandler and HttpModule customize request processing. HttpHandler processes specific request types, such as serving dynamic content or custom file downloads. HttpModule interc
Learn Custom Pipes in Angular 17
7/25/2024 5:21:09 AM.
Learn how to create custom pipes in Angular 17 with this comprehensive guide. Transform data in your templates effortlessly by generating, implementing, and registering custom pipes to meet your speci
Building a Basic Login Form with Angular and HttpClient
7/1/2024 6:38:09 AM.
Learn to build a secure login form in Angular using HttpClient for HTTP requests. This tutorial covers creating a TypeScript component, handling HTTP POST requests to a backend API, and integrating wi
Copying Footers Between SharePoint Sites Using PnP PowerShell
6/24/2024 4:00:07 AM.
I've been extensively using SharePoint and the PnP PowerShell module, which simplifies tasks with easy command sets and detailed documentation. Notably, copying a footer between SharePoint sites i
Understanding Eager Loading vs Lazy Loading in Angular
6/20/2024 6:45:53 AM.
Explore the impact of eager and lazy loading in Angular development on performance and user experience. Understand the benefits and implementations of both approaches. Eager loading simplifies navigat
Exploring the Multi-Faceted Architecture of AlbertAGPT: A Paradigm of Secure and Reliable AI by John Godel
6/11/2024 11:28:25 AM.
AlbertAGPT, a cutting-edge AI architecture, prioritizes security, safety, and reliability. With 190 trillion parameters, it integrates real-time knowledge acquisition, ensuring responsible and continu
Introduction To The Files Used In Angular Application
6/4/2024 12:21:39 PM.
An Angular application is built from various files. The src folder holds the core code, with the app folder containing building blocks for your UI like components (combining HTML, CSS, and TypeScript)
Implementing Lazy Loading in Angular
5/24/2024 6:06:21 AM.
Implementing lazy loading in Angular enhances performance by loading modules, components, or routes only when needed. This step-by-step guide offers a real-world example, detailing how to optimize Ang
How to Add Style in ReactJS App
5/22/2024 10:51:29 AM.
Styling React apps can be done using CSS stylesheets, CSS modules, inline styles, Styled Components, CSS-in-JS libraries, or UI frameworks like Material-UI. Each method offers unique benefits and use
Best Practices for Organizing Angular Modules 🛠️
5/15/2024 4:02:31 AM.
This article explores effective ways to organize Angular modules, likening it to tidying up a toy collection. It covers feature-based structure, shared and core modules, lazy loading, and more.
Structuring Your Angular Application with Doraemon's Magic Pouch
5/13/2024 7:15:46 AM.
What are Angular modules and their significance in Angular applications? Angular modules, akin to Doraemon's magic pockets, organize and manage different parts of your app. Learn to create, use, a
Azure Bicep: Modules for Flexible Resource Management
5/10/2024 6:02:58 AM.
This article is a comprehensive guide that takes you on a deep dive into Azure Bicep modules. It starts with logging into Azure, then moves on to explain the concept of modules in Azure Bicep, complet
AngularJS - Basics
5/3/2024 8:56:33 AM.
AngularJS is a JavaScript framework that simplifies web development by extending HTML attributes to define dynamic content. It employs directives to bind data to HTML elements, utilizes controllers to
DNN (Formerly DotNetNuke) Tutorial - Part 2 (Adding Modules)
4/25/2024 8:32:03 AM.
Explore the second part of our comprehensive tutorial series on DNN (formerly DotNetNuke). In this segment, learn the essential steps for adding modules to your DNN website, enhancing its functionalit
Component Wise vs. Functionality Wise - Team Breakup
4/23/2024 8:34:26 AM.
Agile methodology advocates for smaller teams like frontend, backend, and data engineering for enhanced productivity. Component-oriented and feature-oriented teams streamline development, but communic
DNN, Formerly DotNetNuke, Tutorial - Part Four (GenericDNN Modules)
4/22/2024 8:55:39 AM.
Learn how to create a GenericDNN module using templates, simplifying module installation without manual configuration. Follow step-by-step instructions for project setup, building in Release mode, ins
DotNetNuke Custom Module Creation Using DNNTemplate
4/22/2024 8:21:53 AM.
In this article, we are going to learn how to create DotNetNuke Custom module using DNNTemplate. DNN Custom Module Folder Structure with usage details.
Consuming ASP.NET WebService In AngularJS
4/22/2024 7:41:48 AM.
Consuming ASP.NET WebService in AngularJS involves utilizing AngularJS's $http service to send HTTP requests to the WebService. This enables fetching, updating, or deleting data asynchronously.
Overview Of AngularJS: Part 1
4/22/2024 7:22:36 AM.
AngularJS Part 1 introduces the framework's core concepts like MVC architecture, data binding, and directives. It covers modules, controllers, services, and filters essential for building robust s
Sorting Rows By Table Header In AngularJS
4/21/2024 2:22:24 PM.
Learn how to implement bidirectional data sorting in AngularJS using table headers. Utilize ng-click and ng-class directives for interactive sorting indicators. Employ orderBy filter for sorting data
Modules And Controller In AngularJS
4/19/2024 10:42:14 AM.
AngularJS utilizes modules to organize and encapsulate code, facilitating maintainability and scalability. Controllers define behavior and manage data within specific sections of an application, conne
Getting Started ✍️ With Angular 6 Using Angular CLI - Part 2️⃣
4/19/2024 10:28:54 AM.
Delve into Angular CLI essentials including version control, component, module, class, interface, and enum creation. Discover inline template & style commands for streamlined Angular development.
Angular 2 - Getting Started
4/19/2024 10:28:30 AM.
Angular 2 - Getting Started offers an introduction to building modern web applications with Angular 2. Learn TypeScript, utilize Angular CLI for project setup, and grasp component-based architecture f
Learn Angular 8 Step By Step in 10 Days – Day 1
4/17/2024 8:20:40 AM.
Embark on a 10-day journey to master Angular 8 step by step. Day 1 focuses on laying a strong foundation, covering Angular basics, components, and directives, setting you on the path to becoming a pro
Angular HTTP Interceptors: Sending Tokens with Every Request
3/24/2024 6:55:14 PM.
In modern web applications, authentication plays a crucial role in securing resources and ensuring that only authorized users can access certain parts of the application. One common way to handle auth
Data Binding in Angular
3/23/2024 4:04:12 PM.
Data binding serves as the communication bridge between the template (representing the view) and the component (housing the application's logic and data).
Angular 2 Bundle Using WebPack In ASP.NET MVC
3/12/2024 11:04:46 AM.
This article, Explores how to optimize Angular 2 applications in ASP.NET MVC using Webpack for efficient bundling and dependency management. Enhance front-end development with streamlined bundle creat
JavaScript Modules: Understanding and Implementation
3/7/2024 5:30:18 AM.
JavaScript modules organize code into reusable components, promoting modularity. ES6 modules use 'import' and 'export,' while CommonJS relies on 'module.exports' and 'requi
Learn About Lazy Loading In Angular
3/6/2024 9:13:22 AM.
Lazy loading in Angular is a technique that defers the loading of modules until they're needed, improving initial load time. It involves configuring routes to load modules asynchronously, typicall
Enable Copilot Features for Sales module in CRM
2/16/2024 10:02:44 AM.
This guide provides step-by-step instructions for configuring Copilot settings in Dynamics 365 Sales. It covers tasks such as enabling Copilot preview features, managing app-specific settings, turning
Getting started with Azure OpenAI GPT Modules and Azure OpenAI
2/13/2024 9:12:10 AM.
In this module, we will be learning about modules in Azure Openai prompt engineering techniques and getting started with Azure Openai Studio.
Setting up Micro Frontend with latest version on Angular
2/11/2024 8:38:46 AM.
Discover step-by-step instructions and best practices for setting up scalable, modular applications using the latest features and tools. Dive into the world of micro frontend architecture and learn ho
Creating a Standalone Project Using NX With Module Federation
12/21/2023 7:41:02 AM.
NX is a wonderful framework, of which not many Angular/React developers are aware. Today I want to write an introduction about NX and its capabilities
Repository Pattern in Angular
11/2/2023 9:17:50 AM.
Simplified Angular Repository Pattern: Separate data operations from components. Create a repository for data access and manipulation, promoting code reusability and maintainability.
Connect to Microsoft Teams & Create a Team with PowerShell
10/25/2023 10:36:05 AM.
In this article, let see how to install PowerShell Module to connect to Microsoft Teams and create a team using PowerShell
A Comprehensive Guide to Creating Angular Libraries
10/7/2023 6:21:09 AM.
Angular is a powerful front-end JavaScript framework that provides a robust library of tools and components for building dynamic web applications with ease. It offers a structured approach to web deve
Get All Modules Used By Process In C#
9/21/2023 8:28:12 AM.
In this article you will get a list of all modules used by a Process in C#.To get all modules used by a process in C#, you can use the Process. Modules property to retrieve a collection of ProcessModu
Create Mention Tag in React
9/14/2023 5:31:47 PM.
This article offers a comprehensive tutorial on implementing mention tags in a React application. Prerequisites include familiarity with HTML, JavaScript and having Node.js installed. You'll start
URL Rewriting in ASP.NET
8/8/2023 9:51:55 AM.
Most sites include variables in their URLs that tell the site what information to be shown to the user. It is something like telling the code to load particular details of item number 7 from a shoppin
PowerShell - Import A Specific Module From The Installed SharePoint PnP Powershell Modules
8/7/2023 8:33:26 AM.
When working with different versions of SharePoint, we have the respective PnP modules installed. This article explains how to easily load the appropriate Module automatically.
Getting Started with Azure Key Vault
7/28/2023 6:27:47 AM.
Azure key vault provides a store where you can manage all your keys and secrets effectively. In this article you will learn about Azure Key Vault.
Feature Module with Lazy Loading in Angular
7/24/2023 5:08:19 AM.
Learn how to utilize feature modules in Angular, streamline your codebase, and benefit from lazy loading for improved performance. Follow a step-by-step example using Angular CLI and Node.js.
How To Use File Handling In Node.js?
7/13/2023 10:13:13 AM.
Learn about how to use file handling in NodeJs with the help of example
How to Use Packages and Crates in Rust
5/16/2023 6:57:04 AM.
Introduction of Packages and Crates.
Install PNP Powershell Module In Azure Runbook Environment
4/3/2023 6:16:45 AM.
To execute PNP Script in run book, we first need to install PNP PowerShell Module. This article provide steps to install pnp powershell module in Azure Automation Account.
Create Custom Module Using Azure IoT Edge Sample Code
3/10/2023 8:22:58 AM.
In this article, you will learn how to create a custom Module using Azure IoT Edge Sample Code.
Deploying Azure OpenAI Ada Module
2/21/2023 10:44:16 AM.
Over the past three articles, we delved into Azure OpenAI, Davinci, Codex, and the deployment aspect of the Davinci Module. Now, our focus will be on the deployment aspect of the Ada Module.
Registration Module General Test Cases
2/21/2023 10:40:59 AM.
This article helps any user to know the test scenarios of the Registration module.
Deploying Azure OpenAI Davinci Module
2/20/2023 5:35:40 AM.
In the previous two articles, we gained a better understanding of Azure OpenAI, Davinci, and Codex. This module will concentrate on the deployment aspect of Davinci Module.
Exploring The Capabilities Of Codex - A Module On Azure OpenAI's AI-Powered Code Generator
2/16/2023 10:38:40 AM.
If you are new to this module, we recommend that you read the Azure OpenAI module first before proceeding to the Codex module. In our previous module, we covered Davinci, and in this post, we will del
Overview Of Azure OpenAI Modules With A Focus On Davinci Module
2/16/2023 10:37:51 AM.
This article provides an overview of the Azure OpenAI modules, with a specific focus on the Davinci module. Sample code written in C# is included to demonstrate its usage. In an upcoming blog post, we
How To Customize Table In Oqtane Module
2/8/2023 10:48:18 AM.
In this article, I'm going to explain, how we can add use a new column in the table of the Oqtane custom module
How To Configure Radzen And Use In Oqtane Modules
2/1/2023 10:41:56 AM.
In this article, I'm going to explain how we can configure Radzen in Oqtane CMS
How To Implement Lazy Loading In Angular
1/30/2023 4:44:31 AM.
In this article, you will learn how to implement lazy loading in angular.
No Match Was Found For The Specified Search Criteria And Module Name
12/26/2022 6:10:49 AM.
This article explains the issue when the required PS module is not getting loaded and how to fix the issue by installing the module in offline mode.
Learn Angular 8 Step By Step In 10 Days - HttpClient Or Ajax Call (Day 9)
11/30/2022 3:26:30 AM.
In this article series, we will discuss a different aspect of Angular 8 for all types of users. We will discuss how to handle HttpClient modules in this article.
Solution - Angular CLI MODULE_NOT_FOUND Error
11/11/2022 5:48:01 AM.
In this article, you will learn how to create new project at time not found angular-cli.
How To Install Azure AD And Microsoft Online PowerShell Module
10/7/2022 5:15:00 AM.
In this article, you will learn how to install azure ad and microsoft online powershell module.
Admin Consent Flow For Microsoft Graph PowerShell Module
9/26/2022 5:03:43 AM.
In this article, let’s try to understand basic identity flows involved in Graph PowerShell module and admin consent to interact with Graph PowerShell.
Angular - Featured Module
9/17/2022 11:11:10 AM.
In this article, you will learn about Angular – Featured Module.
Elegant JavaScript - How Do They Write It?
8/8/2022 10:31:41 PM.
In this article, you will learn about Elegant JavaScript.
Installing MS Graph PowerShell Module
7/26/2022 8:24:11 PM.
This article explains what MS Graph is and how to install the Graph Powershell module on a Windows machine.
PS Install Error - No Match Was Found For The Specified Search Criteria
6/1/2022 12:54:41 PM.
In this article we will see what are the possible install errors while installing new modules and how to overcome those issues.
Why Python Is The Greatest Of All Time
5/27/2022 3:02:11 PM.
Python is one of the code-less, high level, and even object-oriented programming language that is commonly used for developing websites, software, data inspection and for the task-automation. The hig
Openpyxl Module In Python
2/24/2022 6:23:38 PM.
The article explores Openpyxl module
How To Work With File System Module In Node.js
2/16/2022 5:33:10 AM.
In this article, we will learn about the File System module in Node.js.
Introduction to Web Services
1/31/2022 11:25:19 AM.
A tutorial explains basics of web services followed by sample example.
A Fix To Exception - Could Not Find Module “@angular-devkit/build-angular”
12/26/2021 3:54:02 PM.
This is a popular exception of Angular. This article gives one solution.
Working With CSV In Python
12/16/2021 2:32:37 PM.
In this article, you will learn about CSV In Python.
Blazor - JavaScript Isolation (ES6 Modules & Blazor)
11/15/2021 3:05:04 PM.
In this article, we will learn how to isolate JavaScript to an individual Blazor Component.
Getting List Of Users Accessing PowerApp
10/29/2021 2:28:39 AM.
This article tells how to get list of users who has access to Power App.
Micro Frontends With Webpack
10/4/2021 1:40:07 PM.
In this article, we will explore micro frontend architecture, its benefits and implementation using webpack module federation plugin
How To Use Logging Module In Python
9/6/2021 4:48:55 AM.
In this article, you will learn how to use logging module in python.
Modules In JavaScript😀
8/2/2021 5:14:13 AM.
In this article, you will learn about modules in JavaScript - Import and Export Modules.
Few Important Uses of HttpModule: Part 1
5/26/2021 11:29:59 AM.
In this article, we will understand a few more concepts and uses of HttpModule.
Pass Data From HttpModule to HttpHandler in ASP.Net Application
5/26/2021 11:26:05 AM.
In this small article, we will learn to pass data from a HttpModule to a HttpHandler.
HttpModule in Real Scenario: Multiple HttpModule and Communication
5/26/2021 11:22:55 AM.
From this article we will understand the use of HttpHandler and HttpModule in real time software development.
Few Important Uses of HttpModule: Part 2
5/26/2021 11:17:56 AM.
In this example, we will measure the time taken by one HTTP request to complete.
HttpHandler and HttpModule in Real Scenario: Few Examples of HttpHandler
5/14/2021 6:28:02 AM.
In this article, we will understand a few more scenarios where we can implement HttpHandler.
HttpModule in Real Scenario: Events in HttpModules
5/14/2021 5:52:08 AM.
In this article, we will talk about various events and their execution sequence in an ASP.NET application.
HttpHandler and HttpModule in Real Scenario: Getting Started With HttpHandler
4/23/2021 10:40:37 AM.
Here, we will understand a few scenarios where we can implement the concept of HttpHandler in our ASP.NET application.
HttpModule in Real Scenario: Implement Simple HttpModule
4/13/2021 6:56:44 AM.
The purpose of this article is to understand the use of HttpHandler and HttpModule in real time software development.
DotNetNuke Module Development Using Kedno UI and Web API
2/12/2021 7:13:58 AM.
This article shows how to do DotNetNuke Module development using Kendo UI and Web API.
DotNetNuke Module Development With Kendo UI and WEB API
1/7/2021 4:35:56 AM.
This article shows how to do DotNetNuke Module development with Kendo UI and WEB API.
Angular Feature Module And Lazy Loading - One Of Way To Increase Application Performance
10/27/2020 11:47:44 PM.
In this article, we will discuss related to the overview of Feature Modules and Lazy Loading in any Angular Application.
Develop Task Modules For MS Teams With Yo Teams
10/12/2020 10:34:05 AM.
In this article, you will learn how to Develop Task Modules for MS Teams with Yo Teams.
Introduction To Basic Concepts Of Angular You Need To Know Before Starting
9/14/2020 4:58:47 PM.
In this article, you will learn about the basic concepts of Angular that you need to know before starting.
Creating An Angular Application Using Angular CLI And Exploring Folder Structure
8/23/2020 8:18:57 AM.
In this article, we are going to follow the steps to create your first angular application along with the description about each line of the built-in code and folders which we get after creating the a
30 Days Of Python 👨💻 - Day 17 - External Modules
8/4/2020 7:42:02 AM.
In this article, you will learn about External Modules in python.
PlugIn In Struts
8/3/2020 10:44:29 AM.
Plugins are struts elements that provide a listener like capability. They also allow developers to enhance web applications.
30 Days Of Python 👨💻 - Day 16 - Module Basics
8/3/2020 7:39:39 AM.
In this article, you will learn about Module Basics in python.
Introduction To Git Submodule
7/17/2020 7:59:29 AM.
In this article you will learn how to use Git Submodule.
How To Create Portable Modules Using PowerShell In MacOS
7/14/2020 7:49:12 AM.
In this article you will learn how to create portable modules using PowerShell in macOS.
Deploying Programs in C#
6/9/2020 1:08:28 AM.
Deploying projects in Visual Studio.NET is fairly straightforward. Most of the process is automated for you through some convenient wizards so it doesn't require much effort. Keep in mind, though
The JavaScript Module Pattern Used With jQuery
5/24/2020 2:59:16 PM.
In this article you will learn about JavaScript Module Pattern used with jQuery.