Different Types of Delegates in C#
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...
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...
Below I will explain how to configure the Email setting for your blogengine website when you host in the GoDaddy server. First, log in to Admin side using URL:www.yourdomain.com/admin In the left...
Here we discuss some of the common issues faced by most people when they start hosting their blog using BlogEngine.Net.For the basic installation setting please refer to setting up BlogEngine. I a...
What is Binding? It defines the connection between the UI of the application( HTML) and the data coming from some business logic through components. Here we will discuss different types of bind...
The basic building blocks of an Angular application are: Components Modules Component It is the combination of Data, HTML template, and Logic for showing the data. Component=Data+HTML Tem...