Stories recently tagged with 'WebServices'

WCF Services – Let's Get Started(weblogs.asp.net)

submitted by gpeipmangpeipman(3145) 2 years, 11 months ago

In connection with testing WCF services I had to get the services to work under IIS on my development computer. The default WCF services library created by Visual Studio does not automatically include IIS support. There were other small glitches that I was able to overcome nicely, in spite of everything. read more...

add a comment |category: |Views: 27

tags: another

Scheduled WebService call using Windows Service(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 2 years, 11 months ago

This Windows Service will call the web service at the Time mentioned in the App.config file. The Schedules can be made Monthly, Weekly and Daily (To be Set in the App.config file). read more...

add a comment |category: |Views: 49

tags: another

Service-Oriented Architecture and Microsoft .NET(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 2 years, 11 months ago

This article is intended to provide an overview how Microsoft .NET and related technologies support the goals and principles of Service-Oriented Architecture. The main approach of Microsoft .NET is explained along with the concepts of Service-Oriented Architecture and it fits into this strategy. read more...

add a comment |category: |Views: 13

tags: another

Spell Check Web Service(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 2 years, 11 months ago

In this example we will create a Web Service which provides spell check functionality. read more...

add a comment |category: |Views: 23

tags: another

Sending Email From a Gmail Account with C# .NET and Web Services(primaryobjects.com)

submitted by surfer6surfer6(362) 2 years, 11 months ago

Learn how to create a basic C# ASP .NET web service which sends emails using Gmail's SMTP server and your own Gmail account. read more...

add a comment |category: |Views: 24

tags: another

Amazon Web Services - Allocate Address example(coderun.com)

submitted by giladkhengiladkhen(215) 2 years, 11 months ago

The ec2-allocate-address command assigns an EC2 Elastic IP Address to an account. An Elastic IP address is associated with an account and billed accordingly until the address is released using ec2-release-address command. This example allocates a new address for the account. read more...

add a comment |category: |Views: 20

tags: another

.NET Access Control Service(techbubbles.com)

submitted by kalyanms1kalyanms1(1789) 3 years ago

My previous article explained the basics of building windows azure services. Let’s start looking at the .NET Access Control Service. .NET Access Control Service allows you to use the authentication and authorization services from external sources that are maintained by security experts. Security experts control the authentication and issue the token to the application. Application just uses those tokens by avoiding the authentication process. read more...

add a comment |category: |Views: 12

tags: another

Castle Windsor WCF Services Resolution Facility(nablasoft.com)

submitted by GuardianGuardian(1104) 3 years ago

How to write a Castle Windsor facility that allows you to create WCF Services proxies based on Services INterfaces registered in the IoC container. read more...

add a comment |category: |Views: 142

tags: another

Webservice return the Image of the Customer in ASP.NET 2.0(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 3 years ago

Webservice Image of the Customer in ASP.NET 2.0 read more...

add a comment |category: |Views: 19

tags: another

REST Eanbaled Service in WCF Tutorial(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 3 years ago

This tutiorial will explain how to create and consume a basic REST Enabled service in WCF. This is very basic tutorial but it will be very helpful in debugging common error while creating REST Services. read more...

add a comment |category: |Views: 291

tags: another

Add a daily Dilbert Comic with a Custom Control(vbdotnetheaven.com)

submitted by maheshchamaheshcha(1620) 3 years ago

This article describes the construction of a custom control used to display a daily Dilbert comic on a site. read more...

add a comment |category: |Views: 10

tags: another

Introduction of ADO.NET Data Service(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 3 years ago

This article will give introduction of ADO.NET Data service read more...

add a comment |category: |Views: 13

tags: another

Web Server Comparison, Change Notification & synchronization(blogs.iis.net)

submitted by jsuyutijsuyuti(10) 3 years ago

Compare any iis 7 server and sync the delta read more...

1 comment |category: |Views: 17

tags: another

Introduction to Biztalk Server(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 3 years ago

This article is the first one part of a series of articles intended to illustrate the principles and applications of Microsoft Biztalk Server. read more...

add a comment |category: |Views: 18

tags: another

The .NET Service Bus With Example(techbubbles.com)

submitted by kalyanms1kalyanms1(1789) 3 years, 1 month ago

You need to open an account with the .NET Service Bus, and need to use the .NET Service Bus administration Web site to create a new solution. You can open an account by visiting the following link http://portal.ex.azure.microsoft.com/. More about The .NET Service Bus can be found here. read more...

add a comment |category: |Views: 36

tags: another

The .NET Service Bus(dotnetshoutout.com)

submitted by kalyanms1kalyanms1(1789) 3 years, 1 month ago

Introduction The .NET Service bus is a powerful and useful feature from Windows Azure Cloud Computing. The .NET Service bus is designed to address the connectivity issues in advanced communication scenarios. The main issue it addresses is Internet connectivity. This post explains how it addresses these issues in real world. read more...

add a comment |category: |Views: 35

tags: another