Setting up Password Expiration Notifications for Active Directory users using AD Web
Setting up Password Expiration Notifications for Active Directory users using AD Web Read More »
You may be notice that your Active Directory domain controller misbehaves pointing to replication issue. You may sometimes wonder that you are just with a single DC and why replication issue.
Open the Service accounts page as logging in as admin. Select a project, or create a new one. Click + Create service account. Fill up the Name and description on your own. And click CREATE AND CONTINUE.
Setting up Gmail OAuth (2LA) for your web application Read More »
We often need to set IIS as Reverse Proxy server especially when you host some self-hosted web application in your server. You may not want them directly appear your web application instead you want to route
Setting up IIS as Reverse Proxy for the .Net Core Kestrel Web Server Read More »
As we all know that Magento from 2.2 requires many dependencies including elasticsearch, there are many confusions on what PHP dependencies that Magento needs. Here are clear list of dependencies…
PHP dependencies for Magento Open Source and Adobe Commerce. Read More »
As the term suggest Smart Contracts are really Smart enough in Blockchain and it is the power house that enables Blockchain to be so powerful in terms of security. It can be recovered from other locations…
Solidity Smart Contracts and Blockchain Read More »
The ASP.NET Core Kestrel web server is configured by default to run at port 5000 so you can access it using http://localhost:5000. However in production you may need it run with different port or https URL….
Configuring endpoints at https with SSL certificate for ASP.net Core Kestrel Web Server. Read More »
An in-memory database is a data storage system that holds all of its data in the main memory of the host. The main difference between a traditional database and an in-memory database relies upon where the data is stored. Even when compared with solid-state drives (SSD), random access memory (RAM) is exponentially faster than disk access.
What is In-Memory Database (IMDBs), how does it work and the advantages? Read More »
As we know that .Net Core can be deployed into any platform including server less cloud platform here we are going to talk about deploying in Ubuntu Server with Nginx as reverse proxy. DotNet Core offers…
Deploying .Net Core apps in Linux with Nginx reverse proxy. Read More »
System.DirectoryServices is a fork built over System.DirectoryServices.Protocols. And this is a pattern that simplifies the tasks easier. System.DirectoryServices.Protocols (S.DS.P) interacts directly with the low level
System.DirectoryServices vs System.DirectoryServices.Protocols, which is best? Read More »