ANIL MANE
ANIL MANE

Reputation: 1405

wcf and wpf application source code for beginner

I am beginner for .net 3.5, have to work on app where I need to build desktop version as well as web version for selected modules like reporting. I think WCF will help me out to create a base from where I could call functions in both(desktop as well as web )

Let me know the any available source code sample projects to go through. It would be good if those are following any design pattern like MVC.

Upvotes: 2

Views: 1736

Answers (2)

domusvita
domusvita

Reputation: 818

You can take a look at the DinnerNow.net sample application. There's quite a bit that goes into setting it up but I think if you're ready to tackle both technologies at once it'll help a great deal.

Upvotes: 0

Blounty
Blounty

Reputation: 3358

Here is a good place to start with WCF

and Here is a good start with WPF.

Have Fun.

Upvotes: 1

Related Questions