In this post, I am going to show you how to create a WCF application without using the config file. Let’s start the tutorial. Open visual studio and create a new console application Right-click on the project and add a ref…
In this post, I am going to show you how to use jquery in asp.net to select the checkbox of the Checkbox List < %@ Page Language = " C# " AutoEventWireup = " true " CodeFile = " RadioButtonLis…
In this post, we will delve into the concepts of DataContract serialization and XML conversion in .NET. We’ll start by exploring how to export a DataContract into an XSD (XML Schema Definition), followed by a demonstration of …
In this post I will show how to add the static item to the dropdownlist like a dropdown that displays one static item such as “select” while the rest of the items are data-bound, then checks out the code below: Set the Appe…
In this post I will discuss how to use anonymous and lambda expression in .net. Imagine we have a simple example in c# that simply add two numbers. using System ; using System . Collections . Generic ; using Syst…
The three-tier architecture has evolved to enhance code management, content organization, and overall performance in web-based applications. This architectural pattern divides the application into three distinct layers: Presenta…