I\'ve got a wpf \"console\" application with the following application class: public partial class App : Application
I have a console application I wrote in C# that polls multiple devices, collects some data, and stores the information on a database. The application runs on our web server, and I was wondering how to
I have written a program in C# that runs the Pythagorean Theorem. I would love some help on allowing the program to accept decimal points from the user input. This is what I have.
I wrote a DLL file that does some database work, and have tested / used with a winforms app, and was sending important debug messages through Console.WriteLine(\"xxx\");.Now I\'m using the DLL in anot
In web apps, there are these nodes and attributes: <system.web> <compilation debug=\"false\" />
im going to create a KEylog applicati开发者_运维知识库on that enables me to write all data typed(keys pressed) on a text file/database how can i do this without focus on the windows app/console app?
How would I go ab开发者_JAVA百科out modifying my c# console application to retrieve values or have methods or events triggered by a shell command.
I have a shared class library which is being used by an asp.net web application and a console application.
I have an application that takes a bunch of data and processes it in a series of cycles that are very time consuming. The finished result should be accessible via an HTTP API. I decided to create a co
I have a asp.net MVC 2 website. I would like to call a web page (http://localhost/main/SendEmail) with a C# Console Application.