Showing posts with label apps. Show all posts
Showing posts with label apps. Show all posts

03 December 2019

MVC - Practicing Futility in Application Development

Ugh. So i'ts been 2 weeks that I've been reading like crazy all these tutorials that don't tell me what I really want to know, don't make it easy to understand, and aren't helpful. I've read through three different tutorials, and maybe it's just because I do it different and am resistant to change that I can't find what I want to do, and am stuck trying to figure out how to do it all the new way because that's the way they designed it.

What the hell are you talking about? You may be asking.

Web programming.

HTML was easy. C# with ASP was easy. Make a web form. Great, totally got that down.
But now, to do it better, I have to learn MVC. Model/View/Controller. Really, it's a lot of what I was doing in ASP, view on one page, codebehind on another. CodeBehind pulls data from a database and feeds it to the View.

But now there's another step, and another whole concept on how to do stuff, and very poor documentation on how to update your brain.

I have a simple way of doing things. My brother-in-law wrote a small function that pulls data from a database and saves it to a dataset. It works in windows apps, it works in CodeBehind on web pages. Works. Works great. And I want to continue to use it, because I can use SQL queries and stored procedures to pull the data I need.

But to my understanding (albeit only 2 weeks worth) of MVC, they want me to have a mapped database that I pull data from to my model. But when I try, it breaks all my stored procedures. Great. Then let me pull the data to a dataset. I can. Now map it to the model. No. Why? Don't know, no one can tell me.

Ugh.

Just had to get that out. Back to it. Due in 5 hours.

Read more...

20 September 2019

Hey, Microsoft! When did you move to Texas?

I don't know about you, but it annoys me that when Microsoft replaces a piece of software with a different piece of software, they make it BIGGER.

The two most recent examples I have are the snipping tool, and the switch from Skype to Teams.



That is each block minimized to their smallest window size. The New Snip & Sketch is twice as large. Then we look at Skype v. Teams.



that is the smallest the teams window will go. i don't know about skype, because it's no longer on my pc, but that skype window above is about right. pretty sure i can make it smaller. Anyway, there it is. almost twice as large. 

Hey, Microsoft. I love your stuff, but not everything has to be sized for a tablet.

Thanks,

Soulie

Read more...

  © Blogger templates The Professional Template by Ourblogtemplates.com 2008

Back to TOP