.NET news » Search results
Search results for query "data" (259):
Microsoft ASP.NET AJAX: Using the UpdatePanel
Visual Studio 2012: Shape Up Your Data with Visual Studio LightSwitch 2012
Windows Azure Insider: Windows 8 and Windows Azure: Convergence in the Cloud
The inaugural edition of our Windows Azure Insider column describes how to build a simple cloud-hosted service to support asynchronous clients, then shows you how easy it is to call into a Web service from a Windows Store application to retrieve data.
Accessing Server-Side Data from Client Script (Part 2)
Today's websites commonly exchange information between the browser and the web server using Ajax techniques. In a nutshell, the browser executes JavaScript code typically in response to the page loading or some user action. This JavaScript makes an asynchronous HTTP request to the server. The server processes this request and, perhaps, returns data that the browser can then seamlessly integrate into the web page. Typically, the information exchanged between the browser and server is serialized into JSON, an open, text-based serialization format that is both human-readable and platform independent.
Adding such targeted, lightweight Ajax capabilities to your ASP.NET website requires two steps: first, you must create some mechanism on the server that accepts requests
from client-side script and returns a JSON payload in response; second, you need to write JavaScript in your ASP.NET page to make an HTTP request to this service you created
and to work with the returned results. This article series examines a variety of techniques for implementing such scenarios. In
Part 1 we used an ASP.NET page and the
JavaScriptSerializer class to create a
server-side service. This service was called from the browser using the free, open-source jQuery JavaScript library.
This article continues our examination of techniques for implementing lightweight Ajax scenarios in an ASP.NET website. Specifically, it examines how to create ASP.NET Ajax Web Services on the server-side and how to use both the ASP.NET Ajax Library and jQuery to consume them from the client-side.
Business Connectivity Services: Consuming External OData Feeds with SharePoint BCS
Touch and Go: Streaming Audio in Windows Phone
Backup and Restore Session in .Net 2.0
Cloud Cache: Introducing the Windows Azure AppFabric Caching Service
Business Web Page Layout Ideas for HTML5 Applications
In most business applications, you create a common look and feel, data entry pages, and a method for navigating through the application. As you begin to work with HTML5, you will want to build these features and take advantage of the features of HTML5 that can make your applications stand out from the crowd. In this article, you will be presented with several common business Web pages that give you an idea of the power of HTML5 and CSS 3.


Syndicate