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 you about Visual Studio .NET and XML support.
This article demonstrates how to navigate through XML documents using C#.
In this article, I will show you how to use XmlTextWriter class to create an XML document and write data to the document.
In this article I will explain you how to read an XML document in C#.
Hey guys, we have created a new ideas/suggestions section where we can suggest new ideas and vote the suggested ideas. What do you think?
This article explores the key risks of exposing proprietary code and internal data to AI models, including potential data leakage, IP loss, compliance violations, and security threats. It also prov...
Sending data to external Large Language Models (LLMs) raises critical concerns around data privacy, security, intellectual property exposure, and regulatory compliance. Organizations must adopt bes...
The meaning of a real party is "when you hang out with a group of people and enjoy the company and surroundings. You enjoy it so much that you forget all your problems. You just live in the mo...
In this article, I will show you how to exchange two DataGrid columns by dragging and dropping.
In this article, I will discuss some DataGrid customization tips such as how to I get the name and index of the column headers and how do I find out if mouse click right click was on a column.
In one of my reports, I had to change the format of a column programmatically depending on the value of the column.
If you create a report with memo field in Visual Studio 2003 and check Suppress if Dupliate checkbox, you will notice the suppress on memo field does not work. This tip shows how to do it.
Crystal Reports does not provide a CheckBox conrol. This small tip shows how to create a CheckBox for a boolean column in Crystal Reports.
This article covers customized sorting and a DataGrid column hiding programmatically.
This tip shows how to change the color of a Chart in Crystal Reports based on some conditions.
Failed to load database information. Details: The database DLL 'crdb_adoplus.dll' could not be loaded.
Sub Reports in Crystal Reports do have report headers but do not support page headers. Wonder why? We can mimic the functionality with the help of a formula and a Group.
This code snippet shows how to set an image as background of a Button control using C#.
Learn how to build a high-performing AI/ML engineering team from the ground up. This step-by-step guide covers defining your AI vision, hiring key roles, setting up infrastructure, implementing bes...
Here is a good list of resource related to printing in C# using GDI+.