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.
How to Set Width of a Page in a WPF Application.
The AWS Start-up Challenge is an annual competition designed for young, promising start-ups to get noticed and compete for a chance to win $100,000 in cash and credits. Start-ups that are using the...
In this article I will explain you Data Set and Data View objects in ADO.NET.
The UAE has announced the exemption of cryptocurrency transfers and conversions from value-added tax (VAT), effective November 15, 2024, with retroactive application from January 2018. This move ai...
Learn how to get a portion of a string array in C#.In C#, you can extract a portion of a string array using array slicing or LINQ. Here are examples of both methods.
Apple, Google, and Bing pay tribute to Steve Jobs.
In general, if your PC can run Windows Vista, it can run Windows 7. But if you're not running Windows Vista, or are just not sure if your system is ready to run Windows 7, there's a quick way to do...
Elevate is a Boost-like library for .NET that features many utilities and high performance tools that may be of value to developers.
This article explains how to create your first C# program.My First C# Program" is a simple introductory program often created by beginners learning the C# programming language. It serves as a ...
In C#, ArraySegment is a struct that represents a segment of an array. It provides a wrapper around an array and a range of indices, allowing you to work with a subset of the array without creating...
Learn how to use threads in C#.
In this article, you will learn about 10 Dos and Don’ts of Copy and Paste Code.
ImageViewer is an open source project written in WPF and C# that allows users to view images and manipulate them.
XAML is the universal language for WPF, Silverlight, and Windows Store app user interfaces. In this article, we will learn how to create and use styles on UI elements using XAML.
CNN's Sara Sidner has a sneak peak at India's new bargain tablet that's designed with students in mind.
In this tutorial, you will learn how to read and write XML documents in Microsoft .NET using C# language.
Console.BackgroundColor and Console.ForegroundColor in C# and .NET Core sets the background color and foreground color a the console. This code example shows how to change the foreground and backg...
The Hyperlink element is an inline-level content element that is used to add a hyperlink to a FlowDocument contents. You can add hyperlink support to any Inline element.
Cortana is Microsoft's AI assistant built-in to Windows 10 devices. Cortana now will also be available via speaker. C# and .NET developers can start building Cortana skills using Visual Studio ...
Recently, I needed to customize the default Title bar of a WPF Window. The Windows class in WPF does not support customization on the title bar.