Click here to Skip to main content
15,905,563 members
Home / Discussions / C#
   

C#

 
AnswerRe: how can create asp.net web setup Pin
Matt U.13-Jun-12 4:46
Matt U.13-Jun-12 4:46 
AnswerRe: how can create asp.net web setup Pin
Sandeep Mewara13-Jun-12 6:26
mveSandeep Mewara13-Jun-12 6:26 
QuestionRestrict colours, fontname options on a propertygrid Pin
Member 910581213-Jun-12 0:58
Member 910581213-Jun-12 0:58 
AnswerRe: Restrict colours, fontname options on a propertygrid Pin
Eddy Vluggen13-Jun-12 1:03
professionalEddy Vluggen13-Jun-12 1:03 
QuestionCross in the Viewport Pin
Philip Solomon See12-Jun-12 22:25
Philip Solomon See12-Jun-12 22:25 
AnswerRe: Cross in the Viewport Pin
OriginalGriff12-Jun-12 23:10
mveOriginalGriff12-Jun-12 23:10 
QuestionBook On C# Programming Code Pin
Member 833684812-Jun-12 19:02
Member 833684812-Jun-12 19:02 
AnswerRe: Book On C# Programming Code Pin
OriginalGriff12-Jun-12 19:24
mveOriginalGriff12-Jun-12 19:24 
AnswerRe: Book On C# Programming Code Pin
Abhinav S12-Jun-12 19:38
Abhinav S12-Jun-12 19:38 
GeneralRe: Book On C# Programming Code Pin
Member 833684812-Jun-12 19:41
Member 833684812-Jun-12 19:41 
GeneralRe: Book On C# Programming Code Pin
Roger Wright12-Jun-12 19:54
professionalRoger Wright12-Jun-12 19:54 
GeneralRe: Book On C# Programming Code Pin
Ravi Sant12-Jun-12 23:18
Ravi Sant12-Jun-12 23:18 
GeneralRe: Book On C# Programming Code Pin
Ravi Bhavnani13-Jun-12 1:47
professionalRavi Bhavnani13-Jun-12 1:47 
AnswerRe: Book On C# Programming Code Pin
Roger Wright12-Jun-12 19:47
professionalRoger Wright12-Jun-12 19:47 
AnswerRe: Book On C# Programming Code Pin
Cracked-Down12-Jun-12 20:18
Cracked-Down12-Jun-12 20:18 
AnswerRe: Book On C# Programming Code Pin
AmitGajjar12-Jun-12 22:28
professionalAmitGajjar12-Jun-12 22:28 
AnswerRe: Book On C# Programming Code Pin
Ravi Bhavnani13-Jun-12 1:45
professionalRavi Bhavnani13-Jun-12 1:45 
AnswerRe: Book On C# Programming Code Pin
Christoff33013-Jun-12 2:01
Christoff33013-Jun-12 2:01 
AnswerRe: Book On C# Programming Code Pin
Pete O'Hanlon13-Jun-12 2:32
mvePete O'Hanlon13-Jun-12 2:32 
AnswerRe: Book On C# Programming Code Pin
binaryjoe13-Jun-12 3:19
binaryjoe13-Jun-12 3:19 
AnswerRe: Book On C# Programming Code Pin
JChrisCompton13-Jun-12 3:59
JChrisCompton13-Jun-12 3:59 
QuestionHow do I create a web service with Framework 4.0? Pin
JChrisCompton12-Jun-12 15:33
JChrisCompton12-Jun-12 15:33 
I have my web site ready for my UI person to pretty it up.
All I have left to do is write the web service for it so other web sites can use it.

I didn't think it would be this puzzling since I had seen that option before as a project template and I understand (at a high level at least) what SOAP is.

I've already coded using the web site with Entity Framework (which requires the .NET Framework 4.0) and the only web service examples I have been able to dig up say 'pick Framework 3.5' in the instructions.

As many articles as I've looked at I must be missing something. There has to be a way to do this without rewriting my search in Framework 3.5, right?

All I want to do is either return 0 or more records which have four strings (each) based on search criteria, or return a detail record if an id is passed.

So, it looks like EF4 is my brick wall.
Any hints how to go through/around it?

TIA,
-Chris C.
AnswerRe: How do I create a web service with Framework 4.0? Pin
Ravi Sant12-Jun-12 23:20
Ravi Sant12-Jun-12 23:20 
GeneralRe: How do I create a web service with Framework 4.0? Pin
JChrisCompton13-Jun-12 3:27
JChrisCompton13-Jun-12 3:27 
GeneralRe: How do I create a web service with Framework 4.0? Pin
Pete O'Hanlon13-Jun-12 3:39
mvePete O'Hanlon13-Jun-12 3:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.