Use of Adapter Design Pattern in C#
The Adapter Design Pattern is a structural design pattern that allows objects with incompatible interfaces to work together. It acts as a bridge between two incompatible interfaces by converting th...
The Adapter Design Pattern is a structural design pattern that allows objects with incompatible interfaces to work together. It acts as a bridge between two incompatible interfaces by converting th...
Feature management is a powerful technique that allows developers to enable or disable features in an application dynamically. This approach is particularly useful for rolling out new features grad...
In this blog post, we’ll explore the use of IValidatableObject in C# for performing various types of validation within a request object. We’ll cover simple validations like email and telephone, val...
Thread synchronization is a crucial aspect of multi-threaded programming, ensuring that multiple threads can access shared resources without causing data corruption or inconsistencies. In this blog...
Delegates are a powerful feature that allows you to pass methods as arguments to other methods. They are essential for designing extensible and flexible applications. In this post, we’ll explore va...
iText7 is a powerful library to create customized pdfs. In this article, we will discuss generating pdf using some of the cool features of this library. The main advantage of itext7 is that, it giv...
Validation is one of the essential parts of any api development, below will discuss some of the common usage scenarios of Fluentvalidation. Note: The main idea of this post is to make you famil...
ActiveMQ Apache ActiveMQ is the most popular open source, multi-protocol, Java-based message broker. It supports industry standard protocols so users get the benefits of client choices across a br...
Apache Camel Camel is an Open Source integration framework that empowers you to quickly and easily integrate various systems consuming or producing data. Camel supports most of the Enterprise Inte...
If you are new to Blogengine and want to know how to set up blogengine for your new website check here. After setting up our blog site using BlogEngine people stuck on how to use custom fields. Th...