Angular – Shared Feature Module

Overview When a SPA get pretty large in size, it’s not uncommon to break up parts of the application into Feature Modules (Link to Tutorial). To avoid rebuilding the same components for each module, components can be shared with a “Shared Feature Module“. This module will be eager loaded and imported into each feature Module

How to Retrieve Active Directory Data With ASP.NET C#

Introduction Welcome to our blog! In today’s post. This is a quick How-To for programmatically getting information from Active Directory. Using ASP.NET C#, there is a way to list all the groups a user is a member of. Active Directory, a directory service developed by Microsoft, plays a crucial role in managing users, groups, and