I’ve been learning C# this week by building a few simple financial forms and I’d like to put them on a website, but some Google searches didn’t come up with any useful information. What would be the best way to embed the applications I’m building into a website?
If it matters, I’m currently learning in C# Express, but I have access to Visual Studio Professional as well.
ASP.NET is actually the best way of putting .NET applications on a web page. If you want more richness and interaction you could always use Silverlight. If you have a specific programming related question with an actual problem you are encountering you could always use StackOverflow.