开发者

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 开发者_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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜