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 Modules
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Paul Abraham (5)
Debasis Saha (4)
Rahul Sahay (4)
Mrunali Sawant (2)
Teddy Kurian (2)
Sourav Kayal (2)
Scott Lysle (2)
Abhimanyu K Vatsa (1)
Jitendra Mesavaniya (1)
Vikas Singh (1)
Alkesh Bijarniya (1)
Arun Ramaswamy (1)
Shashank Srivastava (1)
Bhagvan Kommadi (1)
Shiva Shukla (1)
Akshay Phadke (1)
Raj Kumar (1)
Mithilesh Tata (1)
Mohamed Azarudeen Z (1)
Aswinth G T (1)
Kailash Chandra Behera (1)
Akkiraju Ivaturi (1)
Ram Prasad M (1)
Bhushan Gawale (1)
Vinoth Rajendran (1)
Nitin (1)
Anupam Maiti (1)
Tural Suleymani (1)
Vinay Ayinapurapu (1)
Anmol Arora (1)
Ashok Kumar P (1)
Sean Franklin (1)
Gurpreet Arora (1)
Nanddeep Nachan (1)
Sandhya Shinde (1)
Arindam Dawn (1)
Kunj Sangani (1)
Pankaj Lohani (1)
Mayank Tripathi (1)
Sharad Gupta (1)
Amit Tyagi (1)
Muralidharan Deenathayalan (1)
Priyanka Jain (1)
Tuba Mansoor (1)
Puneet Kankar (1)
Satyaprakash Samantaray (1)
Naveen Arumugam (1)
Jayesh Agrawal (1)
Mangesh G (1)
Sibeesh Venu (1)
Bikesh Srivastava (1)
Fiyaz Hasan (1)
Vishal Gilbile (1)
Nakkeeran Natarajan (1)
Mehul Rajput (1)
Sourabh Somani (1)
Jatin Malik (1)
Satyendra Mishra (1)
Pankaj Kumar Choudhary (1)
Praveen Sreeram (1)
Sudesh Chandrawansha (1)
Mohammed Ibrahim (1)
Anubhav Chaudhary (1)
Anoop Kumar Sharma (1)
Ibrahim Ersoy (1)
Rahul Kumar Saxena (1)
Pradeep Sahoo (1)
Shridhar Sharma (1)
Neelesh Vishwakarma (1)
Jean Paul (1)
Venkatesh Kumar (1)
Selva Ganapathy (1)
Vinod Kumar (1)
Kishore Chaliparambil (1)
lavisha rastogi (1)
Ashish Shukla (1)
Vishal Nayan (1)
Subhendu De (1)
Srihari Chinna (1)
Niladri Biswas (1)
Related resources for Modules
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
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
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
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
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
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
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
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.
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
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.
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 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.
Elegant JavaScript - How Do They Write It?
8/8/2022 10:31:41 PM.
In this article, you will learn about Elegant JavaScript.
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
Introduction to Web Services
1/31/2022 11:25:19 AM.
A tutorial explains basics of web services followed by sample example.
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.
Modules In JavaScript😀
8/2/2021 5:14:13 AM.
In this article, you will learn about modules in JavaScript - Import and Export Modules.
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.
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.
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.
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.
Getting Started With Modules in Node.js
4/20/2020 1:13:18 PM.
This article explains the modules in Node.js.
HTTP Handlers And HTTP Modules In ASP.NET
1/6/2020 8:52:31 AM.
This article talks about the HTTP Modules and HTTP Handler in ASP.Net and their applications in real time.
Use of Modules in TypeScript
10/14/2019 11:34:42 PM.
In this article I am going to explain how to use modules in TypeScript.
Getting started With Ansible - Part Two (Inventory)
8/20/2019 9:58:07 AM.
This article is based on the inventory and modules in Ansible and we will learn how they can be used in Ansible.
How to Install Alfresco Module Packages (AMP) File
7/31/2019 5:33:24 AM.
In this article, I'll show how to install an Alfresco Module Packages (AMP) file.
Styling And CSS In React
7/19/2019 11:03:39 AM.
This article talks about Styling and CSS in React.
Angular For Beginners - Part Two - Modules, Components And Directives
5/16/2019 10:11:59 AM.
In this article, you will learn about modules, components, and directives in Angular.
Audio Video Modules for ASP.NET Community Starter Kit : Part III
1/29/2019 11:55:47 PM.
In this article, we will build an additional module for ASP.net CommunityStarterKit that enables you to publish audio and video contents. This module works together with Windows Media Services and it
Lazy Loading Of Modules In Angular 7
1/25/2019 8:49:29 AM.
In this article, we’ll learn the implementation of lazy loading in Angular.
Project Modules In Treeview Using Angular And MVC
6/18/2018 12:27:06 PM.
AngularJS is an MVC based framework. Google developed AngularJS. AngularJS is an open source project, which can be used freely, modified and shared by others.
Controller And Modules In Angular
5/31/2018 10:50:09 AM.
In this article, we will see controllers and the modules in AngularJS. And also, we will work out with some examples.
Basics Of Node.js Modules
4/15/2018 10:58:03 PM.
Nowadays, Most of the web developers are working with new technology like Angular, React, Vuejs a frontend and Express.Js, Meteor web framework or SharePoint Framework of the JavaScript. But every dev
Angular Components And Modules
11/24/2017 3:56:48 PM.
In programming terms, Modules can be described as the self-contained chunks of the functionality in your application which can run independently. In Angular, Modules are the collection of the componen
Generating Your First Components And Modules In Angular 5 App
11/21/2017 9:26:57 AM.
This post is a continuation of the course Developing an Angular 5 App series
How To Work With Multiple Modules In Angular v4
8/29/2017 2:27:24 AM.
In this article, we will learn how to configure Angular application using multiple module.
Lazy-Loading NgModules In ASP.NET Core Angular SPA
7/25/2017 12:54:00 PM.
This article shows you how configure ASP.NET Core Angular SPA starter project to serve a lazy-loaded Angular module. Angular has this cool feature of loading a module lazily. Modules that are set up t
AngularJS 2.0 From The Beginning - Lazy Loading Of Modules - Day Twenty Four
5/2/2017 9:34:52 AM.
In this article, we will discuss about the lazy loading of Angular modules
AngularJS 2.0 From The Beginning - Observables With Form Modules - Day Twenty
3/24/2017 5:26:10 AM.
In this article, we will discuss about observables concept with form modules and http modules.
AngularJS 2.0 From The Beginning - Http Module Part Two - Day Eighteen
3/23/2017 10:39:29 AM.
In this article, we will discuss about the http module post method.
Introduction To Featured Modules In Angular 2
2/20/2017 11:03:56 PM.
In this article, you will learn about featured modules in Angular 2.
Developing SharePoint Framework Web Parts Using PnP JavaScript Modules
2/17/2017 10:08:12 AM.
In this article, you will learn how to work with SharePoint list operations on SharePoint framework Web parts, using PnP JavaScript libraries.
Node.JS Vs. Java For Enterprise App Development - Basic Modules
12/1/2016 12:50:06 AM.
There are many factors to consider when choosing a platform for your enterprise applications. Here is detailed info about why developers would choose Node.JS over Java for enterprise app development.
NodeJS - Modules
11/21/2016 3:58:45 AM.
In this article, I will explain to you about NodeJS Modules.
How To Delete Node_modules Folder Using Rimraf
11/18/2016 1:21:43 AM.
If you face problem in deleting your node_modules folder while creating application using npm, then you can use this easy way to get rid of the node_modules folder. It solves the issue of Source path
AngularJS Modules
9/23/2016 5:48:37 PM.
In this article, you will learn about AngularJS Modules.
Angular 2 ng Modules - Part Three
9/19/2016 12:24:23 AM.
This is the third part on Angular 2 ng Modules.
Angular 2 ng Modules - Part Two
9/16/2016 2:30:38 AM.
This is the second part on Angular 2 ng Modules.
Angular 2 RC5 Upgrade - ng Modules
9/13/2016 7:33:50 AM.
I this video I am providing an introduction to ng module.
Node.js: Modules - Day Two
8/11/2016 4:06:08 PM.
In this article, you will learn about modules in Node.js.
Azure Automation: Assets - Modules
7/24/2016 6:27:13 AM.
In this article, we will learn what Azure Automation Modules are and how to create them.
Getting Started with Angular 2: Modules - Part One
6/2/2016 10:52:18 AM.
In this video you will see how to work with Modules in Angular 2.
Use Different Angular Modules At The Same Time In An HTML page
5/19/2016 12:04:37 PM.
In this article you will learn how to use different Angular Modules at the same time in an HTML page.
Error Logging Modules And Handler (ELMAH) In ASP.NET
3/16/2016 1:19:47 PM.
In this article you will learn about Error Logging Modules and Handler (ELMAH) in ASP.NET.
Use Multiple Modules On Same Page In AngularJS
1/19/2016 10:01:36 AM.
In this article I'll explain how to use Multiple Modules on same page in AngularJS.
Modules And Controllers In AngularJS
1/17/2016 3:43:18 AM.
In this article, we will see the role of Modules, Controllers, $scope in AngularJS Application.
NodeJS Series Part 5: Installing, Uninstalling, Updating Modules
7/6/2015 2:01:36 AM.
Here I will describe NodeJS which is Part 5 of NodeJS series. In this article, I will install, uninstall and update the modules.
AngularJS Recipe: Part 5
4/27/2015 7:45:25 PM.
In this article we will learn about AngularJS Recipes.
Basic Concepts in AngularJs
4/27/2015 3:28:51 PM.
For starting with AngularJs we need to have a basic understanding of HTML and JavaScript but that is not mandatory.
Learn AngularJS Modules: Part 7
2/19/2015 5:28:47 PM.
This article explains AngularJS Modules and how they are created and used in applications. The advantages are described as well.
Modules in AngularJS
12/23/2014 12:37:05 PM.
In this article you will learn about modules in AngularJS to break the code into separate blocks.
SharePoint and HTTP Module
10/31/2014 3:09:02 PM.
In this article I would like to take you through deploying an HTTP module in SharePoint 2013.
Node.js in Action: Understand Modules in Node.js
4/11/2014 3:29:58 PM.
This article explains modules in Node.js.
Simple Filter Action With AngularJS
12/24/2013 2:24:57 AM.
In this article we will see how to implement a filter functionality using AngularJS.
Finding and Listing Processes in C#
12/9/2013 1:13:28 PM.
This article shall describe a very simple approach for determining information regarding the processes currently running on a machine. The demonstration application includes a collection of methods that may be used to search for specific processes using various criteria or to list running processes.
PRISM - Interaction Between Modules Made Easy in WPF
10/31/2013 2:10:51 PM.
While developing a WPF application with the PRISM pattern I found an easy way to enable interaction among modules without passing the control in the event aggregator using RegionAdapterBase.
How to Install Drupal Module in PHP
4/23/2013 7:26:56 PM.
In this article I explain how to install Drupal Modules using PHP.
Finding and Listing Processes in VB.NET
11/9/2012 11:04:06 AM.
This article shall describe a very simple approach to finding out information regarding the processes currently running on a machine.
Audio Video Modules for ASP.NET Community Starter Kit : Part II
10/13/2012 2:30:22 AM.
In this article, we will build an additional module for ASP.net CommunityStarterKit that enables you to publish audio and video contents. This module works together with Windows Media Services and it is written in C#. You have to install CommunityStarterKit (C# version for VS) to follow this article.
Audio Video Modules for ASP.NET Community Starter Kit : Part IV
10/13/2012 2:25:00 AM.
In this tutorial, we will build an additional module for ASP.net CommunityStarterKit that enables you to publish audio and video contents. This module works together with Windows Media Services and it is written in C#. You have to install CommunityStarterKit (C# version for VS) to follow this article.
Audio Video Modules for ASP.NET Community Starter Kit : Part I
10/13/2012 2:21:52 AM.
This tutorial describes about Audio Video Modules for ASP.NET Community Starter Kit and how to use the starter kit in your applications.
Extracting Modules and Component(RSAParameter) from X509Certificate PublicKey
10/3/2012 9:28:28 AM.
In some applications, it might be necessary to extract the modulus and exponent from the X509Certificate PublicKey. The X509Certificate.GetPublicKey() returns a byte array that contains the ASN.1 Encoding information along with the modulus and exponent as described in the RFC2459.
Introduction To Quality Center
9/24/2012 12:40:01 PM.
This article discusses the introduction of a quality center.
HTTP Requests in ASP.NET
12/23/2011 9:19:10 AM.
In ASP.NET to process requests a pipeline model is used which consists of HTTPModules and HTTPHnadler objects. This pipeline model forms the low level framework which is used by web pages and web services. Here we will see high level overview of asp.net request processing.
Understanding Security Framework Model in ASP.NET 3.5
4/28/2011 2:10:02 PM.
Security is an important part of any web application development which is necessary to protect assets from unauthorized actions. This encapsulates verifying users, granting or denying access to sensitive information, or protecting data stored on the server.
Logging Errors with ELMAH
1/10/2011 2:10:16 AM.
ELMAH (Error Logging Modules and Handlers) is a pluggable component that you can use to log errors without modifying the application code.
HTTP Modules in ASP.NET Request life cycle
8/20/2010 2:48:11 AM.
HTTP module is a .NET Framework class that implements the IHttpModule interface, they called as ISAPI filter in IIS stack so modules are counterpart in ASP.NET, have ability to intercept and handle system events and other modules events.
Creating server controls at runtime using HTTP modules
4/6/2009 1:56:29 AM.
This article is all about generating dynamic ASP.Net server controls using HTTP modules.
Designing and Implementing a Versatile Data Access Tier
3/29/2006 3:35:09 AM.
In this tutorial, we will drill down deeper in to the design of a n-tier architecture and our focus will be on the data access tier(DAT). Our goal is to design and implement an appropriate data access tier(DAT) for scalable, reliable and interoperable web application.