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 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...
So.cl is new social community website from Microsoft.
Learn what hardware do you need to build your own Azure stack server in your data center.
Feb 28 - March 2, Washington. Wonder who is attending from C# Corner? Let me know.
In this article I will explain Connecting to an Excel Database & Text File in ADO.NET
In this article I will explain about Font Class in GDI+.
This article explains how to pass proxy server network credentials when downloading files using HTTP.