Click here to Skip to main content
15,880,427 members
Everything / Modules

Modules

modules

Great Reads

by Greg Utas
Structuring main() and quickly recovering from memory corruption
by David Cantrell
In which a class that wraps an ADO Connection object and makes it more developer-friendly is discussed.
by Gaurav Aroraa, Mahsa Hassankashi
In this article, we will discuss how to create npm packages/modules
by Mikhail Semenov
The article explains the recent Modules TS Draft for a future C++ Standard and provides examples based on the modules implementation in Visual C++ 2017

Latest Articles

by ToughDev
How to interface Nokia 3510i and 5110 LCD with PIC Microcontroller
by Greg Utas
Structuring main() and quickly recovering from memory corruption
by André Marcos (Advisor), Gabriel Trepak, Vinícius Barauna Santana
Automating the Residential Lighting Activation Process Using Arduino
by Mikhail Semenov
The article explains the recent Modules TS Draft for a future C++ Standard and provides examples based on the modules implementation in Visual C++ 2017

All Articles

Sort by Score

Modules 

20 Sep 2022 by Greg Utas
Structuring main() and quickly recovering from memory corruption
19 Mar 2014 by David Cantrell
In which a class that wraps an ADO Connection object and makes it more developer-friendly is discussed.
10 Apr 2015 by Gaurav Aroraa, Mahsa Hassankashi
In this article, we will discuss how to create npm packages/modules
18 Nov 2017 by Mikhail Semenov
The article explains the recent Modules TS Draft for a future C++ Standard and provides examples based on the modules implementation in Visual C++ 2017
16 Dec 2015 by Dmitry Sikorsky
Using ExtCore framework to create modular and extendable ASP.NET 5 applications
3 Oct 2017 by Shawn Lawsure
Implementing modularization and encapsulation in JavaScript
11 Oct 2013 by ASP.NET Community
Reflection is the ability of the .NET framework to gather information (metadata) about assemblies, modules and types at runtime. It allows you also
9 Dec 2020 by André Marcos (Advisor), Gabriel Trepak, Vinícius Barauna Santana
Automating the Residential Lighting Activation Process Using Arduino
30 Mar 2017 by Marco-Hans Van Der Willik
There are a surprising number of variations on poker rules, making poker an excellent candidate for a SOLID Project, a project illustrating SOLID Principles and related Patterns & Practices.
15 Aug 2012 by Shweta Lodha
A few more interesting concepts like Modules and Views.
9 Nov 2015 by nomi ali
In this article we learn MEAN Stack a combination of open source JavaScript framework. How they work and How can create a single page application using these technologies. We use these JavaScript technologies not only on front end but also on the back end.
5 Jan 2016 by Mujeebur Rahman
Using requirejs to load modules asynchronously in angularjs application.