Andrew Rea
C# & ASP.NET Developer BLOG
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET 3.5
ActionScript 3.0
Agatha
ASP.NET
ASP.NET MVC
ASP.NET.NET MVC
AutoMapper
Business Objects
C#
CQRS
CSS
Custom Controls
Data Bound Controls
Extension Methods
Flash
HTML
IIS
Javascript
LINQ to XML
Multi Threading
NUnit Tests
Security
Semaphore
Shortcut Keys
Silverlight
Skype
SQL Server 2005
Thread Syncronization
TQL
Visual C#
Visual Studio
WCF
Web Controls
Win Forms
Win Forms C#
Windows Live Writer
Sponsors
advertise here
News
Books I am reading at present
Books I am purchasing next
Navigation
Home
Blogs
Archives
October 2010 (1)
August 2010 (1)
July 2010 (3)
June 2010 (1)
May 2010 (1)
March 2010 (3)
February 2010 (1)
December 2009 (3)
August 2009 (2)
March 2009 (6)
February 2009 (3)
January 2009 (5)
November 2008 (2)
October 2008 (1)
September 2008 (1)
August 2008 (4)
July 2008 (2)
June 2008 (3)
May 2008 (7)
April 2008 (7)
March 2008 (4)
February 2008 (10)
January 2008 (3)
Browse by Tags
All Tags
»
WCF
(
RSS
)
.NET 3.5
Agatha
AutoMapper
C#
IIS
Visual C#
WCF : Could not find a base address that matches scheme https
by
REA_ANDREW
Have you ever had the issue when you get the following error: Server Error in '/Services' Application. Could not find a base address that matches scheme https for the endpoint with binding BasicHttpBinding. Registered base address schemes are [http]....
Filed under:
IIS
,
WCF
Consume WCF Service InProcess using Agatha and WCF
by
REA_ANDREW
I have been looking into this lately for a specific reason. Some integration tests I want to write I want to control the types of instances which are used inside the service layer but I want that control from the test class instance. One of...
Filed under:
C#
,
WCF
,
Agatha
AutoMapper MappingFunction from Source Type of NameValueCollection
by
REA_ANDREW
I have had a situation arise today where I need to construct a complex type from a source of a NameValueCollection. A little while back I submitted a patch for the Agatha Project to include REST (JSON and XML) support for the service contract. ...
Filed under:
C#
,
WCF
,
Agatha
,
AutoMapper
Compiling examples for consuming the REST Endpoints for WCF Service using Agatha
by
REA_ANDREW
I recently made two contributions to the Agatha Project by Davy Brion over on Google Code, and one of the things I wanted to follow up with was a post showing examples and some, seemingly required tid bits. The contributions which I made where:...
Filed under:
C#
,
Visual C#
,
.NET 3.5
,
WCF
,
Agatha
Idea for a Helper Utility Class Generator for a WCF Rest Service
by
REA_ANDREW
This morning I followed an Adobe Flex tutorial, well 3, about consuming Twitters restful API inside Flex. After this it got me thinking about WCF and their Rest Starter Kit. I looked and they are now up to Preview 2, so I downloaded it and...
Filed under:
C#
,
.NET 3.5
,
WCF
More Posts