Click here to Skip to main content
16,016,759 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
i want to develop the web application with wpf but i don't know which setup need for this. need a dot net licence copy for that ?..............................................

What I have tried:

don't know..................................................................................................?
Posted
Updated 3-Jan-19 6:40am
Comments
[no name] 3-Jan-19 9:22am    
You can user VS Community edition for .net development
ketan Ram Patil 3-Jan-19 9:32am    
thank you for your valuable replay sir actually my windows base application is ready using wpf and wcf but now i dont know how to convert this window base applicaion to web base. how to use this wpf code in asp.net
F-ES Sitecore 3-Jan-19 9:30am    
I don't think you can do a website in WPF. You'll need to use MVC or webforms.
ketan Ram Patil 3-Jan-19 10:05am    
so using the mvc or webforms can i use my wpf design code (xaml) ?
Dave Kreskowiak 3-Jan-19 10:30am    
No.

1 solution

Quote:
so using the mvc or webforms can i use my wpf design code (xaml) ?

No. WPF only works as a .NET application: websites work inside a browser and do not support WPF at all.

You will have to redesign and then recode your presentation layer around the controls you have available.
 
Share this answer
 
Comments
#realJSOP 3-Jan-19 10:11am    
This is the answer. If Silverlight was still viable, that would be the platform he would use, but MS kills good ideas quite frequently.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900