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.
Cloud Native refers to building and running applications that fully leverage the cloud environment—using technologies like containers, microservices, and CI/CD to ensure scalability, flexibility, a...
Can AI write production-ready code? Yes—but with limitations around security, context, and quality that require expert human oversight.
I am setting up my new laptop and just installed Outlook 2010. I was looking for a way to enable and disable spell checker before an email is sent, Here is the solution.
This code snippet shows how to get difference between two dates in C#.
If you have ever played sounds in your applications, you must be familiar with PlaySound() WIN32 function. Prior to .NET 2.0, there was no way to play sounds thorugh the managed API. The SoundPlaye...
This quick tip shows how to create a scrollable ASP.NET DataGrid.
The code snippet in this how do I shows you how to get all available printers in C#.
The code snippet in this how do I shows how to create an image thumbnail in C# and GDI+.
How to create a Balloon Tooltip in C# and Windows Forms
This article shows how to convert an array to a comma delimited string in C#.
This article summarizes the new and updated features of ADO.NET 2.0, which ships with .NET Framework 2.0. In my following articles I will discuss these features in more details with sample examples.
ChatGPT works by predicting the next word in a sentence using a large neural network trained on massive amounts of text data, allowing it to generate human-like responses.
Discover how Generative AI (GenAI) is transforming software engineering by boosting developer productivity, accelerating product delivery, reducing costs, and improving code quality. This guide exp...
Learn what is new in the Bot framework.
Learn best practices and how to architect IoT solutions with Azure.
It has been almost a year since I wrote Google is winning smart phone war but things have changed since then. Google is losing the Tablets war and it may be too late to come back.
Discover how AI and generative AI (GenAI) are revolutionizing professional learning by enabling personalized content, real-time feedback, and smarter career guidance. Learn how to stay ahead with A...
.NET Core is a free and open-source platform for building software applications. This article explains what .NET Core is and key features of .NET Core.
Learn about .NET, its features, and what you should be using .NET for.
In this step-by-step tutorial, you will learn how to create reports from a Database using a DataSet, the ReportViewer control and Visual Studio 2005. Create reports using ReportViewer control.