I have a question about onStart() method with windows service. Do I put main execution code in onStart() method? It looks like it will not start until it executes all code within onStart() method. I have a thread started in the onStart() method and it is infinite so Service never starts. Where...
I am trying to implement .Net Remoting to have Windows Server acting as a server for hosting the object and have some client application to connect to the server when needed to activate and use the object. I am new to both windows services and .Net Remoting so it is a challenge to implement...
Can the windows service be categorized as managed service. I am just trying to figure out if I can use .net remoting to host the object on the windows service.
I am trying to design a system that connects and communicates remotely to the windows service written in C#.Net. In details what I am trying to accomplish is to have some user interface being located on one machine to communicate (perhaps using SOAP) with windows service written in C#. Net. I...
Thank you very much for detailed response. It looks like a good idea when you want to manulaly create chema for every file. I am looking for something that can parse generic unknown format csv files. I think I will give up looking for the library and create my own.
Thanks anyway
Does anybody know any good free third-party CSV parser modules? I am surprised that MSDN does not have any classes to parse CSV, it is so common procedure.
Thank a lot
I have a case where I tried everything and I am stuck on finding right solution. I will appreciate any suggestions.
Here is a scenario. I am sending XML request to the server and receive response as a stream what is a zip file.
I am trying to get the CSV file that is zipped. How do I get to...
Does anybody know if there are any libraries that will let you open file directly from remote FTP server rather than go in steps of transferring it to local machine and then opening it from local machine.
Thank you for any information
I have a stream and instead of writing it to the file I would like to create a string that contains data from the stream. Can I do it. TextWriter to String conversion will work for me too.
Thank you
I am trying to create an application that will give the user an option to choose time to schedule certain task that will be called as a method and must run according to specified schedule by user.
Could you please recommend me what would be the best approach for this problem.
I had 2 ideas...
I was wondering if VS has such feature that lets you see the graph all pictorial representation of all objects and classes and shows theirs relationship in terms of what inherits form what and what gets overloaded and so on. It would be nice to heave that feature for massive projects with...
I need to determine if a given domain exists or not. How can I code this in C#. I am given a domain like msn.com. All I need is to run the code passing domain and return if it valid or not. I guess I should to use Dns.GetHostByName, but I am not sure what would be the best solution for it...
Thanks a lot.
I already have this simple validation written. I am trying to find something more robust and sophisticated.
Thanks for you advice anyway.
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.