Our server costs ~$56 per month to run. Please consider donating or becoming a Patron to help keep the site running. Help us gain new members by following us on Twitter and liking our page on Facebook!
Current time: May 17, 2024, 7:17 pm

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Advice Sought for Web Programming
#14
RE: Advice Sought for Web Programming
The attraction of Web Forms is the similarity to Windows Forms programming. What you said about event handling is true, though. Once you understand the page life cycle (and the goofy order that individual controls cascade through events at different stages), things get a lot easier. Until then, you get stupid stuff like buttons that need to be clicked twice, or dynamically-added controls that disappear on postback, or conflict between your AJAX controls, etc.

My experience with Web Forms is this: it's VERY easy to design and reuse custom controls, and it's very easy to visually design a page quickly. MVC is going to be nice as you get into a heavy project and find things nice and organized (by force), but I think Web Forms with good programming practices is still very powerful. Once you've designed your uber controls, drag 'n' drop feels so goood. Smile
Reply



Messages In This Thread
Advice Sought for Web Programming - by AFTT47 - March 26, 2015 at 12:16 pm
RE: Advice Sought for Web Programming - by bennyboy - March 26, 2015 at 7:39 pm
RE: Advice Sought for Web Programming - by AFTT47 - March 26, 2015 at 7:57 pm
RE: Advice Sought for Web Programming - by bennyboy - March 26, 2015 at 8:38 pm
RE: Advice Sought for Web Programming - by AFTT47 - March 26, 2015 at 8:43 pm
RE: Advice Sought for Web Programming - by WinterHold - March 28, 2015 at 9:54 am
RE: Advice Sought for Web Programming - by bennyboy - March 29, 2015 at 10:01 am
RE: Advice Sought for Web Programming - by AFTT47 - March 29, 2015 at 12:19 pm
RE: Advice Sought for Web Programming - by bennyboy - March 29, 2015 at 5:14 pm
RE: Advice Sought for Web Programming - by Jackalope - March 29, 2015 at 12:59 pm
RE: Advice Sought for Web Programming - by AFTT47 - March 29, 2015 at 7:45 pm
RE: Advice Sought for Web Programming - by Aoi Magi - March 30, 2015 at 2:00 am
RE: Advice Sought for Web Programming - by KevinM1 - April 4, 2015 at 6:02 pm
RE: Advice Sought for Web Programming - by bennyboy - April 4, 2015 at 10:41 pm

Possibly Related Threads...
Thread Author Replies Views Last Post
  The Web SimpleCaveman 24 1098 January 9, 2024 at 5:29 pm
Last Post: brewer
  [Serious] Coronavirus plotting on a web map WinterHold 6 1070 May 26, 2021 at 5:29 pm
Last Post: BrianSoddingBoru4
  bots and the change of the web. WinterHold 29 2530 June 20, 2020 at 11:26 am
Last Post: Abaddon_ire
  How to make a "span" across the diagonal of a web-page? FlatAssembler 6 994 May 26, 2020 at 2:54 pm
Last Post: Abaddon_ire
  Solar System simulation: my latest web app. WinterHold 8 1030 February 7, 2020 at 2:49 pm
Last Post: WinterHold
  [Serious] Multiple Sclerosis Map: my latest web project WinterHold 22 3112 October 4, 2019 at 10:02 am
Last Post: WinterHold
  Fire TV advice, please. Gawdzilla Sama 22 2145 November 8, 2018 at 10:44 am
Last Post: Gawdzilla Sama
  Is front-end web development dying? WinterHold 18 1634 September 10, 2018 at 12:28 am
Last Post: KevinM1
  Welcome to McAfee Web Advisor popups... Rev. Rye 5 3063 June 4, 2017 at 5:31 pm
Last Post: Jackalope
  Here's a simple programming problem for you to solve ErGingerbreadMandude 44 5234 April 28, 2016 at 10:02 am
Last Post: ErGingerbreadMandude



Users browsing this thread: 1 Guest(s)