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 开发者_JAVA技巧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.
I am gonna disagree Darin, and say it's much easier to embed Silverlight applications onto a web.
Silverlight can deployed on pretty much any webhosting company, while ASP.NET requires special hosting.
you can use asp.net check this video How to Create a Web Site with Visual Studio HTML Control Tab and this Creating a Visual Studio Web Application
精彩评论