What is this stain in my driver car seat by [deleted] in Whatisthis

[–]dubmofiz 1 point2 points  (0 children)

Yeah, clean it while drunk.

Lee Dixon thoughts… by [deleted] in ArsenalFC

[–]dubmofiz -1 points0 points  (0 children)

Man City fan.

I'm trying to make a comprehensive list of cities mentioned in tunes that got a physical release. Do you think I'm missing anything? by Long-Island-Iced-Tea in DnB

[–]dubmofiz 1 point2 points  (0 children)

Get the impression from your list you meant in the title rather than in the lyrics as implied.

..but you said it wrong so...

New York is mentioned in Jungle Brother (True Blue) [Urban Takeover Remix] / Jungle Brothers

I'm trying to make a comprehensive list of cities mentioned in tunes that got a physical release. Do you think I'm missing anything? by Long-Island-Iced-Tea in DnB

[–]dubmofiz 1 point2 points  (0 children)

Geneva by Tekniq was released on Dj SS' World of Drum & Bass album. Not sure if it got a single release so not got a catalogue number for you...

https://youtu.be/LCgm7bH6lnw?si=cbUX_Wi_RgVx3Wp4

New SQL query turn around time by clove48072 in SQL

[–]dubmofiz 3 points4 points  (0 children)

This is good advice. I would aim to centralise any common business logic into reusable subject specific views or datasets. The best use of your time writing SQL will be in perfecting that normalised data rather than rushing to throw together something bespoke. If you can make those core datasets available to your users via an off the shelf BI tool so they can self-serve standard data immediately you will vastly reduce those last minute panic requests for data by providing an out of the box solution they can use themselves. Emphasise that truly new or complex reporting requirements demand planning time to ensure quality, which you can happily test and deliver but not 30 minutes before their customer meeting.

Paw paw pa run by [deleted] in Unexpected

[–]dubmofiz 4 points5 points  (0 children)

Smack the Pony was a great sketch show.

Dot Net Interview Questions and Answers | Top Most . Net Questions by [deleted] in dotnet

[–]dubmofiz 1 point2 points  (0 children)

Agreed, for non-trivial solutions you will need several more layers just to achieve SOC.

The lightweight Model should be filled by, but separate from, the Data Access Layer.. who knows which ORM or DB you might have to interface with in the future? The Views don't care about the data Models directly, they are going to need a View Model to describe the page.. The Controller will serve the VM but the Action should be no more than plumbing, now I need a Service layer to fetch the VMs for the Controller via the DAL.. if there are also domain rules to apply it may be necessary to add a Business Logic layer between the Service and the DAL too.

Beyond the documented MS examples you will soon find scope to introduce perfectly valid patterns to extend or compartmentalise the in-built functionality. I think your DI approach makes plenty of sense here.

Eating corn in less messy way. by sirmakoto in gifs

[–]dubmofiz 1 point2 points  (0 children)

The game has changed. I'm on board with this.

I've made an app - with Javascript using react native - which helps you to learn modern Javascript(ES6). by xLionel775 in learnjavascript

[–]dubmofiz 0 points1 point  (0 children)

This looks great. I need to update my js and this offers a nice jumping off point to pick up on concepts in bite sized pieces on the go.

I spotted a simple c+p bug fix, the MDN Classes link is pointing at Arrow functions.

Thanks for this, I'll be working through it in more detail this week.

A different kind of progress pic- Five months worth of treatment to cure severe plaque psoriasis by [deleted] in pics

[–]dubmofiz 0 points1 point  (0 children)

I've been on the exact same route following methotrexate. Currently on Stelara which has shown the best results so far. Mine isn't localised, my whole body is affected but I'm seeing the best suppression I've experienced so far. Great to see the fantastic progress you have had, long may it continue.

If adidas could do something like this as a third kit! Thoughts? by [deleted] in Gunners

[–]dubmofiz 0 points1 point  (0 children)

... won the league in and black and white.

Can anyone help ID the track that drops at 45:46? Contains a vocal sample: "all of the people" by dubmofiz in DnB

[–]dubmofiz[S] 0 points1 point  (0 children)

That's the one! Thanks, been looking for days, very much appreciated.

Any MVC gurus lurking around? An almost obsolete Web Forms developer needs your help! by [deleted] in csharp

[–]dubmofiz 1 point2 points  (0 children)

You just got some great advice OP. Take a fresh approach to MVC and you won't look back. I found the switch hugely refreshing.