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.
Do you love your Apple products? How about gold and diamond loaded laptop, iPad and iPhone?
C# Optional parameters allows us to define methods with optional arguments that are not required to pass by the caller. Learn how to pass optional parameters in C#.
How to compute SHA256 Hash in C#. Hashing (also known as hash functions) in cryptography is a process of mapping a binary string of an arbitrary length to a small binary string of a fixed length, k...
Design patterns are commonly used design practices in software engineering. This article explains when to use design patterns and which design patterns.
Office 365 now has My Office page.
In this article, you learn how to use the Index type in C#. The Index type is used to index collections and arrays. It provides a way to specify indices relative to the end of a collection, making ...
How to get and set an item of a List in C#. The Item property gets and sets the value associated with the specified index.
The LastIndexOf method returns the last index of an item if found in the List.
Understand Azure Machine Learning Workbench and see what is new and how it works.
Oculus just announced React VR, a React based framework to build virtual reality Web applications.
In short term, the future of ASP.NET is bright. But in the long run, the future of ASP.NET does not look bright at all.
How to fix Windows cannot find 'instalutil' error.
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.