SharePoint manage user profiles in different ways that are challenging for the Admins. Let's find the steps to manage SharePoint user profiles by Admin Center.
Views: 361
Comments: 1
Like: 1
Posted On: 29-Jan-2024 04:26
Rohit
0 Points
0 Posts
While filling up a password input field, there comes a situation where we want to see what we have typed till now. To see that, there is a checkbox click on which makes the characters visible. In this article we will see how to Hide/Show passwords using both JavaScript and jQuery.
Views: 452
Comments: 2
Like: 2
Posted On: 27-Jan-2024 07:00
beginer
Member
1328 Points
43 Posts
We can add consent cookie banner using blazor component in .net 8.0. In this article we will see example to add consent cookie footer with accept button.
Views: 546
Comments: 3
Like: 0
Posted On: 03-Jan-2024 22:57
Smith
None
2568 Points
74 Posts
Azure Key Vault enables us to securely store and manage secrets such as API keys, credentials or certificates. In this article we will see how to add vault secrets (those are required during build/restore processes) in Azure pipelines.
Views: 330
Comments: 1
Like: 1
Posted On: 02-Jan-2024 22:46
Smith
None
2568 Points
74 Posts
In this article, we will see concept for achieving algorithm. And we will see how it's an odd number series and odd number series formula.
Views: 1148
Comments: 2
Like: 5
Posted On: 18-Aug-2023 04:49
Priya
Participant
936 Points
28 Posts
In MongoDB, a multi-document transaction allows you to perform multiple read and write operations on multiple documents within a single transaction. This ensures the atomicity, consistency, isolation, and durability (ACID) properties of the transaction. In this article we will see it with an example.
Views: 1010
Comments: 2
Like: 1
Posted On: 08-Jul-2023 04:33
Rahul M...
Teacher
4822 Points
23 Posts
In MongoDB, a transaction is a sequence of read and write operations performed on the database that should be treated as a single atomic unit of work. Transactions ensure data integrity by guaranteeing that either all operations within the transaction are applied or none of them are. In this article we will see how to use transactions in mongoDB.
Views: 592
Comments: 0
Like: 0
Posted On: 08-Jul-2023 02:00
mongo
Participant
84 Points
8 Posts
.NET MAUI (Multi-platform App UI) is a cross-platform UI framework for building native apps using .NET and C#. It is the evolution of Xamarin.Forms, a popular UI toolkit for building mobile apps that run on multiple platforms. With .NET MAUI, developers can create a single codebase that targets multiple platforms, including iOS, Android, macOS, Windows, and Linux. In this article we will see in detailed.
Views: 1003
Comments: 0
Like: 2
Posted On: 23-Apr-2023 22:15
Pratibha
Teacher
78 Points
8 Posts
In JavaScript, a variable is a container that can hold a value or a reference to a value. Variables are used to store and manipulate data within a program. In this article we will see different types with examples.
Views: 987
Comments: 0
Like: 0
Posted On: 20-Apr-2023 22:41
Pratibha
Teacher
78 Points
8 Posts
Authentication is the process of identifying a user or client making a request to our application. Authorization is the process of determining whether a user or client has access to a specific resource or functionality within our application. In this article we will see how to authenticate and authorize ASP.NET API endpoint by using JWT token. And we will use ASP.NET Identity framework to store user credentials in an SQL server database, and we will use Entity framework and Identity framework for database operations. Also, we will be donwload project files from the article download link.
Rahul M...
Teacher
4822 Points
23 Posts
 Log In to Chat