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.
Explore the crucial differences between Ledger hardware wallets and software wallets. Learn which is best for your crypto security needs and risk tolerance. Understand the trade-offs!
Unraveling Ledger Live's role! Discover if it's essential for your Ledger wallet or just a helpful tool. Learn about self-custody and true crypto ownership.
Unlock crypto security! Learn about recovery phrases: what they are, why they're crucial, and how to protect them. Own your crypto, don't lose it forever!
Worried about Ledger security? This article breaks down how Ledger protects your crypto, the real risks of theft, and how to avoid common mistakes. Stay safe!
Lost your Ledger wallet? Learn exactly what happens, how to recover your crypto safely, and when funds are truly at risk. A clear explanation of Ledger loss scenarios and recovery steps.
Learn what a Ledger wallet is, how it works, and why millions trust it for crypto security. A plain English guide covering private keys, Ledger Live, recovery phrase, and real world usage.
This tutorial explains how to build a class library in .NET Core using C# and Visual Studio 2019.
.NET Core is an open source platform. Tutorial on getting started with .NET Core development using Visual Studio and C#.
Azure Database for PostgreSQL and Azure Database for MySQL bring together community edition database engines and capabilities of a fully managed service—so you can focus on your apps instead of man...
Some people have asked me how to start writing. To be frank, writing a technical article is much simpler than you would think. Here is my simplest advice.
Merry Christmas to all.
Reveals extensive enhancements for simplified application life-cycle management, provides sneak peek at all key focus areas for Visual Studio 2010 and the .NET Framework 4.0.
When applying a composite transformation on graphics objects, the order of transformations plays a vital role. This article shows you various aspects of the transformation order and the results.
Image transformation is exactly the same as any other transformation process. In this section we will see how to rotate, scale, translate, reflect, and shear images.
The System.Drawinging.Pen and System.Drawing.Font classes represent pen and font objects in GDI+.
In this sample example, I draw GDI+ objects on button click.
Alpha blending is a process of mixing colors and generating a transparent affect. To test this, you draw some graphics shapes on a surface and draw image on top of those shapes and you should be ab...
A transformation is a process that changes graphics objects from one state to another. Rotation, scaling, reflection, translation, and shearing are some examples of transformation. Transformations ...
Matrices play a vital role in the transformation process. In GDI+, the Matrix class represents a 3×2 matrix that contains x, y, and w values in the first, second, and third columns, respectively.
This article discusses the color transformations and how to apply Color Matrix on image colors to provide various effects such as gray scale effects, reduce or increase the contrast, brightness, o...