I want to make a c# application that for example pings a server.
I have a list of 200+ servers. 10 servers I want to ping every 5 seconds, 50 servers I want to ping every 30seconds and the remaining every 1 minute. All data will be stored in a database. How would I go about in seperating these...
Hello I'm learning integration testing and I want to test a 'POST' method from my controller using xunit and WebApplicationFactory But I'm getting this exception
System.Net.Http.HttpRequestException : Response status code does not indicate success: 400 (Bad Request).
This is my Test:
using...
Hello fellow programmers,
why is my game updating at different times, even it shouldn´t?
Here´s the code:
public partial class Form1 : Form
{
bool goLeft, goRight, jumping, isGameOver;
int jumpSpeed;
int force;
int score = 0;
int playerSpeed = 10...
Keep in mind I'm still relatively new to both Visual Studio, and C#, but I'm stuck on that seemed like a pretty simple project at first.
I'm trying to read specific characters from a .CSV file, and turn it into a maze done with simple rectangles. I've gotten completely stuck, and after a few...
As per my understanding, we can reverse engineer any compiled dll whose source language is a .net language like c#,vb.net.
There are many tools availablein the market for obfuscation and prevent reverse engineering of the dll.
I need Image Selection in ListView and Save in Setting in c#.
1:- Add Images in Listview 2:- Save All IMage in a .exe 3:- Run The exe another pc it will run
I want to create dual context menu in c# , And Click the item I want to add Cut, Copy, Paste
private void listView1_MouseDown(object sender, MouseEventArgs e)
{
bool match = false;
if (e.Button == System.Windows.Forms.MouseButtons.Right)
{
foreach (ListViewItem item in...
My Question is Random File will not repeat ,When I Click Rendom File will show "1:. Again I am Click Rendom File will show "2" But In Case show 1,1
Random rand = new Random();
string[] filess = Directory.GetFiles("Select Directory");
string randomFile =...
First Of All I add Directory in Listbox, Like A Directory, B Directory. When User Click the item of ListBox ,Get the full path of Items in C#
Someone modify the code !
Thanks in Advance !
BindingSource listboxsource = null;
public Form1()
{
InitializeComponent();
listboxsource = new...
I am looking for a library that will allow me to create a line graph on which I can draw my own elements. At the end of the method, the plot should be returned as a photo.
We are trying to build a simple API to retrieve some documents from a Cosmos container and send it back as a JSON response. We initially write the code in Python. This worked fine for a single requests(avg response time 500ms) but when we did a load test(300 concurrency) we found that the...
I am looking for server management tool for .Net Web applications like .Net-Core, .Net 5 etc.
PHP Laravel has a similar tool call Laravel Forge. They provide managed web server for PHP, Laravel.
Sr Developer- C#, .NET, SQL, HTML, Java, Angular - REMOTE- 115K
The Position:
Developing software solutions by analyzing business needs by users and data. Primary responsibility is to develop tightly aligned business strategy and capabilities as it relates to architecting and building...
Hi,
I have exported data into excel file using oledb since I cannot use interop or any third party library. Here is my code
''' <summary>
''' Export datagridview's data contained in an data table to excel file
''' </summary>
''' <param...
Hi All,
I'm currently exploring options to provide a front end user to query a database tables by selection which items/filters they want. I came across this product EasyQuery which looks promising. My initial though was simply to use a data grid/or traditional report and then have the user...
I have to write nunit test cases for the huge application made of aspx.cs files tat too in Visual studio 2013 professional , can I auto generate the test cases if possible with this version or any other better ideas to write test cases, as it contains more number of dependencies & complexities
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.