Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6080103
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T11:01:25+00:00 2026-05-23T11:01:25+00:00

I was thinking of using the Visual C# Windows Forms designer to design the

  • 0

I was thinking of using the Visual C# Windows Forms designer to design the UI leaving me to focus on the program functions and logic. (I used to make the UI By hand earlier). So does using the Designer instead of coding the UI By hand cause any extra overhead? (Also will this make my code incompatible with MONO?)

OVERHEAD: Any extra memory , extra startup time, decrease in efficiency and performance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T11:01:25+00:00Added an answer on May 23, 2026 at 11:01 am

    The only thing that happens when you are using a designer, is that the initialization of items on the form will be generated for you (InitializeComponent method) in .designer.cs file. This should not affect performance in any way and it happens only when the form is constructed.

    So unless you have some specific needs or layout calculations, I would not do it by hand but I would use the designer. It’s quick, and visual. And you can see the form layout without needing to compile and run the application.

    I had some experience in creating some layout logic by hand, but I needed dynamically created controls (the amount of controls unknown at design-time). Other than that I don’t see why you wouldn’t use the Designer.

    As for the MONO part, I don’t think it would be incompatible. The designer simply generates the code, nothing else. I am not aware of the full list of the MONO features, but since code generation siply uses layout logic and some other properties of the control – I don’t see how would MONO fail to do the same. But I have no real experience with Mono, so someone should confirm.

    Edit:

    There is also a scenario in which the initialization of certain controls (especially if custom controls) must be initialized in the certain order. Then you can’t rely on initialization of these controls by the designer. However, you can still use the Designer for all other controls in which the order does not matter.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using Visual C# sand I'm using a Windows Form rather than a
I'm using Thinking Sphinx for full-text search, following this video . I'd like to
I am thinking of using a PHP framework called CodeIgniter . One of the
My company are thinking about using Mono for an upcoming product, so we were
I am thinking about using Microsoft Unity for my Dependency Injection tool in our
We're thinking about using the rufus-scheduler gem on a Ruby on Rails project to
I'm thinking about using log4net in a MOSS(SharePoint) 2007 project, but I need to
I was thinking of using these styles for easier cell rollover effects in a
I've been thinking about using extension methods as a replacement for an abstract base
I'm thinking about using the java application object to implement a simple cache, to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.