TechBubbles

Microsoft Technology BLOG

Latest stories

Visual Studio 2008 SP1 Features

Introduction Visual Studio 2008 service pack 1(SP1) and .NET Framework 3.5 SP1 offers the developers to develop rapid,responsiveness and stable applications. It allows the developers to develop applications that optimized for windows vista, SQL server, MS 2007 office system and the web. Features Overview WPF Designers SQL Server 2008 support ADO.NET Entity Designer TFS enhancements Performance...

WCF Sample in Visual studio 2008

Introduction This post explains the procedure to develop the sample WCF Service and WCF Client  in Visual studio 2008. Get an overview on WCF and WCF Terms. 1. Start open  Visual studio 2008, Select new project option from file menu 2. Select the WCF ServiceApplication template from the project templates. 3. WCF Service describes the operations that perform in a service contract. 4...

Overview of .NET Remoting

Introduction This post provides you the overview of .NET Remoting Framework. It allows the objects to interact with one another across the application domains. Features Communication channels for transporting messages across applications Formatters are used for encoding and decoding the messages. supported formatters are...

Remoting in .NET Framework 2.0

Introduction Remoting is  distributed application technology built in the Framework 2.0 with new features which allows the developer to build wide range of distributed applications. Overview of Remoting. Introduced some new features in Remoting in .NET FW 20. The applications are now more secured and performanent. Enhancement in the Channel infrastructure: The new channel IPC is introduced...

Web services security

Introduction Securing a Web service is possible using WSE (Web Services Enhancements) for .NET. We can define the security requirements for both incoming and outgoing SOAP Messages this we can call it is a policy. We can define the policy in two ways 1. Using WSE Settings 3.0 Tool 2. Adding the policy element to the XML file Alternatively we can define the policy file either in development or...

WSE Settings 3.0 Tool

The WSE features can be enabled by using WSE 3.0 tool which is a graphical user interface in visual studio 2005. You have to download the WSE 3.0 for .NET to configure the WSE 3.0 tool. To open the WSE Settings 3.0 tool from Visual Studio 2005. Open the Solution or project that you want to use the WSE with. Right click the project point to WSE Settings 3.0 and click   To use the WSE settings...

Overview of WSE 3.0

Introduction Web Services Enhancements is a .NET class library to develop web services using latest protocols. Features Securing the Web Services: It is difficult to secure a web service that cross the security domains. We can secure a web service by sending over secure transport, such as Secure Socket Layer(SSL) but that holds good when the communication is point-to-point. Some times SOAP...

SOAP Message Routing with WSE

A application using WSE can be designed by setting up a intermediary computer that is configured to run on WSE router. Clients send messages to WSE router instead of to the web service. WSE Router Benefits of using WSE router is computer that hosting a web service can be taken offline for maintenance with out modifying the client code or its configuration. Administrator prepares a web.config file...

TechBubbles Microsoft Technology BLOG

Follow me

Archives

Tag Cloud