简体   繁体   中英

How to put a C# application on a webpage

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 .

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM