Beginning C# / .NET Questions ( Timers, Strings, and HTTP servers)

I've been a Delphi developer for several years but am trying to learn .NET and C# but I have a few questions...

1) Does C# / .NET have timers I'd like to setup a timer so that a function is called every XX minutes.

2) How can I split a string containing linebreaks into an array (or any other object) For example let's say I have "Hello<CR>To the world!<CR>" then I'd like a[0] = "Hello" and a[1] = "To the world!"

3) Does C# / .NET have any simple built-in HTTP servers I'd like my application to have a built-in webserver for remote configuration (sort of like a router configuration web server)

Thanks for any help!



Answer this question

Beginning C# / .NET Questions ( Timers, Strings, and HTTP servers)