Founder C# Corner. Founder & CEO Mindcracker Inc. Investor, Advisor, Board member of several startups and non profit foundations. Try to implement emerging technologies when trying to solve the next problem.
In this article I will explain about DataTable, DataColum and DataRow classes in ADO.NET.
Code examples of the most effective ways to concatenate strings in C#.
C# string interpolation is used to format and manipulate strings. This feature was introduced in C# 6. Using string interpolation, we can use objects and expressions as a part of the string interpo...
Here is code example of how to iterate through all enum values in C#.
In this article, you will learn how to enable Bluetooth on windows 11.
In this article I will explain about using ADO.NET Data Providers.
In this article I will explain Connecting to a Data Source in ADO.NET.
Latest happening at PDC
This article discusses how use cookies in WPF Applications using C#.
Getting a message that says 'load cannot follow more than 20 redirections' means something is going wrong with a website you're trying to visit. In this article, we will learn how to fi...
Anthropic, a research company founded by former OpenAI employees, has developed a new type of AI that it says can give people âsuperpowers.â The AI, called agentic AI, is designed to help people ac...
A dynamic array in C# does not have a predefined fixed size. Here is a code example of dynamic arrays in C#.
The Image class represents the WPF Image control that is used to display images in WPF. The <Image> element of XAML is used to create the Image control at design-time. The code example in thi...
Read this article to learn what top 10 skills you need to become a great software developer.
Windows 8 gets 8.8 in review on the Verge.
If you have $500K, you get direct US green card without any questions asked.
In this article, youâll get a broad view of the ADO.NET architecture and the basic building blocks of ADO.NET and ADO.NET data providers.
The next version of Visual Studio is Visual Studio .NET.
Bulk copying of data from one data source to another data source is a new feature added to ADO.NET 2.0. Bulk copy classes provides the fastest way to transfer set of data from once source to the ot...
The out and the ref parameters are used to return values in the same variables that you pass an an argument of a method.