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: August 2, 2025, 4:54 pm

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MVC .NET Labelfor
#15
RE: MVC .NET Labelfor
(May 30, 2016 at 1:10 pm)KevinM1 Wrote: In contrast, I hated web forms.  The page life cycle, in particular, was idiotic.  MVC is much, much simpler and elegant.

Yes, I struggled with the page life cycle, because I didn't understand it.  I can almost guarantee that any new Web Forms programmer will have some frustrations.  That being said, now that I understand how pages are built, I really can't think of any useful thing I can't do-- and very quickly. 


Example: I want to let users upload images, then record a slideshow.  I make a user control for uploading the images, using jQuery UI for sliders which I will use to scale and position the images, then I will use a C# codebehind on a button event to crop and process the uploaded image.  Now, I make a "record slideshow" control which displays each picture in turn and checks if the page is being viewed by an Android device (i.e. running my Android app which has an embedded browser).  Javascript records the times at which I change pages, synching them with the audio I'm recording.

The result: in 3 minutes, I can make a slideshow, with Audio. Time from conception to online functionality: about a day.

I don't know much about MVC, but I can almost guarantee you don't know anyone who could do that in a day. That's because design with a good web forms programmer is lightning fast. And sometimes, development speed matters.
Reply



Messages In This Thread
MVC .NET Labelfor - by ErGingerbreadMandude - May 26, 2016 at 10:25 pm
RE: MVC .NET Labelfor - by bennyboy - May 29, 2016 at 2:42 am
RE: MVC .NET Labelfor - by ErGingerbreadMandude - May 29, 2016 at 3:52 am
RE: MVC .NET Labelfor - by Marsellus Wallace - May 29, 2016 at 4:28 am
RE: MVC .NET Labelfor - by ErGingerbreadMandude - May 29, 2016 at 2:14 pm
RE: MVC .NET Labelfor - by Marsellus Wallace - May 30, 2016 at 9:22 am
RE: MVC .NET Labelfor - by bennyboy - May 30, 2016 at 12:10 pm
RE: MVC .NET Labelfor - by Marsellus Wallace - May 30, 2016 at 12:14 pm
RE: MVC .NET Labelfor - by Jackalope - May 31, 2016 at 2:58 am
RE: MVC .NET Labelfor - by bennyboy - May 29, 2016 at 7:19 am
RE: MVC .NET Labelfor - by ErGingerbreadMandude - May 29, 2016 at 2:12 pm
RE: MVC .NET Labelfor - by Jackalope - May 29, 2016 at 1:56 pm
RE: MVC .NET Labelfor - by ErGingerbreadMandude - May 29, 2016 at 2:10 pm
RE: MVC .NET Labelfor - by KevinM1 - May 30, 2016 at 1:10 pm
RE: MVC .NET Labelfor - by bennyboy - May 30, 2016 at 8:31 pm
RE: MVC .NET Labelfor - by IATIA - May 30, 2016 at 1:26 pm
RE: MVC .NET Labelfor - by KevinM1 - May 30, 2016 at 10:50 pm
RE: MVC .NET Labelfor - by bennyboy - May 30, 2016 at 11:35 pm
RE: MVC .NET Labelfor - by KevinM1 - May 31, 2016 at 10:37 am
RE: MVC .NET Labelfor - by bennyboy - May 31, 2016 at 12:05 pm
RE: MVC .NET Labelfor - by KevinM1 - May 31, 2016 at 11:12 am
RE: MVC .NET Labelfor - by KevinM1 - May 31, 2016 at 12:51 pm
RE: MVC .NET Labelfor - by bennyboy - May 31, 2016 at 8:04 pm
RE: MVC .NET Labelfor - by KevinM1 - June 2, 2016 at 11:39 pm

Possibly Related Threads...
Thread Author Replies Views Last Post
  The devil argues for Net Neutrality Sterben 6 1303 December 13, 2017 at 3:18 am
Last Post: Sterben
  Another Net Neutrality thread Sterben 7 1346 December 8, 2017 at 9:02 am
Last Post: Edwardo Piet
  Thank god, I finished this MVC project finally ! WinterHold 6 1597 April 4, 2015 at 10:28 pm
Last Post: bennyboy
  .NET vs JAVA Marsellus Wallace 28 7994 March 30, 2015 at 4:25 pm
Last Post: bennyboy



Users browsing this thread: