Implementing SSO in ASP.net MVC 2 - asp.net-mvc-2

I am trying to develop a web application using ASP.net MVC 2. For that I want implement a single sign on ability using linked. Can anybody suggest me how can I implement that and any frameworks that I can use.

You can use CAS for that http://www.jasig.org/cas

Related

How choose a framework to develop web application like CRM?

I want to develop a web application like CRM (Customer Relationship management) but I don't know if I will choose spring boot to develop the back-end or Django with Python.
What are the parameters we need to consider while choosing back-end technology?
Anyone could help me, please.

Ionic authentication REST web service using slim framework

I'm a beginner on the use of the Ionic framework, I'm trying to connect my application with server to get datas, so that I'm using a RESTfull web service developed on the Slim framework(response of request with JSON). The web service is already done, my problem now I don't know how to implement it in my application.
I wrote a step by step tutorial just for this use case. You can view it here: http://www.nikola-breznjak.com/blog/ionic/posting-data-from-ionic-app-to-php-server/.
Btw, a similar question has also already been asked here: Ionic app data from html to php server.

Consume secure REST API in cross-platform native app using Xamarin

Q1: Can a native cross-platform mobile app (Android/iOS/Windows) developed in Xamarin call a web service via a secure REST API (https) ?
Q2: If yes, are such calls (when compiled by Xamarin) made 'natively' or made through a webview? In other words, would there be any difference in the app's capability - can the app work as a background service etc as well as a native app?
Note #1: I've searched & found Xamarin documentation for web services: http://docs.xamarin.com/guides/cross-platform/application_fundamentals/web_services/
but there is no specific mention of https. May be the answer is there in the docs, but I'm unable to find/understand.
Note #2: One example of a secure REST-ful service would be Firebase.
You can use Firebase which saves your app data in the cloud
you can find more here and then use Firesharp to access your data in c# code.
Q1: Yes, you can.
Q2: No, no need to use webview. You can use HttpClient class for example or RestSharp library (you can found it in Xamarin components - RestSharp)

WCF with window 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.

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