Angius
Angius
Explore posts from servers
CC#
Created by CarlJohnson on 9/6/2024 in #help
Need help with a bug
The debugger will be your friend
16 replies
CC#
Created by CarlJohnson on 9/6/2024 in #help
Need help with a bug
I don't see you limit damage to 100 anywhere
16 replies
CC#
Created by Cydo on 9/6/2024 in #help
What is considered enough knowledge to start applying?
async/await is a must if you want to go anywhere near web projects
24 replies
CC#
Created by Cydo on 9/6/2024 in #help
What is considered enough knowledge to start applying?
If you can do it, congrats, you're ready
24 replies
CC#
Created by Cydo on 9/6/2024 in #help
What is considered enough knowledge to start applying?
Make a simple blog application with ASP.NET Core, backed with SQLite database, using EF and all that jazz, without following a tutorial
24 replies
CC#
Created by CarlJohnson on 9/6/2024 in #help
✅ map structure for my exercises
Right-click the solution —> new —> project
23 replies
CC#
Created by CarlJohnson on 9/6/2024 in #help
✅ map structure for my exercises
Will be easier to handle in VS 2022 btw, with VS Code you'll have to use the CLI to manually add new projects to the solution, IIRC
23 replies
CC#
Created by CarlJohnson on 9/6/2024 in #help
✅ map structure for my exercises
MyCourseWork
|— Week01
| |— Week01.csproj
| |— Program.cs
| :
|— Week02
| |— Week02.csproj
| |— Program.cs
| :
|— MyCourseWork.sln
|— .gitignore
MyCourseWork
|— Week01
| |— Week01.csproj
| |— Program.cs
| :
|— Week02
| |— Week02.csproj
| |— Program.cs
| :
|— MyCourseWork.sln
|— .gitignore
23 replies
CC#
Created by CarlJohnson on 9/6/2024 in #help
✅ map structure for my exercises
One solution - multiple projects
23 replies
CC#
Created by CarlJohnson on 9/6/2024 in #help
✅ map structure for my exercises
Like, your own Dictionary<TKey, TValue>?
23 replies
CC#
Created by naoto on 9/5/2024 in #help
I DESPERATELY NEED HELP GETTING STARTED
So it can't be that much longer, can it?
572 replies
CC#
Created by naoto on 9/5/2024 in #help
I DESPERATELY NEED HELP GETTING STARTED
Been a good while since they released the movie, though
572 replies
CC#
Created by naoto on 9/5/2024 in #help
I DESPERATELY NEED HELP GETTING STARTED
It is, we just don't know when, yet
572 replies
CC#
Created by naoto on 9/5/2024 in #help
I DESPERATELY NEED HELP GETTING STARTED
Can't wait for S2
572 replies
CC#
Created by naoto on 9/5/2024 in #help
I DESPERATELY NEED HELP GETTING STARTED
Oh yeah
572 replies
CC#
Created by naoto on 9/5/2024 in #help
I DESPERATELY NEED HELP GETTING STARTED
Yeah lol
572 replies
CC#
Created by naoto on 9/5/2024 in #help
I DESPERATELY NEED HELP GETTING STARTED
You can do
int x;
x = 69;
int x;
x = 69;
or
int x = 0;
x = 69;
int x = 0;
x = 69;
but it's just useless code, You can just do
int x = 69;
int x = 69;
like you've been doing
572 replies
CC#
Created by naoto on 9/5/2024 in #help
I DESPERATELY NEED HELP GETTING STARTED
No, you can do it on one line
572 replies
CC#
Created by naoto on 9/5/2024 in #help
I DESPERATELY NEED HELP GETTING STARTED
So double M2 = ...
572 replies
CC#
Created by naoto on 9/5/2024 in #help
I DESPERATELY NEED HELP GETTING STARTED
It has never actually been declared anywhere
572 replies