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.
This article talks about various options available in Visual Studio 2013 to debug and test Windows Store apps.
TwInbox is an Office Outlook plugin that allows you to tweet from your Outlook. It is a fully-featured, powerful Twitter client at your fingertips without having to open any other applications. TwI...
This code snippet shows how to set a button state in Windows Forms.
Learn how Generative AI is transforming software development by automating code reviews, improving refactoring, and generating accurate documentation. Discover tools, techniques, and best practices...
Windows Azure Toolkit for Windows Phone 7 allows Visual Studio developers to build WP7 applications that targets cloud.
Microsoft is focusing on productivity in Windows Phone 8. Here are some features introduced in codename Mango at TechEd.
Explore the potential risks of using AI for code generation, from code quality and security risks to skill erosion and legal uncertainties.
This article talks about the future of Windows Forms, a library that is used to build Windows client applications.
Migual has founded a new company that will support all Mono development but has nothing to do with Novell and previous companies.
There has been a big debate going on about beginner versus advanced articles. I totally understand that most of us take a pride in what we do.
The Microsoft .NET Framework 3.0 (formerly WinFX), is the successor of .NET Framework 2.0 and new managed code programming model for Windows. This blog talks about .NET 3.0 and various new technolo...
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