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.
Life has many challenges. To become successful, one must not fear them. Lot of do not know this but after dropping from school, Steve Jobs visited INDIA and returned to USA as a Buddhist and still ...
With integration with Visual Studio 2010 and Office 2010, Sharepoint 2010 is much more valuable and useful then ever.
A detailed tutorial on how to use a dictionary in C# with code samples.
This tutorial explains you how to add toolbars to a form, load images to the toolbar buttons, and writing event handlers for toolbar buttons.
WPF Menu control is represented by the Menu class in C#. This menus tutorial and menus code examples explain how to use menus in WPF using C#.
What is the Object Initializer in C#. Object initializers is the easiest and fastest way to assign values of an object's properties and fields. An object can be initialized without explicitly c...
Code Liama is an AI code generator created by Meta.
We are looking for volunteers to build C# Corner Mobile app.
Windows common dialogs are a vital part of Windows applications. A typical common dialog provides a built-in out-of-box functionality similar to the common dialogs found in the Windows operating sy...
Google Gemini is an artificial intelligence e (AI) project from the Google AI team. It is a large language model (LLM) that is expected to be more powerful and versatile than previous LLMs.
In this article you will learn about the top 10 website security testing tools.
Windows 8 Supports USB 3.0
Google Bard is Google's AI assistant. Learn what Google Bard can do and how to use Google Bard.
The BitConverter class in .NET Framework is provides functionality to convert base data types to an array of bytes, and an array of bytes to base data types.
Learn how to copy data to clipboard in C# and read data back from the clipboard.
Let's understand a community and C# Corner, and how community can help you.
As expected, Microsoft is doing everything to make Windows 8 launch and Windows Store app filled up before the launch.
Visual Studio LightSwitch is a new addition to the Visual Studio 2010 family that allows you solve specific business needs by enabling you to quickly create professional-quality business applicatio...
The C# FileInfo provides methods to work with files. In this article, you'll learn how to use FileInfo in C#.
The “using” keyword in C# is one of the best friends of programmers but many of us may not realize this. The “using” keyword is used in two cases – First when importing a namespace in your code and...