C
C#D2S

✅ Please let me know if you have used VS 2022 before

No description
D
D2S19d ago
Dm me if you have thank you
L
leowest19d ago
just ask your question in here so people can read and be able to answer u, we dont answer via dms
S
2spooky2play19d ago
ive used it dont dm me though
L
leowest19d ago
and pretty much any developer in the c# industry uses or used vs2022 at some point
A
Angius19d ago
I used it once or twice
L
leowest19d ago
@D2S lesson number one of the internet, ask your question directly, dont ask to ask, dont ask if people used X or know Y. Just straight up ask your question. Why? Because people that may know the answer might not be around when u ask it, so by posting the actual question instead of if they know X or have used Y, they can actually answer you when they read it. its unlikely anyone around here will hold your hand thru the whole learning process, what u can do is, watch a video https://learn.microsoft.com/en-us/shows/csharp-fundamentals-for-absolute-beginners/ come here and ask your questions, anyone around is more than whiling to help and guide u in the right direction, that what this discord is for, learning, sharing improving, etc.
D
D2S19d ago
alright tysm
D
D2S19d ago
Does anybody know how to do this here
No description
No description
No description
A
Angius19d ago
That has nothing to do with Visual Studio
S
2spooky2play19d ago
have you tried it yourself? are you stuck anywhere?
N
Nefario19d ago
Yes pretty much we all know this. but first you need to try it yourself like spooky said. and if you stuck like idk 1 hour or 15 minute and don't know how to solved it, then you can ask for some help.
UU
Unknown User19d ago
D
D2S19d ago
Imma try it tomorrow Thx for all of the people supporting me Something urgent popped up so I need to do that first
J
Jimmacle19d ago
fyi you aren't going to be handed an answer to your quiz here
D
D2S19d ago
This quiz is already over I did this last week I am practicing this quiz for my final next week I did not do good on the quiz so I want to take the time to learn from my mistakes and do better in the future
J
Jimmacle19d ago
it's best to be very specific about what you need help with then, because it's not clear what you're asking for here
D
D2S19d ago
alright I will do that
J
Jimmacle19d ago
if you've already done it, a first step might be sharing your solution and asking about parts you got wrong
D
D2S19d ago
It was a complete mess
D
D2S19d ago
C# Fundamentals for Absolute Beginners
Learn C# programming from an expert in the industry. Get the tools, see how to write code, debug features, explore customizations, and more. For newer videos head over to dot.net/videos
D
D2S19d ago
Imma go over this If I need help, I will come back here 👍 I think that is the best approach
L
leowest19d ago
going straight into winforms without knowing the basics wont help u much, that video will go over using vs, the basics etc so its worth going thru it
D
D2S19d ago
alright
Want results from more Discord servers?
Add your server
More Posts
✅ validation pageHow do i make a page link to validation scripts for client side form validation. but no other pages,Blazor Project HierarchyI currently have a server only Blazor project and I am trying to sorta start from scratch by making Dealing with sub-models in request endpoint response patternI'm using RERP (request endpoint response) pattern to structure my api endpoints. Recently I've noti✅ Many-to-many relationship using Entity FrameworkCan I implement a many-to-many relationship using Entity Framework but using a custom intermediary e✅ Using UTF-8 encodingI got a very specific problem. Im writting an aplication in serbian. This is the main method public ✅ Multiplatform UIHello, I am a new c# user. I'd like to build multiplatform gui apps. I was going for MAUI but I see Start an app on fullSreem on macI did this for Windows ``` .ConfigureLifecycleEvents(events => { #if WINDOWS I'm getting a red squiggly line under alphabet.IndexOf() and I don't understand what is the problemI was converting my python code to C# code to see my skill in both and I got a issue on the alphabetCompiling and outputing code as a .dlll during runtimeI have this code but its giving me compilations error ``` (8,17): error CS0012: The type 'Object' iModernizing double loops in C#?In C#, concerning an IEnumerable, is there a better way to handle searching? The code is currently Search in database for more then one column (EFCore, Postgresql)Hello ```csharp if (!string.IsNullOrWhiteSpace(query.Search)) { var searchTxt = $"%{query.SearHow to Read byte by byte until EOF?Hello! I couldn't find an answer on the internet on this question so I guess I will have to ask it. Help binary trees BSThi guys, is there someone available to help me with binary trees and binary search trees ? Thank you✅ ObjectDisposedException without explicit traceHello, I'm getting exception at different moment, but I don't really understand what is happening. T✅ Renaming Model interferes with API controller creationI had a model named Venture that I renamed to Portfolio because I needed another model named Venture✅ Getting a single value in sql dbI am currently making a information system for our project in school and I am stuck at the login par✅ red x on win forms✅ Strange version error with EF.CoreI have a third party exe that references assembly `CTSCore.dll`. It seems to run fine, and when I exRandom temperature curve generation too biasedI'm trying to create a system for a game that would randomize temperature. Not fully randomly, thoug✅ System.IndexOutOfRangeExceptionI tried to insert some rows from my Database and when I run and check in the Form it tells me this: