glhays
glhays
CC#
Created by Staynk on 3/7/2025 in #help
Not understanding this lesson
reduce is actually known as refactoring.
31 replies
CC#
Created by Staynk on 3/7/2025 in #help
Not understanding this lesson
He declares a variable named message as a string type set initially to Hello.
31 replies
CC#
Created by Staynk on 3/7/2025 in #help
Not understanding this lesson
That's why it is called a variable
31 replies
CC#
Created by Staynk on 3/7/2025 in #help
Not understanding this lesson
Nope
31 replies
CC#
Created by HyperPixel on 3/5/2025 in #help
Can someone tell me what am i doing wrong?
CurrentAmount = Capacity in the FillAll method?
15 replies
CC#
Created by Moha on 3/2/2025 in #help
Bank code
Remove the space a before the semi-colon while (choice != "yes" && choice != "yes." && choice != "no" && choice != "no.") ;
170 replies
CC#
Created by Moha on 3/2/2025 in #help
Bank code
In most cases this will be an error ;}
170 replies
CC#
Created by Nexen on 2/25/2025 in #help
FromForm list of classes issue
Where are you talking about having proper input fields? Postman?
3 replies
CC#
Created by Fillip on 2/24/2025 in #help
How to run project
There is nothing stopping you from downloading VS Community edition and running the solution. But I would very hesitant on doing any work on the project and sending it into the this team for production purposes. That will violate the license terms.
32 replies
CC#
Created by Fillip on 2/24/2025 in #help
How to run project
Agree ultimately it's time to bring current.
32 replies
CC#
Created by Fillip on 2/24/2025 in #help
How to run project
I am not a Rider user, but what about using it.
32 replies
CC#
Created by Faker on 2/22/2025 in #help
Is it possible to change Migrations folder path when updating database using UI tools for EF Core
You might get some good pointers from this. https://code-maze.com/aspnetcore-multiple-databases-efcore/
28 replies
CC#
Created by Faker on 2/21/2025 in #help
✅ Should we include database name in connection string when creating new db using EF core ?
With out seeing your EF setup it is hard to say exactly what you have going on with setup and tear down(if any) of your db.
25 replies
CC#
Created by Faker on 2/21/2025 in #help
✅ Should we include database name in connection string when creating new db using EF core ?
Yes, and if your using EF it will either create that db if not exists and apply the migrations or if exists use it.
25 replies
CC#
Created by ВВассралман on 2/20/2025 in #help
Ef core seed (data)
I sensed based on the sample code provided this is using Identity in some way and seems to be bypassing the built-in managers. I agree and disagree with GUID's, there is controversy when to use and not use over PK <int>'s most of what I understood it revolves around large datasets and the indexing of GUID's is not ideal. SQL Server by all means can auto-populated a GUID PK with the NEWID() as well you can have EF use it with the HasDefaultValueSql(NEWID()) conventions. I see many of the Online streaming services using GUID's for ID's, maybe that's why their so damn slow.... 🤦‍♂️
123 replies
CC#
Created by ВВассралман on 2/20/2025 in #help
Ef core seed (data)
Use valid guids, you can generate them via https://www.guidgenerator.com/
123 replies
CC#
Created by ВВассралман on 2/20/2025 in #help
Ef core seed (data)
This IdentityUserRole<?????> sb IdentityUserRole<string> just noticed that in your code.
123 replies
CC#
Created by FilozoFMiłośnikSzopów on 2/19/2025 in #help
Setting up .net identity email sending
Let us see the register endpoint code?
8 replies
CC#
Created by FilozoFMiłośnikSzopów on 2/19/2025 in #help
Setting up .net identity email sending
@FilozoFMiłośnikSzopów ^^^
8 replies
CC#
Created by FilozoFMiłośnikSzopów on 2/19/2025 in #help
Setting up .net identity email sending
Ignore the Google setup your past this part.
8 replies