Social Platform

Designing a Social Network Platform in C#

In this tutorial, we’ll learn how to design an interactive desktop application in C#. We’ll design a social network for this tutorial. Designing Social Network:

Tools Required for Designing Social Network :

  1. Visual Studio 2012 or latest version.
  2. Guna Ui Framework.

Steps to Follow:

  1. First of all we’ll create a new windows forms application project in Visual Studio.
  2. Select your form and change the Auto Scale property to None, so that the form will not change its size when the font are changed.
  3. Change the window state property to maximized and fonts to Century Gothic or any font of your choice.
  4. The colors which I’ve used for this demo are,
    • 44, 50, 68 (for Top and left most panel background)
    • 50, 58, 78 (for Second Left Panel.)
    • 237, 241, 244 (Main Form background).
    • 255, 0, 66 (Button background and border color).

Please follow the steps below to design the interface.

Video Tutorial:

Designing Social Media App

Source Code:

You can download the source code with images and other resources from the link below.

Thanks for Visiting Us. Please don’t forget to subscribe to our YouTube Channel C# Ui Academy.