Click here to Skip to main content
15,892,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello all,

Can i develop Whole wpf windows base application using WEB API (Hibernate+JPA+Spring)
and achieve same speed on local machine

Thanks

What I have tried:

i have tried develop windows base application in WPF
Posted
Updated 24-Jan-18 17:54pm
Comments
Dave Kreskowiak 9-Nov-17 23:31pm    
Unless your application is going to be a web server built into a WPF app serving up pages to a built-in browser, your question doesn't make any sense.
manoj s sherje 10-Nov-17 0:42am    
hello Dave i really respect your ans, in my company develop application in wpf for inventory. it is very heavy transaction.
he try to develop UI in wpf and connect to WEB API
Graeme_Grant 10-Nov-17 2:29am    
You can use the WebClient API in a C#/F#/VB WPF/Winform/UWP/Xamarin to talk remotely with any web-based server.
Graeme_Grant 25-Jan-18 2:40am    
Visual Studio is a WPF application! So yes, you sure can.

1 solution

Yes, you can develop your application in WPF, and you can connect Web APIs using HttpClient then consume it in your wpf application. Refer the following articles for example,
1. Consume ASP.Net Web API Using HttpClient in WPF[^]
2. Call a Web API From a .NET Client (C#) | Microsoft Docs[^]
 
Share this answer
 

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