practical asp.net web api
... selectors. Chapter 9: Hosting ASP. NET Web API ough ASP. NET Web API includes ASP. NET in its name, it is not tied to the ASP. NET infrastructure. In fact, ASP. NET Web API is host-independent. is ... does not mean WCF is meant to be replaced by ASP. NET Web API. Both WCF and ASP. NET Web API have their own place in the big picture. ASP. NET Web...
Ngày tải lên: 01/08/2014, 16:44
... API 4 Hello, ASP. NET Web API! Now that you have a 10,000-foot overview of RESTful Web API, let us look at how ASP. NET Web API can help you build RESTful Web API or web services. ASP. NET Web API is ... Microsoft’s ASP. NET Web API web site (http://www .asp. net/ web- api/ overview/security/ authentication-and-authorization-in-aspnet -web- api) ....
Ngày tải lên: 24/04/2014, 15:47
ASP NET web developer's guide
... Delivering ASP. NET Pages 18 Running ASP. NET Web Pages 19 Obtaining and Installing .NET 19 Creating Your First ASP. NET Application 20 Debugging ASP. NET Applications Debugging under classic ASP was ... Controls 98 Using ASP. NET Web Controls 100 Developing ASP. NET Web Forms When you develop an ASP. NET Web form, you can use the following type of controls: ■...
Ngày tải lên: 20/08/2013, 15:09
... System .Web; using System .Web. Security; using System .Web. UI; using System .Web. UI.WebControls; using System .Web. UI.WebControls.WebParts; using System .Web. UI.HtmlControls; using Microsoft.Reporting.WebForms; using ... List<NetIncome> _netIncome; public IncomeByCountry() { _netIncome = new List<NetIncome>(); _netIncome.Add(new NetIncome("Canada", 305001, 230050))...
Ngày tải lên: 05/10/2013, 08:48
Tài liệu Module 7: Creating an ASP.NET Web Application pptx
... Securing an ASP. NET Application 24 Deployment 37 Lab 7: Creating an ASP. NET Web Application 38 Review 39 Module 7: Creating an ASP. NET Web Application Module 7: Creating an ASP. NET Web Application ... information between pages. Lead-in Like ASP, ASP. NET allows you to share information using session and application variables. 26 Module 7: Creating a...
Ngày tải lên: 11/12/2013, 14:15