abon999
abon999

Reputation: 336

.NET Framework : Silverlight and DAL connection

I tried to connect my DAL (Data Access Layer) with my BL (Business Layer) in Silverlight, but I didn't find any simple example on the internet.

Please, someone can help me, I'm a beginner with the .NET Framework and I'm really lost...

Upvotes: 1

Views: 140

Answers (2)

gaet
gaet

Reputation: 113

You need to use a WebService in C# like in this tutorial : http://www.codeproject.com/Articles/112470/Developing-a-REST-Web-Service-using-C-A-walkthroug

Upvotes: 2

Quentin T.
Quentin T.

Reputation: 267

You just need to use a WebService to connect your C# Dal with your Silverlight presentation.

Upvotes: 2

Related Questions