.Net
Nunit testing error
which line is it happening on? which line is line 30? I think the error is being thrown in GetPerson(), perhaps there isn’t a record where id=1 in the database? I checked my database again Read more…
which line is it happening on? which line is line 30? I think the error is being thrown in GetPerson(), perhaps there isn’t a record where id=1 in the database? I checked my database again Read more…
Where is this theme https://marketplace.visualstudio.com/items?itemName=J-Flepp.JFleppVsThemeDarkYellow Oh I like this! Installing it now. As a color blind person Enums and Keywords look exactly the same. I just installed the extension but how can you to apply Read more…
Hello, my question is pretty straight forward and pretty much in the title, but I am expecting that the solution is not. I am making a chat in a windows forms project, and I want Read more…
I have noticed that it is almost always possible to make a method be static or local. Right now, I am working on the assumption that methods should be local when (I think) it doesn’t Read more…
Hi, I am retrieving some products from DB and I ended up with this: Is there any way to merge those two queries to just single one? I know I can just retrieve all objects Read more…
I took a trip over to Leetcode for the first time the other day. I’ve never really done algorithms and data structures before so I went over to the easiest question I could find. I Read more…
Main question: what’s the comp of Bay Area C# devs and years of experience? Right now I work in the hardware industry making ~$250k total per year with about 10 years of experience. We use Read more…
Vs code and visual Studio code are exactly the same thing Yes, they are just normal text files. You could even use the cli and do your programming in VSC If you actually mean VS Read more…
Hi guys, for a c# project im working on, i am drawing a Graph with Microsoft.Office.Interop.Excel; When i draw the graph and set its source, i set its range to the first to columns(a and Read more…
I am trying to create a custom webhook application and can’t seem to figure out how to call it. At this point i just want it to prove that it is started and can receive Read more…