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.
|
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 |
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 |
.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.
|
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 |
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.
.net-6.0asp.net-web-apijwtauthenticationauthorizationsql-serverentity-framework-coreidentitydownload-file
Views:
2005
Comments: 11 Like: 6 Posted On: 04-Apr-2023 04:52 |
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 |
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.
|
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).
|
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 |