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.
The .Net DNS class can be used to get a host name or an IP of a given host name. To use DNS class in your project, you need to include System.Net
You can use SmtpMail and MailMessage to send mails in .NET.
In this article, I will discuss how to bind objects such as an ArrayList to a DataGrid control using C#.
Learn how to migrate your applications to Azure virtual machines.
Is Microsoft's TypeScript a failed Language? Google Trends are showing not too much interest in it.
In this article I will explain about using Tab Stops in GDI+.
In this article I will explain about Working with Text and Strings in GDI+.
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.