In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
This article mainly explains "how to use ASP.NET to build a simple Digg client application", the content of the article is simple and clear, easy to learn and understand, the following please follow the editor's ideas slowly in depth, together to study and learn "how to use ASP.NET to build a simple Digg client application" bar!
Create a new Silverlight application using VS 2008 Let's start the development of our Digg application by selecting the File-> New Project menu item in Visual Studio 2008 and creating a "Silverlight Application" using the new project dialog box (Note: you need to download and install VS 2008 Silverlight tool after Beta1 release to get this support):
We named the project "DiggSample". After clicking the OK button, Visual Studio displays another dialog box that allows us to choose whether we just create a Silverlight application project, or add a server-side ASP.NET Web project to the solution that contains the Silverlight application:
In this routine, we will choose to add another ASP.NET Web Application project to the solution and name it "DiggSample_WebServer". After clicking OK, Visual Studio will create a solution for us, which includes a Silverlight client application and an ASP.NET Web server application:
If we do a compilation, Visual Studio will automatically copy the compiled Silverlight application to our web server project without manual steps or configuration. The default web server project created by VS for us contains an ASP.NET page and a static HTML page, which we can use to run and test the Silverlight application.
Note: Silverlight applications can be used on any web server (including Apache on Linux), hosted in static HTML files or any server-side generated web pages (including PHP, Java, Python, Ruby, etc.). In this Digg sample, we will not write any server-side code, but will use Silverlight's cross-domain networking functionality to directly access the API of the Digg service. I chose to create an ASP.NET Web server project, mainly because I wanted to get automatic deployment and use its built-in web server for testing.
Thank you for reading, the above is the content of "how to build a simple Digg client application with ASP.NET". After the study of this article, I believe you have a deeper understanding of how to use ASP.NET to build a simple Digg client application. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.