On August 15, 2024, India celebrated its 78th Independence Day, marking a significant moment in its history. This day commemorates India's independence from British rule, which was achieved on August 15, 1947, following a long struggle led by Mahatma Gandhi and other freedom fighters.
Views: 724
Comments: 2
Like: 2
Posted On: 25-Jul-2024 04:05
Smith
2890 Points
78 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: 1515
Comments: 3
Like: 1
Posted On: 03-Jan-2024 22:57
Smith
2890 Points
78 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: 1150
Comments: 1
Like: 1
Posted On: 02-Jan-2024 22:46
Smith
2890 Points
78 Posts
Cognitive Complexity is a measure of how difficult a unit of code is to effortlessly understand . Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and understand. In this article, we will see how to reduce/calculate cognitive complexity during development.
Views: 3581
Comments: 2
Like: 1
Posted On: 06-Oct-2022 02:38
Smith
2890 Points
78 Posts
ASP.NET 6.0 is a Long Term Support Version (supported for three years). The previous version, .NET Core 3.1 support will be finalized in December 2022, and support for .NET 5 will be ended May 2022. This article explains how to update an existing ASP.NET Core 3.1 project to ASP.NET Core 6.0.
Views: 11357
Comments: 2
Like: 2
Posted On: 28-Jun-2022 23:52
Smith
2890 Points
78 Posts
.Net Core 2.0 and higher version has native method String.Replace that supports StringComparison. The StringComparison has the OrdinalIgnoreCase property and it treats the characters in the strings to compare as if they were converted to uppercase (using the conventions of the invariant culture) and then it performs a simple byte comparison and it is independent of language. This is most useful when replacing strings that are generated programmatically or when comparing case-insensitive resources such as paths and filenames.
Views: 4185
Comments: 0
Like: 1
Posted On: 27-May-2021 06:08
Smith
2890 Points
78 Posts
The StringComparison has the OrdinalIgnoreCase property and treats the characters in the strings to compare as if they were converted to uppercase (using the conventions of the invariant culture) and then it performs a simple byte comparison and it is independent of language. This is most useful when comparing strings that are generated programmatically or when comparing case-insensitive resources such as paths and filenames.
Views: 5662
Comments: 0
Like: 0
Posted On: 27-May-2021 06:07
Smith
2890 Points
78 Posts
There are major changes in tinymce 5. It this article we will migrate file manager integration in to tinymce 5. Url dialogs (earlier tinymce.activeEditor.windowManager.open) are now supported using tinymce.activeEditor.windowManager.openUrl function.
Views: 3722
Comments: 1
Like: 1
Posted On: 26-Dec-2020 22:03
Smith
2890 Points
78 Posts
MongoDB is the popular NoSql database out there and is comparatively easy to use in conjunction with .Net and .Net Core with the official driver. MongoDB is not a relational database, but we can do a left outer join by using the $lookup aggregation stage. In this article we will see left outer join as Mongo $lookup Operator and with C# driver and LINQ syntax.
Views: 21487
Comments: 3
Like: 3
Posted On: 31-May-2020 00:43
Smith
2890 Points
78 Posts
The INNER JOIN term is used in RDMS when we want to fetch records from two or more tables. And it selects records that have matching values in both tables. It this article we will create Linq as well as Lambda-expression to fetch the records.
Views: 7484
Comments: 0
Like: 0
Posted On: 11-Apr-2020 23:46
Smith
2890 Points
78 Posts
 Log In to Chat