Blog

Filter posts by Category Or Tag of the Blog section!

Technical Skills, Software Development, Real World Solutions, Enterprise Applications.
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
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
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
In my previous post, I considered creating a wallet in Tron network and of course singing and broadcasting it. Now it’s possible to do the same in the Bitcoin network by using NBitcoin. Look at ...

Friday, 22 April 2022
Regardless of what your job is, and what you are doing for life, you should be focused! No one with a distracted mind can do a great job. There are some jobs out there that force you to be more focuse...

Wednesday, 13 April 2022
If you have worked with blockchain technology for cryptocurrencies; the scenario of creating a wallet and broadcasting it to the network is approximately similar. Maybe they would be different in some...

Sunday, 20 February 2022
DevSecOps (short for development, security, and operations)  is an approach that integrates security practices and principles into the DevOps (Development and Operations) methodology. It aims to ...

Friday, 04 February 2022