How to Deploy WCF Services on your Local Network and access it through your WCF Client Applications (Browser)

By // 1 comment:
Hi Friend, today we will learn "How to host your WCF services on your local Network and access it through your client application". If your computer is connected with more than one computers through LAN ,then you can access your wcf services on other computers also. But You have to make this computer as a server where your WCF services are hosted.You can access this Network ( local host) services from the other computers also. Now You can Host your WCF Client application on IIS server also.So that you can access it like this URL:-http://localhost:49864/Wcf_clientapps/ on other computers . Same concepts are used on virtual server also. Here You can host your services on server.and host your client application on same server or different servers.But here you can access it like this URL http://www.myserverice.com/ . both concepts are same, so here we will learn, how to access your wcf services on your local networks or local computers. You have to understand the concepts of address Format concepts of WCF
We will learn this concepts in Four parts :-
  1. Creating WCF Services
  2. Configuring a WCF Services
  3. Deploying WCF Services
  4. Building WCF Client Application
3

How to call WCF Services from Console and Windows Forms application

By // No comments:
In our previous tutorials i have already explained How to implement WCF Services in asp.net application. Now i am going to call WCF Services from Console application as well as WindowsFormsApplications .I will call same WCF Services which i have explained previously.When you will understand the whole concepts of WCF, then you can easily implement the WCF Services in any application.It (WCF) is the full enhancement of Web services.You can easily know the differences between WCF and web services here
There are some steps to implement each concepts in Console application which are given below:-  
Step 1:- First create your own WCF Services as shown, from Step 1 to Step 5 here  (previous tutorials).-->Run the WCF Services --> and copy the browser's URL as shown below:-
3

How to use WCF Services in asp.net application

By // No comments:
Windows Communication Foundation (WCF) is a new framework  which was introduced in 3.0 .NET framework.It is framework which is used to build service -oriented applications in .NET. WCF supports unified programming model (framework).we can easily build secure reliable and integrated application across various platforms.
WCF Technology provides following main services:-
  • Message queuing 
  • .NET Remoting
  • Distribute Transactions
  • Web services in single services -oriented programming model for distributed application.
Web services is used to provide interoperability but WCF can used to  provide  interoperability as well as other programming models.You can know more differences between web services and WCF from here.
3

what is difference between web services (.asmx) and wcf in asp.net

By // 1 comment:
I have already explained web services and WCF in more details with real life examples .Now i am going to explain,what is the difference between web services and WCF in .NET.
What is web services:-
Web Services is service which is available over the web. A Web Service is used to implement the specific functionality to Execute the business logic codes of  the application . This technologies allowed  to developer to create a specific component once (make only logic code) so that they can share it across the multiple application by multiple developers. Before the Web Services , we were using two technology which are given below:-
  • Component object model (COM)
  • Distributed Component object model (DCOM)
What is WCF Services:-
 WCF includes all these technologies functionality under a unified programming model,so that developers can easily make distributed application without  facing any problems.But developers have to complete knowledge in WCF Technology.Here How to use WCF Services in asp.net application 
There are some difference between web services and WCF Services in asp.net,which are given below:-
3

WCF In ASP.NET

By // No comments:
In .NET Framework 1.0,It was very difficult to build application for facilitating   communication (messaging) between a server and client.There are several technologies used by the Microsoft but these are not enough use to provide clients service communication efficiently.
  1. Web services (.asmx)
  2. Web Service Enhancements (WSE)
  3. .NET Remoting
  4. Microsoft message queuing (MSMQ)
This  above protocols provided by the Microsoft to perform a client and server   communication (task ) in .NET Technology.
Note :- A Protocol is a set of rules.Means all the communication between client and server performed by the protocols in the universe. 
3
Powered by Blogger.