This is second part of the tutorial ‘Web Services with ASP.NET’. Please go through Web Services with ASP.NET–Part-I before you continue further.
Consuming a XML Web Service
Exposing data and logic as SOAP to disparate systems across the world becomes simple with the help of ASP.NET. But users are not limited to consuming XML Web services only into ASP.NET application. Web Services can be consumed in Windows forms, mobile applications, databases and more. But here we show the example of how to consume a web service from a .net based web application. Again we are describing the whole process step by step. Read more…
Introduction
Web services are a new way of performing remote method calls over HTTP with the use of Simple Object Access Protocol (SOAP) . It becomes very easy for us to use all of this with the help of .Net framework. This tutorial covers building XML Web services and how we can consume XML Web service interfaces and integrate them into ASP.NET applications. But first we examine what is Web service some of the underlying technologies such as SOAP, WSDL and more.
Objective
The main objectives of this tutorial are
a.Give a simple idea about XML web service and the backend technologies.
b.How to build XML web service with the help of Visual Studio 2008
c.How to consume the web service within a web application built in .Net
We will cover the first two portions in Part-I of this tutorial and Part-II will cover the remaining portion. Read more…
Arunava is an experienced .NEt developer with very good knowledge of ASP.Net Chart Control. He has added some very good tutorials on
Microsoft Chart Control Tutorial
Advanced features of ASP .Net Chart Control
Recently he created a quiz on ASP .net Chart control Quiz which you will find helpful to test your knowledge on chart controls.
This is the second part of .Net chart control and this is going to cover some advanced topic. Please go thorugh Microsoft Chart Control Tutorial before you continue this.
Introduction
In this tutorial we will discuss some advanced features on .Net chart control. As our previous tutorial covers the basics of chart control, we will not discuss those same things over here. Here we focus on the advanced features primarily based on two examples:
1. Creating .Net chart from the data of an XML file
2. Creating .Net chart only by configuring ‘ChartArea’ sectionof the control from the source page
Both of these two examples also show you different features of .Net chart .
Displaying XML data using .Net chart
We are going to mention the steps one by one to create the same things in your machine for practice: Read more…
Skill-Guru has started adding tests on microsoft technologies to its repository. Thanks to Aaron for adding the .NET interview questions. Hope to see some more questions and contributions from our users