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 code snippet shows how to get all installed speech synthesis voices on a computer using Speech API in WPF and C#.
In this article I will give you introduction about GDI+.
Anybody tried Adobe Air SDK yet? I found it interesting specially if you are not a Micorsoft lover.
Deep Zoom Composer allows you to quickly import your own images, arrange and position them to your liking, and export the final output as either a Deep Zoom Image or Collection that can be fed into...
AWS leads the cloud market with approximately 31-33% share, while Azure follows closely with about 23-25%, showcasing strong growth and adoption in enterprise environments.
List.Reverse() method of List<T> reverses the order all items in in the List. The code example shows how to reverse a List<T> using C#.
This blog talks about how to add reference to the WPF Toolkit Extended Assembly.
Recently, I have been working on a WPF application that has some Windows and Pages. A Page is hosted within a Windows in an XBAP application.
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...
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.