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 Hour 8 part of the Mastering WPF DataGrid in a Day series, I will demonstrate how to use CRUD operations in a DataGrid.
How to upgrade your Windows 8 to Windows 8.1. It is free.
XAML ToolTip element represent a ToolTip of control that can be set using the ToolTip property of a WPF control. Here are some code examples of how to show tool tips of controls in WPF.
In my last article, we saw how to work with the DataGrid columns. In this Hour 7 part of Mastering WPF DataGrid in a Day series, I will cover the use of a data template in a DataGrid.
This article demonstrates how to use an AccessText control in WPF using XAML and C#.
Coinbase has launched a regulated ICO platform giving U.S. retail investors early access to digital tokens. This move marks a new era where crypto fundraising becomes as mainstream as IPOs.
Microsoft is developing a new class of AI agents, digital employees that think, plan, and act like humans inside your organization. Here’s how these agents work, what they mean for the future of wo...
Learn what Azure Quantum is and how quantum computing is a part of Azure now.
XAML <TreeView> element represents a TreeView control in WPF. Here are a few XAML TreeView code examples.
I am heading to New York City tomorrow and will be providing live coverage from the event. Stay tuned!
In my last article, I demonstrated how to use some of the basic columns functionality. In this Hour 6 part of Mastering WPF DataGrid in a Day series, I will cover some of the advanced functionality...
A DateTimeUpDown control allows us to increment or decrement the value of a DateTime using up/down keys, button spinner or the mouse wheel. The increment or decrement value depends on the current v...
Real estate tokenization offers liquidity and global investor access, but it also brings regulatory, technical, and market risks. Learn the main risks of tokenizing property and how to mitigate the...
Explore how Real World Asset (RWA) tokenization has already raised hundreds of millions in real estate. Learn from successful projects like Aspen Coin, RealT, Lofty AI, and Blocksquare, and see how...
Understand the legal and regulatory landscape of Real World Asset (RWA) tokenization for real estate. Learn how property owners can issue compliant tokens, raise funds, and attract investors safely.
Learn how real estate owners can unlock liquidity through Real World Asset (RWA) tokenization. Discover leading case studies, technology models, compliance, and how Mahesh Chand helps property owne...
Artificial intelligence (AI) is rapidly transforming the healthcare industry, enabling the development of new precision medicine approaches that can tailor treatments to individual patients. Here...
Angular and React are both high-performance JavaScript frameworks for building web applications. However, there are some key differences in their performance characteristics.
This is a reference tutorial of XAML ListBox element with code examples written in XAML and C#.
This code snippet gets number of days in a month and in a year using the DateTime class in C# and .NET.