Home page

WCF using C#: Building your first WCF application




Video quality The size Download

Information WCF using C#: Building your first WCF application


Title :  WCF using C#: Building your first WCF application
Lasting :   1.07.29
Date of publication :  
Views :   173 rb


Frames WCF using C#: Building your first WCF application





Description WCF using C#: Building your first WCF application



Comments WCF using C#: Building your first WCF application



Jacques Oliveira
Amazing lesson man great video thank you in advance!
Comment from : Jacques Oliveira


Death
you are goated at explaining thank you very much, don't leave again
Comment from : Death


Jayesh Deshmukh
Jesse at 2611 you resolve the issue with IWCFProductService but I am not getting that option instead I get error CS0535 that says does not implement interface Member Please Help me
Comment from : Jayesh Deshmukh


范俊哲
awesome video man!
Comment from : 范俊哲


soho1080
The ServiceContract "IS" the interface Everything you want your service to expose should be lined up there By adding another Interface (Your DLL ie) you're just introducing a dependency to a client Why as a Service developer would you want your clients be dependent on an outside interface?
Comment from : soho1080


Dor Ben Moyal
Thanks ! brNice Stuff
Comment from : Dor Ben Moyal


rushi vachhani
Thank You for making me this understand crystal clear Even in my University Sir AMM was not able to explain me after 3 months of lectures and Labs
Comment from : rushi vachhani


מיכאל מיכאלי
wow good video thanks! do you have a video about WCF when client and server not found in the same solution?
Comment from : מיכאל מיכאלי


John Doe
What is the app you use to browse and edit the DB?
Comment from : John Doe


Арсений Игнатьев
You are fucking amazing, dude Thx for your work
Comment from : Арсений Игнатьев


Linkario86
Yeah I'm defenetly too fucking dumb for programming At least I made it to the 5th Semester
Comment from : Linkario86


Thomas Athanasiou
When creating the edmx file the wizard crashes after hitting next and nothing happens Anyone has the same issue?
Comment from : Thomas Athanasiou


Piravahan Ve
Thank you Really helped me to understand WCF
Comment from : Piravahan Ve


Fatemeh Afshar
Thank you very much for the nice tutorial
Comment from : Fatemeh Afshar


Tomasz G
Hi,brbrI've been coding web applications for the last 3 years nowbrAlthough your video was posted a long time ago it really helped me out to grasp the basic concept of WCFbrbrThe way you explain stuff is awesome You're awesome !brbrThank you so much for this video and probably many others that i will check out from your channel :-)
Comment from : Tomasz G


Ibrahim Mohammad
Thank u very much for this amazing video tutorial
Comment from : Ibrahim Mohammad


Rolandow -
Thank you for this video and your enthusiasm
Comment from : Rolandow -


Yinka Adeniyi
Any tutorials on how to consume WCF on android?Help please
Comment from : Yinka Adeniyi


Siddharth Pandey
Awesome tutorial bro! Thanks a bunch! :D
Comment from : Siddharth Pandey


the minecraft guy
im sorry but what did we need to downlaod for hte database because i couldent get the sql database please anyone helpbrbr!
Comment from : the minecraft guy


Akron162
You know, you dont need to explain everything before start doing it You can advance and and explain it at the same time This video was a slog to go through
Comment from : Akron162


obsdark
Any chance you can upload the code to see it?, i do the tutorial at its full but i still have a problem with the connection (appconfig files)
Comment from : obsdark


QUF Relaxing Channel
Hi jesse, can u do tutorial on how to implement WCF service for client to get their hardware information using WMI? Remote and local
Comment from : QUF Relaxing Channel


domjanzsoo
There is not generate from database option for the model entity in visual studio 2017Any suggestion?
Comment from : domjanzsoo


vinzer72frie
video starts at 12:32
Comment from : vinzer72frie


Journey With Nora
25 through the video and he hasn't started doing anything yet Boring If I can clean the house while listening to this, this isn't programming
Comment from : Journey With Nora


Mahmoud Al ballah
Awesome, very simple very clear !brI hope you have a solution to my problembrA company has 50 web services, each service holds the data structure for the database at the moment So changing the structure requires adjustments in some, if not all services Preferred would be to have one place to change the database structure and from there communicate with the web services and leave them untouched How would you approach that?
Comment from : Mahmoud Al ballah


Gaura Fest
Great video!! Thanks!!!!
Comment from : Gaura Fest


Priyanka S
Great video!! Thanks for sharing
Comment from : Priyanka S


Marius-Elian Vana
off-topic: let's count "basically" wordbron-topic: awesome tutorial, thank you!
Comment from : Marius-Elian Vana


Paweł Osuch
How can I consume this WFC service from Android application created by Visual Studio (xamarin)?
Comment from : Paweł Osuch


Rea Maliboo
Great tutorial Your voice kinda sounds like Chris Griffin lol
Comment from : Rea Maliboo


Sohaib Sultan
When i run the project I get exception in ProductServiceProgramthe exception comes on the line where You Create the ServiceHost Object The Exception is Argument exception and additional information is "ServiceHost only supports class service types" I've followed everything as you did
Comment from : Sohaib Sultan


CatCubed
Unexpected exception occured when generating the model Exception message: "StrongTypingException: The value for column 'IsPrimaryKey' in table 'TableDetails' is DBNull"
Comment from : CatCubed


rCrelic
👌👌👌👌 so glad I found you man Your videos are on point!
Comment from : rCrelic


Ranjith V
Hey Jessie, Thanks for the great introduction ! Very helpful Suggestion to the viewers, watch it @ 125 speed The video is great!
Comment from : Ranjith V


João Paulino
Great video, overall you explained really well for someone who never used WFC before, but I have a few qestions:br- At 41:00 which of the options is more effective in terms of performance?br- Why did you use Mysql instead of SQL Server since is way more complicated to integrate Mysql with visual studio? Is there a reason beyond your preference for Mysql?br- I forgot my other question but ill post it as soon as i remember :)
Comment from : João Paulino


Suman Roy
Nice Beginner TutorialCan you go deeper into Validations,Authorizations,Concurrency,InstanceModes,Sessions with examplesthanks a lot
Comment from : Suman Roy


hed bisker
any link to the first video?
Comment from : hed bisker


Martin Schreck
Hello Jessie, i am from Germany and my English is very bad, but i can understand your video because you are using simple words This ist great Thank you for your good help It helps me a lot
Comment from : Martin Schreck


Jonatan Rullman
The constant bangs from your microphone gave me a headache after a few minutes and that twitter thing is rather in the way
Comment from : Jonatan Rullman


JJJ
Hi Jesse I'm Pole and I have started learning about WCF in polish from polish non-free tutorials But your type of explaination its very easy to learn I enjoyed your video very much
Comment from : JJJ


aristotelis alexis
Does any visual studio express suffice for the needs of such projects???Or must I purchase the professional version?
Comment from : aristotelis alexis


Howard Bash
Hi  Everything was pretty okay until I added the client endpoint  Could there be some differences in the appconfig entries using vs2015?Thanks
Comment from : Howard Bash


Big Deal
This is the coolest video i ever seen ! thank you !
Comment from : Big Deal


Kostiantyn Kravchenko
Thanks for a great videobrbrHave one question - I made everything as you show Now it throw an EndpointNotFoundException, what I did wrong?
Comment from : Kostiantyn Kravchenko


Moh hs
Great Video, Many thanks the video was great and with a good speed Many thanks
Comment from : Moh hs


Falk Hebstreit
Thanks, that was a good fist step in uses and understanding a WCF ServiceThanks
Comment from : Falk Hebstreit


Spr Alex
Great tut Thanks Well explained and thorough
Comment from : Spr Alex


John Turm
I'm stuck here: 31:05 , i see only ProductServicevhostexe Can anyone help me with this ?
Comment from : John Turm


BzSoft
too long
Comment from : BzSoft


John Madison
This is the 2nd video? Link to the first?
Comment from : John Madison


Shamoon Bhatti
dead slow!!!! time wasting speak too much instead of doing actual things
Comment from : Shamoon Bhatti


Sergey B
Hi Jesse, thank you very much for creating such interesting and very detailed video tutorial :)
Comment from : Sergey B


Jon Edwards
Hey, neat tutorial I'm surprised you start with ChannelFactory rather than the more generic and potentially more nooby friendly Proxy that Visual Studio can create for you
Comment from : Jon Edwards


Nerdboy
@Jesse Dietrichson What was the first video
Comment from : Nerdboy


Sely Lychee
Great Video Jesse Thanks
Comment from : Sely Lychee


Jaco Opperman
well done Jesse, great tut!
Comment from : Jaco Opperman


Alexander Kotov
Awesome! Very clear! Thanks a lot:)
Comment from : Alexander Kotov


Zobair Qauomi
Why would you create a local list variable and not just return p Products Tolist()
Comment from : Zobair Qauomi


standinonstilts
Unable to retrieve list of databases when making the adonet any ideas?
Comment from : standinonstilts


Sparkplu9
Hey Jesse Dietrichson - Thank you for that Tutorial! Great Job :)
Comment from : Sparkplu9


Oleksii
thanks bro much easier than to read boring manual ;)
Comment from : Oleksii


Andrei Ceabanenco
you made my day!!! thank you for the lesson!
Comment from : Andrei Ceabanenco


abudicha
Thank you It is amazing tut Keep up the good work!!!
Comment from : abudicha


Sharath Mitte
Good explanation Thanks
Comment from : Sharath Mitte


Alejandro Rincon
Hi Jeese, thank you very much for this video, this was really helpful!
Comment from : Alejandro Rincon


firekid2k3
Hibrcan you help mebri am told to  Program a Web Services based application using SOA principalsbrthese are the things i need to dobrbrA) Develop and test a Web services based application that meets the followingbrrequirements applying SOA design principlesbrbri) The application should be developed using the NET-programmingbrenvironment However, you are free to use any programming languagebryou are comfortable with but supported by the NET developmentbrenvironmentbrii) The system to be implemented is a ‘CONVERSION’ service that canbrperform based on user input and preferences, the following conversions:brtemperature (F to C), weight (Kg to lb to g), distance (Km to Miles to m),brheight (Inches to feet to Centimeters), currency (AUD to a range of others)brand number system (decimal to binary)briii) The service should implement both forward and reverse conversions (eg,brCentigrade to Fahrenheit and Fahrenheit to Centigrade) depending onbruser preferencebrbrb) 1) The client does not have knowledge of the individual web services It mustbrONLY make use of the services of the controller for consuming any webbrservicebr2) ONLY the controller has knowledge of all available web services
Comment from : firekid2k3


Brad McDonald
'ProductServiceWCFProductService' does not implement interface member 'ProductInterfacesIWCFProductServiceDoWork()'brbrStuck at 27:45
Comment from : Brad McDonald


Lonnie Teter
OMG that took forever to figure out granted I am not as advanced in visual studio as you are  You never mention placing a reference to SystemRuntimeSerialization  Any way I figured it out after redoing everything
Comment from : Lonnie Teter


Jagabandhu Ghosh
Hi Jessie,brFirst of all I would like to thank you so much for spending a lot of time to make this tutorial I was searching such this kind of tutorial for a long time and finally I find it The way you explained, it is just awesome Thanks a lot
Comment from : Jagabandhu Ghosh


NB Dev
Bru do you have any videos where you connect to a different server, and and use the Service as a Client
Comment from : NB Dev


Abhijith Sathya
This is one of the best video for writing the first WCF service brThank you for a good explanation
Comment from : Abhijith Sathya


Rob Hills
Thx for the MySQL and WCF info Thorough and comfortable pace Plan to use WCF for a SharePoint to MySQL data POC Keep up the good work I will certainly list you in my credits
Comment from : Rob Hills


Дмитро Якимов
Great lesson! Thank you!
Comment from : Дмитро Якимов


Thakshila Kalansuriya
Great work This helps me lot :)
Comment from : Thakshila Kalansuriya


Eskinder Getahun
@jesse what do you do for a living
Comment from : Eskinder Getahun


Thiago Novaes
Thanks a lot Jessie for this wonderful video
Comment from : Thiago Novaes


David Drexler
Jessie, I also have to comment on here (what I usually almost never do), your tuts are great man You take your time and explain everything (sometimes it's a lot too slow for my taste, but that's why we have the fast forward function ;-)brAnyways, I'm doing a Business Informatics Bachelor's degree in distance study and if our teacher would offer content half as good as yours life would be much easier Your name is always the first I tell my colleagues to when they ask me where to find good tutorials (2nd would be Mr Jamie King) brbrI was the only one from the whole class who passed the C# exam at the first attempt! brbrMany thanks man & keep up the good work!brbrGreetings from Austria
Comment from : David Drexler


Sam Anthony Hunt
Hey Jesse, awesome video, do you have away to setup a WCF service not with IIS integrated with Xamarin, ive created a app which uses ORM and ADO to create and store my database locally, but would like to create a WCF service to read and write data to my app Any assistance would be awesome Cheers 
Comment from : Sam Anthony Hunt


LOL LOL
Dude that is not personal but just let my opinion your videos look really good and with a nice information But I tried really But couldn't watch more than 15 to 20 min Your voice is so annoying as you are making videos and really good you need to think about this thing sorry about that But well done for trying to teach us ;)
Comment from : LOL LOL


Varun Ramakrishnan
Anyone has any idea on how someone could do this with Xamarin Studio on a Mac? Is this even possible on a mac?
Comment from : Varun Ramakrishnan


Susanne Rossignol
Are you single? You are adorable! And very smart!
Comment from : Susanne Rossignol


Nuno Neves
hi is this topic still on ? I have a question, besides linq and the foreach class, what other options do I have to retrieve data from the ADO-net model ? How do I join table infirmation (foreign keys) for example ? thanks
Comment from : Nuno Neves


Frames N Colors
THANKS A LOTT
Comment from : Frames N Colors


Mário Costa
he said second lesson, where is the first? Please help :/  br:/
Comment from : Mário Costa


Modro Said
Good job, Ive learned alot from you :)
Comment from : Modro Said


Henry Vardanyan
I have done every step one in one like in Your Video, but I have an Exception  An unhandled exception of type 'SystemInvalidOperationException' occurred in SystemServiceModeldllbrbrAdditional information: The HttpGetEnabled property of ServiceMetadataBehavior is set to true and the HttpGetUrl property is a relative address, but there is no http base address  Either supply an http base address or set HttpGetUrl to an absolute address Can You Help me? I can not understand why I have this exception
Comment from : Henry Vardanyan


Hardgraf TH
Superb lesson, you're a great teacher I have built a service, service host console app & WPF client app Everything works great in the Visual Studio environment When I try to run my console host app from the debug exe the app runs but the service doesn't seem to run
Comment from : Hardgraf TH


AltiView
Jesse, manthanks a ton for the video! I am now going to be able to take this and change so many apps that I have written to be more efficient when communicating over the web (before I used to write my own web services)WCF is so much more powerful You did an excellent job at explaining how it works! Thanks again for everything!!
Comment from : AltiView


Anand Vardhan
I just want to THANK YOU from the bottom of my heart, you have no idea how you have helped me Thank you once again
Comment from : Anand Vardhan



Related WCF using C#: Building your first WCF application videos

WCF Tutorial: How to create WCF Application? WCF Tutorial: How to create WCF Application?
РѕС‚ : BestDotNetTraining
Download Full Episodes | The Most Watched videos of all time
WCF Training for beginners | Introduction About WCF WCF Training for beginners | Introduction About WCF
РѕС‚ : BestDotNetTraining
Download Full Episodes | The Most Watched videos of all time
Creating your First WCF Service Creating your First WCF Service
РѕС‚ : Pluralsight
Download Full Episodes | The Most Watched videos of all time
How to create the service using WCF - Part 1 How to create the service using WCF - Part 1
РѕС‚ : .NET Interview Preparation videos
Download Full Episodes | The Most Watched videos of all time
Save Thousands When Building Your New Home | Great Building Experiences- watch to the end to see how Save Thousands When Building Your New Home | Great Building Experiences- watch to the end to see how
РѕС‚ : Jason Lawrence
Download Full Episodes | The Most Watched videos of all time
Write an Application to Principal for Fee Refund l How to write application for Fee Refund Write an Application to Principal for Fee Refund l How to write application for Fee Refund
РѕС‚ : Info Academy
Download Full Episodes | The Most Watched videos of all time
Application for scholarship | write application to the principal for scholarship | 100% scholarship Application for scholarship | write application to the principal for scholarship | 100% scholarship
РѕС‚ : SUVI Education Channel
Download Full Episodes | The Most Watched videos of all time
Application Letter. How to write a formal application letter. Application Letter. How to write a formal application letter.
РѕС‚ : Andreas Tyson Daily.
Download Full Episodes | The Most Watched videos of all time
Application to bank manager for transfer bank account | bank account transfer application in English Application to bank manager for transfer bank account | bank account transfer application in English
РѕС‚ : Logical Explorations
Download Full Episodes | The Most Watched videos of all time
Write an application for late fee submission||Application late fee submission||Formal letter Write an application for late fee submission||Application late fee submission||Formal letter
РѕС‚ : WritingClasses
Download Full Episodes | The Most Watched videos of all time