Is it possible to use OData with Visual Studio 2005 and .NET framework 2.0 ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Short answer: No.
Longer answer: Since OData is an open protocol, not a piece of software, technically you can use .NET Framework 2.0 to implement it. However, to use the pre-supplied libraries from Microsoft, you will need .NET 3.5 SP1 and above.