Reputation: 336
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
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
Reputation: 267
You just need to use a WebService to connect your C# Dal with your Silverlight presentation.
Upvotes: 2