Introduction to WCF.

What is WCF? WCF stands for Windows Communication Foundation. The main use of WCF is to develop distributed system. WCF main feature is interoperability. What are Advantages of using WCF? 1. Interoperability 2. Scalability 3. Enhance security and reliability compared to ASMX (Web services) WCF services have following elements Message – This is the object … Read more

WCF tutorial for beginners and experience

WCF stands for Windows Communication foundation. It is used for developing distributed system.Below are the topics which are important in WCF for beginners and for experience as well. WCF Introduction WCF vs. Web Service WCF Architecture ABC of WCF First WCF Application WCF Binding WCF- IIS Hosting WCF- Self Hosting WCF- WAS Hosting WCF- Service … Read more

Learn OOPS concept in simple and easy way

In this blog, We will see Object Oriented Programming Principal in simple and easy way. What is Object Oriented Programming Concept? Object oriented is an approach to do programming in C#, Java etc. Before object oriented programming structural programming model was in use. C programming language is an example of  structural programming. But the problem … Read more

Basics of WCF Architecture

WCF Architecture WCF stands for Windows Communication Foundation, introduced by Microsoft. WCF is one of the popular technology to build Service-Oriented Systems. WCF is the unified model for all existing distributed technologies by Microsoft such as ASMX Web Service,.Net Remoting. WCF supports HTTP, TCP, MSMQ and other protocol as well to communicate. Following image explains … Read more

WCF vs Web Services

Most useful and most asked question in an interview is WCF vs Web Services. It could be asked in various form like Why WCF is better than Web Services WCF and Web Services both are the implementation of SOA (Service Oriented Architecture), both are SOAP-based services. WCF supports other formats as well apart from SOAP … Read more

how to do url rewrite in C#.net. implemented in asp.net4.0 version

how to do url rewrite in C#.net. implemented in asp.net4.0 version Url rewriting is just to display a friendly and readable url instead of a comlex or unfriendly url. Suppose there is a url in your website just like below: http://sharepointcafe.net/Page.aspx?userid=23456 The disadvantages of above mentioned url are: 1. This is not a friendly url.2. … Read more

Three tier architecture in ASP.Net using C# code

Read my other blogs, C# 6.0 new features, ASP.Net Tutorial and .Net Core Tutorial.In this blog, we will see 3-tier architecture to develop an application in C#. What is 3-Tier Architecture? 3-Tier architecture is well known in software development for web and windows software.3-Tier architecture contains UI (Presentation) Layer, Business Logic and Data Access Layer. … Read more

RSS
YouTube
YouTube
Instagram