I have noticed today something new in the VS 2008 (Orcas) and .NET 3.5 which is Client Application Services. As I understood, since in ASP.NET 2.0 you have Application Services which includes Membership, Role, and Profile services, they can be only used in ASP.NET world. But what about Windows-Based applications? How can they access those services so that both a Web application and a Windows application can share the same data?
The solution by creating Client Application Services which help you use those services.
I will be posting several posts on this topic very soon and show you how easy it is to use the above mentioned services in your Windows-Based applications!
HTH,
Regards
Tags: