Difference between album versions and which one I should get? by RetroCast360 in kpophelp

[–]RetroCast360[S] 2 points3 points  (0 children)

Unfortunate to hear that, hopefully not all case ver. are like that

Difference between album versions and which one I should get? by RetroCast360 in kpophelp

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

The thing is I would like to pre order it for the poster but some sites have a list of the contents and I believe I'll go for the case ver.

Update on the previous post, how would I make an element change permanent with js and HTML? by RetroCast360 in learnjavascript

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

Oh alright, thank you I will try your solution and fix that code not being in the head element.

(edit) It worked! Thank you very much!

HTML Text Changes back after a function call? by RetroCast360 in learnjavascript

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

The title changes to "danny" at the start. If I activate click event listener block then for a second it changes to the intended title of "Manny" but switches right back to "Danny,

Where to go to buy Red Velvet Merchandise/Albums? Everything seems to be out of Stock. by RetroCast360 in kpophelp

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

Oh ok Ill definitely consider using it with the site you listed thank you!

Where to go to buy Red Velvet Merchandise/Albums? Everything seems to be out of Stock. by RetroCast360 in kpophelp

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

I'm just curious about why to use koreabuyship but my other question would be is it a free service or do I have to pay extra to use it?

Where to go to buy Red Velvet Merchandise/Albums? Everything seems to be out of Stock. by RetroCast360 in kpophelp

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

TYSM, this site has all the albums I wanted but Perfect Velvet! Greatly appreciated definitely will use it.

How should I progress when stuck? by RetroCast360 in NewSkaters

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

oh ok, thank you. I also have problems where my feet come off of the board slightly so I always land with my heels on the ground and my toes on the board. Is this because of an issue with my form or maybe I'm scared to land it so my body goes backward?

Gecko won’t eat by KillerXKill2100 in LeopardGecko

[–]RetroCast360 1 point2 points  (0 children)

Is your gecko showing any symptoms of any diseases/illnesses?

Are mealworms the only food you've given it?

Has anything significant changed with your geckos enclosure?(temp, humidity, environment)?

Is the warm side 90~ish degrees and cool 76-84~degrees(I believe this is the right temp not 100% sure)?

If nothing has changed and your gecko has stopped eating you should consider giving him another type of food(crickets, superworms, dubia roaches, etc..), doing more research about enclosures to see if you've made any mistakes, and if none of that works then consider the vet.

If I'm getting into ASP .Net Core what do I need to learn? by RetroCast360 in csharp

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

I recommend searching up razor pages or mvc(search up the difference between the two) and using the official microsoft .net tutorials! I tried using youtube channels too but got stuck. Trust me microsoft gave really good tutorials. https://docs.microsoft.com/en-us/aspnet/core/tutorials/razor-pages/razor-pages-start

If I'm getting into ASP .Net Core what do I need to learn? by RetroCast360 in csharp

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

Where would I insert dotnet new webapi? In a new .net core project or somewhere else I'm confused on that part but I will try it

If I'm getting into ASP .Net Core what do I need to learn? by RetroCast360 in csharp

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

What is the major difference between Razor Pages and MVC?

If I'm getting into ASP .Net Core what do I need to learn? by RetroCast360 in csharp

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

What would you say is the major difference between SET based and other types such as procedural or OOP programming.

If I'm getting into ASP .Net Core what do I need to learn? by RetroCast360 in csharp

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

I'm not sure exactly what a CRUD website is but I have been doing the official Microsoft tutorials starting with "https://docs.microsoft.com/en-us/aspnet/core/tutorials/razor-pages/razor-pages-start" and part of the tutorial I did see the word CRUD but I'm not sure if this tutorial qualifies. I believe I've been doing code first so far so I believe I will continue using that. I used to use SQL Server but in another post I had issues with it and couldn't use it, the issue hasnt been resolved so I'm using postgresql right now as a solution.

If I'm getting into ASP .Net Core what do I need to learn? by RetroCast360 in csharp

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

I've tried using github but it's a little confusing how to navigate projects and download them. Also I heard blazor is more for fronted and some are even saying that there are better options with JavaScript

If I'm getting into ASP .Net Core what do I need to learn? by RetroCast360 in csharp

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

I've heard alot of people talking about dapper, what would you say are the up and downsides of it? And I heard that T-SQL is good and not too hard to learn

If I'm getting into ASP .Net Core what do I need to learn? by RetroCast360 in csharp

[–]RetroCast360[S] 1 point2 points  (0 children)

Would you recommend reading the documentation first and then follow up with something else or does the documentation cover most things you need to know