WCF with window mobile 6 - windows-mobile-6

I am a new to this technology. Can anyone instruct me how to integrate a WCF with windows mobile 6 using .net framework 3.5? i need work example with step by step please dont provide me any link.

Here in article on using using the Mobile WCF.
Write an IM App with the .NET Compact Framework
The code is here: http://msdn.microsoft.com/en-us/magazine/cc164255.aspx
There are lot's of articles on the Google search for 'WCF on windows mobile', but this one looks like the best into.

Related

Workbox for ASP .net application

I am looking to enable PWA for an ASP .net application and I couldn't find references that confirms if workbox can be used for this purpose.
I have in the past used workbox with web applications built using JQuery and Angular. So I am familiar with how PWA works etc. But I would like to know if Workbox behaves the same way for a .net application as well.
Any references would be greatly appreciated.
Thanks

Best Desktop Application Framework For Crossplatform

So I'm a .Net Desktop app developer who's been using C# for building desktop apps. I'm really happy with it. However, .Net apps are not multiplatform. SO I'm planning on switching to another framework for multiplatform feature. Could you recommend a really good Desktop app framework that supports multiplatform(Windows, Mac)? I have googled it but haven't been able to make a decision.
I heard a lot about Electron, Xojo, Qml.net, NW.js and a few others?
Also how good is Qml.net? I'm curious since it uses C# as well.
Thanks.

Facebook SDK for .NET Core

Up until now I've been using Facebook SDK for .NET by https://hackerapp.com/
I want to upgrade my project to ASP.NET Core, but I see that their library doesn't have support for .NET Core - nor do they mention about upcoming support for .NET Core.
I can write an HTTP wrapper against Facebook API - but that seems like over-complicating my app - when there's a nice library that is made just for that.
Does anyone know about Facebook SDK for .NET Core?
So after not finding a solution, I've decided to develop my own some time ago. You may find here: https://github.com/developer82/FacebookCore
I don't know why you got a -1, but I am facing the same issue.
Therefore for now I am going to use the OAUTH provided by .Net then direct requests to the graph API...
The other option I know would be to have a look there:
https://github.com/Microsoft/winsdkfb
And there for some more advanced features:
https://github.com/Microsoft/UWPCommunityToolkit/tree/dev/Microsoft.Toolkit.Uwp.Services/Services/Facebook
I am thinking about porting a SDK to .Net Core, but that may be too much work!

visual studio desktop application for iphone/Android apps

i want to develop one desktop application using c# sql lite, this application i want to submit this app to Apple store in case of iphone/ likewise for Android. please let me know if it is feasible to do, if so please let me know the steps that need to be incorporated in order to achieve this.
No. You can't do this directly.
You need third party compilers to run C# code on iPhone (MonoTouch) or Android (MonoDroid).
Do keep in mind that, even if you use MonoTouch (or MonoDroid) you won't be using Windows Forms, WPF or any other Windows based GUI framework. You will be using different frameworks to support Apple and Google's platform capabilities. So if you were thinking to run existing C# applications on iPhone or Android, it won't be possible.

How to imitate the native iPhone look and feel in a web app developed with the ASP.NET platform?

I'm planning to develop a web application that targets the iPhone. I will use APT.NET to develop the application. I will probably use ASP.NET MVC.
I'm researching how I will imitate the native iPhone look and feel in my web application. I'm looking for an approach that will be easy to use with the ASP.NET platform.
So far, I found iUI (code.google.com/p/iui/). iUI a collection of CSS stylesheets and javascripts to imitate the native iPhone look and feel. I'm not sure yet how easy it is to integrate with ASP.NET as most samples are static html.
What are good ways to imitate the native iPhone look and feel in a web app developed with the ASP.NET platform?
Regards,
Syl
I just want to let you know that I also found http://iwebkit.net/. I will test it in the upcoming days.
If you have other suggestions, I will greatly appreciate.
Thanks
Take a look at these:
Rock the iPhone with ASP.NET MVC
Create iPhone Applications using ASP.NET AJAX
The server-side platform you use is irrelevant to the front-end look and feel, it is the same techniques on any platform.
I have also used the iUI framework with great success, using a Django backend. The front-end is determined purely by the HTML, CSS and JavaScript that you serve up, which is independant of the server-side code.
ASP.NET MVC gives you a lot more control over your markup than plain-old WebForms, so it should be ideal for this.
I'm the OP. I'm updating this question with a new answer:
jquerymobile