WCF Services - How to create a simple WCF Service - Part 1

WCF Services - How to create a simple WCF Service - Part 1

DigiOz Multimedia

11 лет назад

159,598 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@coolzerg4195
@coolzerg4195 - 14.07.2020 12:44

Thanks, it is very good example of wcf.

Ответить
@sarahahmed2112
@sarahahmed2112 - 04.12.2019 21:16

I don't understand the 'pi' and the 'lo' prefixes

Ответить
@lhf552009
@lhf552009 - 15.05.2018 08:38

Hi thank you very much, it's wonderful.May I ask when the service is on another computer, how could I reference the service?

Ответить
@mralextacy
@mralextacy - 01.04.2018 11:49

good tutorial

Ответить
@arashadatta2566
@arashadatta2566 - 20.02.2018 16:25

Now that's a good learning ! Thanks for explaining it so nicely !

Ответить
@jotermi9557
@jotermi9557 - 11.01.2018 15:28

Nice tutorial for beginners. Thank u!

Ответить
@Makku293
@Makku293 - 21.11.2017 06:48

In which order do I add a WCF in a solution?.

Ответить
@sonavarghese7916
@sonavarghese7916 - 21.05.2017 16:42

can we create a wcf webservice without adding service reference???

Ответить
@yagnesh.khamar
@yagnesh.khamar - 25.06.2016 16:40

I am getting an error downloading metadata from the address. I use Visual Studio 2015. please help.. :)

Ответить
@arushigarg7063
@arushigarg7063 - 10.06.2016 21:07

Nice tutorial , thanks . But can you please tell how did u manage to create the client , it shows an error to me "the type / namespace not found " , I went through your comments but it didn't help ... plz help..

Ответить
@TheEujay29
@TheEujay29 - 27.04.2016 03:41

Hi sir and thanks to your tutorial.. i would like to know why it becomes MathServiceClient() <-- i thought MathService1 ? sorry for my noobis question :D

Ответить
@ashu3769
@ashu3769 - 18.03.2016 01:59

Awesome..

Ответить
@ajitagarwal3975
@ajitagarwal3975 - 14.01.2016 15:56

nice

Ответить
@nmarks
@nmarks - 26.10.2015 12:59

Sincere thanks. Given me a lot of confidence.

Ответить
@ociosan
@ociosan - 20.08.2015 05:50

Many thanks Man, Very helpful tutorial!!!

Ответить
@onominous123
@onominous123 - 22.06.2015 16:07

Very good introduction to WCF, thank you very much!

Ответить
@PFToolPT
@PFToolPT - 02.06.2015 10:14

Adding Service Reference didn't work for me.It sais "No services found in the solution".Can you help me?

Ответить
@howtodevelop6641
@howtodevelop6641 - 26.05.2015 19:10

I did the same in java

Ответить
@ap777200
@ap777200 - 23.05.2015 21:57

This was a good video! Did you ever do a part 2 that would go over bindings and endpoints etc...?

Ответить
@BEOWULF789
@BEOWULF789 - 13.05.2015 21:05

Thanks from México, this is just what I'm looking for.

Ответить
@chriscummins2732
@chriscummins2732 - 31.03.2015 01:28

Very good! Can't wait for Part 2

Ответить
@YusufAmro
@YusufAmro - 11.03.2015 11:18

Thank you very much, this is pretty useful.

Ответить
@mamourou100
@mamourou100 - 11.03.2015 05:14

Very useful , can we see the part 2 please?

Ответить
@Donder1337
@Donder1337 - 29.01.2015 18:54

Thx for the tutorial. Helps alot!

Ответить
@AhmedMaheryooo
@AhmedMaheryooo - 05.01.2015 18:56

A great tutorial to get started in WCF services.

Ответить
@srivenkatesh8477
@srivenkatesh8477 - 22.12.2014 10:16

nice tutorial

Ответить
@tejendrapatil6632
@tejendrapatil6632 - 15.11.2014 02:23

Its very nice tutorial for beginner's Thanks

Ответить
@KingBladeBaker
@KingBladeBaker - 17.10.2014 13:09

Thanks DigiOz. That was a good introduction.

Ответить
@TheTomkix
@TheTomkix - 15.10.2014 20:44

Thank you for this video, it was very useful ^^

Ответить
@JedoxAbelino1993
@JedoxAbelino1993 - 04.10.2014 08:56

Thank you a big much!

Ответить
@stacysimmons887
@stacysimmons887 - 10.09.2014 21:36

Did you complete Part 2? I'd like to understand consuming WCF Services now :)

Ответить
@UmmeHabibaSiddiqui
@UmmeHabibaSiddiqui - 08.09.2014 21:52

good step by step tutorial for the beginners..

Ответить
@mkabakian
@mkabakian - 31.08.2014 10:52

my "start debugging" button is showing my browser's name (google chrome). When I push it ,  Chrome pops up and the form I have created never appears . Any idea on what could I have done wrong?
Thanks!

Ответить
@joernleppin2532
@joernleppin2532 - 17.08.2014 23:55

Very helpful tutorial, thank you. Easier than I thought.

Ответить
@dovla091
@dovla091 - 01.08.2014 16:57

Tutorial is OK, but why the hell would you allocated another variables instead passing values from textBoxes converted to integer to method?!?!?

Ответить
@manojpatel9410
@manojpatel9410 - 25.07.2014 17:09

Good and thanks

Ответить
@MrVibhore1989
@MrVibhore1989 - 23.07.2014 15:50

AWESOME TUTORIAL

Ответить
@dineshchinnadurai8338
@dineshchinnadurai8338 - 15.07.2014 09:48

In this example What is meant by MathServiceClient? I know it is a predefined support class. But I have created the same way as you created it works fine.

But my Doubt is,
Suppose i need to use different project names for the WCF Service Application (ie, WcfService1), Windows Form Application (ie, WindowsFormsApplication1), and then the Service Reference (ServiceReference1). In this case, Instead of MathServiceClient what can i use?

If I change the project names that time what can i do to create the 

MathServiceClient loClient=new MathServiceClient();

Please reply back.

Ответить
@muratcakmak9103
@muratcakmak9103 - 11.07.2014 01:05

Thank you.

Ответить
@manorigunathilake
@manorigunathilake - 10.07.2014 20:20

Great job!

Ответить
@lukewarren9539
@lukewarren9539 - 18.06.2014 06:52

Thanks a lot, really enjoyed it!

Ответить
@muhammedm441
@muhammedm441 - 06.05.2014 13:30

I still have problem when adding service client.. i add reference, but i dint get service client

Ответить
@muhammedm441
@muhammedm441 - 01.05.2014 15:55

I cant add service client.. how its possible?

Ответить
@anbu630
@anbu630 - 18.04.2014 05:53

I have the following situation:
I will get one ID form the client and client wud call my web service to access all the details abt the particular ID.. what would be so best .net framework 4.5..

Ответить
@waliulhasan3624
@waliulhasan3624 - 16.04.2014 12:11

This is really very needful. Thank you very much. 

Ответить
@BerBuz
@BerBuz - 22.03.2014 16:03

Liked it very much, clear and concise.

Ответить
@voroodwork
@voroodwork - 07.03.2014 07:34

Great video. Is Part2 available yet?  Thanks!

Ответить
@pervaiz343
@pervaiz343 - 05.02.2014 11:46

Good job... thankyou

Ответить