There are many subcategories of AI and each has its own unique set of techniques and applications, and many AI solutions involve a combination of multiple subcategories. Artificial intelligence (AI) i...
Friday, 03 February 2023
In economics, market structures refer to the organizational and competitive characteristics of a particular market. The main market structures are perfect competition, Oligopsony, Monopsony, Monopsony...
Sunday, 29 January 2023
Goodwill on investment refers to the amount paid for an acquisition that exceeds the fair market value of the acquired assets and liabilities. In other words, it is the premium paid by the acquirer ov...
Monday, 23 January 2023
"Value as a Service" (VaaS) is a business model that delivers value to customers on-demand, as a service. VaaS is a concept that originated from the Software as a Service (SaaS) model, where...
Thursday, 19 January 2023
In ASP.NET Core, the MediatR library is a famous open-source library that provides a simple and clean way to implement the mediator pattern for decoupling requests and responses. The mediator pattern ...
Tuesday, 17 January 2023
Microsoft AppFabric Cache is a distributed in-memory cache platform that can be used to improve the performance and scalability of .NET applications. To use AppFabric Cache in your application, you ca...
Saturday, 14 January 2023
We all hear a lot about AI these days; maybe more than before. The public services of AI are more available than before and now everyone can use the services easily. Artificial Intelligence (AI) is ex...
Sunday, 08 January 2023
In today's rapidly evolving and competitive world, it is becoming increasingly important to identify your unique talents and interests and find your niche. Whether you are a professional seeki...
Saturday, 07 January 2023
A web application builder is a feature built into ASP.NET Core that simplifies the process of creating a web application by providing a set of pre-built templates and components that you can use to bu...
Monday, 07 November 2022
Analyzers in .net core are for informing the developers about potential issues in the code. The analyzers have been built into the C# compiler and every framework like asp.net core could have its own ...
Wednesday, 26 October 2022
A sitemap is a file that contains a list of all your website’s pages. It acts as a roadmap for search engines to discover and understand the structure of your website. There are two primary type...
Wednesday, 19 October 2022
Before getting into the detail of documentation tips, let's look at the types of documentation. There are several types of documentation that are commonly used in various fields and industries. So...
Monday, 12 September 2022
API gateways are an essential component in modern software architecture, especially in microservices-based systems. An API gateway serves as a centralized entry point for client applications to intera...
Monday, 08 August 2022
There is a way of implementing yield of C# with a collection. As an example, take a look at the following method:
public IEnumerable<int> GetNumbersWithCollection()
{
List&l...
Monday, 04 July 2022
I created a wallet in offline mode for Bitcoin and Tron networks in my previous posts. To create an Ethereum wallet offline, sign it, and then broadcast it using C#, you can use the following steps:
...
Tuesday, 10 May 2022
As an update to my previous post about creating the Bitcoin wallet by using the Nbitcoin library, for those who are using the newer versions of the library I created a separate method for singing and ...
Monday, 09 May 2022
I recently listened to the audio version of why nations fail twice and it encouraged me to order the paper version of it to have on my shelf as it’s definitely one of those books that should be ...
Monday, 09 May 2022
CoreFX is a foundational library of the .NET Core platform, providing a set of APIs for building cross-platform applications on .NET Core. It includes a wide range of functionality, such as file I/O, ...
Saturday, 23 April 2022