C
C#
help
✅ i want to save several list to text file
Looking for more? Join the community!
C
C#
help
C
C#
help
Want results from more Discord servers?
Recommended Posts✅ how to move it to abstract classI want to move admin user name & adminpass to abstract class or method
The point is how to compare ❔ ✅ Applying math to programmingHi,
this is not necessarily a C# question and more question towards math and programming. I am using❔ Blazor webassembly app hosted ASP.NET Core 7 test with WebApplicationFactoryI have a Blazor webassembly app hosted in ASP.NET Core 7 that I want to run some tests on.
I'm tryi❔ Output informationI have two constructors that take a surname or surname and a collection with salaries . How can I ge❔ 2 Errors in image downloadingMy code:
```cs
private void button11_Click(object sender, EventArgs e)
{
saveFil✅ write multiple Lists to fileI want to write several items from lists that have same index to text file, what is the easiest way❔ Poor DataGrid performance when using DataTableI'm writing a program that can take any number of different tab delimited csv files, load them into ❔ CSharp Socket Stream StacksThe stream buffer stacks data, instead of receiving, processing, repeating loop.
```csharp
❔ xmlhow to make to my program reads only elements inside "Officer I"?❔ hey i need guidance from a .net expertplease❔ reverse of RemoveAt[index]hi, so my problem is that im itterating through a list of 10 questions, and each time the user has cSome namespace and class questions..```css
namespace Cool
{
class VeryCool
{
static void main(string[] args)
{
✅ Texas holdem pokerHi, I need help with my project to school. My task is to create Texas holdem poker. But I dont know ❔ Sockets - TCPI'm going to implement a TCP listener for RF-V48 (4G GPS Tracking Bracelet) for elders. The device i❔ Problems with colliders...Context:
when a game object with tag "Player" touch other object,
print in console "Func". But that ❔ .NET6 Selenium 4. it’s possible to use Navigate.GoToUrl(url) using http Post?Hi, Im was searching around a solution or approach for use a POST method instead GET when using GoTo❔ Multi-tenant == Roles ?I need clarification whether the RoleManager in IdentityDbContext that manages roles for user author❔ Custom template not showing upI'm trying to create a new custom .csproj template for .NET 7, but I can not seem to get it to show ❔ Is it possible to put a method into a variable and call the variable?like this:❔ Getting error 500 on form post (using fetch)I'm trying to do a form post (posting a model), but my controller is not being called. When I check