|
|
-
|
|
Objective
This article will give a quick walkthrough on how to consume a WCF REST Service in ASP.Net Web site.
Create a WCF REST Service.
Consume the Service in ASP.Net Web Site
Create a WCF REST Service
Step 1
Create a WCF application. To create a new application File -> New -> Web->......
|
|
-
|
|
Normally when we host a WCF Service i9n IIS and while browsing we get the below frustrating screen
Error message in above screen is very clear. We need to add MIME type for .SVC extension.
To solve above problem
Open command prompt as Administrator
Navigate to C:Windows\Microsoft.Net......
|
|
-
|
|
Objective
In this article we will see,
How to apply Jquery on HTML table?
How to check and uncheck all the checkboxes?
How to check how many numbers of checkboxes are checked?
How to disable and enable the checkboxes.
Suppose we have a HTML table as below.
And HTML for above table is a......
|
|
-
|
|
PART#1 of this article is here
Objective:
This article will explain how to return values in call back or duplex operation.
Before reading this article, I strongly recommend to read my first article post on this series. This article is fully based on the A Simple Duplex Service in WCF.
If you ......
|
|
-
|
|
Login to Windows Azure Development portal.
After login at left panel you can see number of storage and service account in your subscription.
Select subscription and storage account option to create new Storage Account. At top left, you will get New Storage Account option. To create new sto......
|
|
-
|
|
In Previous Article We saw How to work with WCF Service Web Role
I am going to extend previous article to publish in hosted service.
Hosting WCF Service Role in hosted service is exactly the same as we host ASP.Net Web Role.
Login to Azure Development portal.
Create a new hosted service. I......
|
|
-
|
|
WCF Service Role enables us to create WCF service and host in Windows Azure. In this article, we will create a WCF Service Role and host on local development fabric and consume in a console application. In second part of this article we will move WCF Service to Azure portal.
To start with,
Cr......
|
|
-
|
|
Windows Azure Development portal has been moved to new Silverlight based portal. It has all new look and many new features.
SQL Azure can be explored by selecting Database option from the left panel.
New SQL Azure portal is having very nice Silverlight based user interactive UI and many more......
|
|
-
|
|
I have been seeing many developers are casting between two types using is operator. As we know, we do have as operator also for type casting.
For purpose of this article, we are going to use below two classes,
claas Player
{
public string Name { get; set; }
public string Team { get; ......
|
|
-
|
|
Windows Azure Development portal is in new look now. It is Silverlight based and all operation can be performed from one page. New portal is having Ribbon at top, left panel and right panel. From configuring guest Operating system to stopping or restarting service can be performed from one page usi......
|
|