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: 650
Comments: 1
Like: 3
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: 679
Comments: 0
Like: 0
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: 380
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: 803
Comments: 0
Like: 1
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: 670
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
In .NET Core, both filters and middleware can be used to add additional functionality to an HTTP request pipeline. However, there are some differences between the two. In this article we will see uses and differences between them.
Views: 4703
Comments: 1
Like: 1
Posted On: 28-Mar-2023 21:00
Rahul M...
Teacher
4822 Points
23 Posts
The well-known HttpClient class can be easily used, but in some scenario, it isn't does not work properly. Although HttpClient class implements IDisposable even declaring and instantiating it within a using statement is not preferred because when the HttpClient object gets disposed of, the underlying socket is not immediately released, which can cause to a socket exhaustion problem.
Views: 861
Comments: 0
Like: 0
Posted On: 02-Mar-2023 03:36
Rahul M...
Teacher
4822 Points
23 Posts
SEO, or Search Engine Optimization, refers to the practice of optimizing a website or online content to improve its ranking and visibility on search engine results pages (SERPs).
Views: 970
Comments: 0
Like: 0
Posted On: 13-Feb-2023 23:41
Pratibha
Teacher
78 Points
8 Posts
HTML (Hypertext Markup Language) is used for creating web pages and web application. In this article we will see different feature/characteristics of HTML.
Views: 1370
Comments: 0
Like: 0
Posted On: 13-Feb-2023 22:57
Pratibha
Teacher
78 Points
8 Posts
 Log In to Chat