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 the ADO.NET Disconnected Classes.
In this article, I’ll show you how to work with different data sources (or database) using the ODBC .NET data provider. You’ll see how you can use the ODBC.NET data provider to work with MySQL, Ora...
This article shows you how you can write data from a database to an XML file using DataSet.
In this article I will explain working with DataSet Events in ADO.NET.
In this article I will explain about DataAdapter in ADO.NET.
In this article I will explain getting a Database Schema.
In this article I will explain about Parameters in ADO.NET.
Get a table properties such as column names, types etc using DataColumn and DataTable.
Introduction to Azure, overview, and cool features
Learn Azure from Scott Guthrie
What collection initializers are and how to implement them in C# 3.0.
How to play music in the background within IE on Windows 8 machine.
In this article I will explain about GDI+ Namespaces and Classes in .NET
This article is for GDI programmers. To build on your exiting knowledge, we will compare and contrast GDI and GDI+.
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.