Browse by Tags
All Tags »
WCF (
RSS)
Visual Studio 2010 and .Net Framework 4.0 Beta 1 Is Publically Available Downloads Video: How to Download and Install the Beta .NET Framework 4 Beta 1 Visual Studio Team System 2010 Team Suite Beta 1 Visual Studio 2010 Professional Beta 1 Visual Studio Team Foundation Server 2010 Beta 1 Training and Resources Visual Studio 2010 and .NET Framework 4 Training Kit - May Pre view What's New in Visual Studio 2010 Visual Studio 2010 Product Highlights WCF WF Samples for .NET Framework 4.0 Beta...
WF/WCF using Visual Studio 2010 and .NET Framework 4 Training Kit The Microsoft WF/WCF using Visual Studio 2010 and .NET Framework 4 Training Kit includes presentations, hands-on labs, and demos. This content is designed to help you learn how to utilize the Visual Studio 2010 features and a variety of WF and WCF new features. Learn basic workflow creation , hosting and running , and test-drive workflow development. Get an introduction to workflow services, communication between workflows...
WCF REST Starter Kit Preview 2 Available on Codeplex The WCF REST Starter Kit is a set of features, Visual Studio templates, samples and guidance that enable users to create REST style services using WCF . While the October release of the WCF REST Starter Kit focused on building server-side REST services, the Preview 2 release adds features to make client-side REST development easier. Among the new functionality included in Preview 2 is a new class that provides a staged pipeline model for requesting...
Building an IE8 Visual Search Provider for my Twitter Friends With the upcoming release of Internet Explorer 8 , one of the new features in it that I am most excited about is the Visual Search Suggestions . In this post I will build a Visual Search Suggestion Provider that displays a list of my twitter friends with their current status and profile image as I type their name in the search box. You can download the source code of the complete version of this guide . This guide is based on the Search...
WCF on IIS7 on Vista - Adding .svc Handler I’ve just formatted and reinstalled my computer yesterday. When I started to build a W CF Service on IIS 7 on my Vista machine, I got the following message: Server Error in Application “Default Web Site/...” HTTP Error 404.3 - Not Found The page you are requesting cannot be served because of the extension of the configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map. This is what I did to have it work: Start...
Download PDC 2008 Sessions and Watch Offline personally prefer watching sessions regardless of my Internet connection status, so I decided to download PDC08 sessions and watch offline . I collected the list of available sessions from PDC 08 , and they are easy to download. I personally use Free Download Manager for simultaneous efficient downloads - you can try it yourself. Just select all the text in this post, right click and select “Download Selected with Free Download Manager”. For a full list...
WCF Service Contract Refactoring affects Configuration File in VS2008 SP1 Visual Studio 2008 shipped with several WCF project templates that give a better starting point than an empty project. The WCF Service library creates a project with an initial service contract, a basic service implementation class and some basic configuration settings in the configuration file. The thing was, that you would probably want to change the name of the service contract, the service implementation name and the names...
Training Kit for VS 2008 SP1 and .Net Framework 3.5 SP1 The ASP.Net 3. 5 Enhancement Training Kit was updated to VS 2008 SP1 and .Net Framework 3.5 SP1 and is available for download. This kit contains presentations, demos and labs for getting started with the new technologies that shipped as part of the service pack. Download here . Enjoy!
How To: Call Java EE Web Service from Silverlight Client I have already posted about How To: Call a Java EE Web Service from a .Net Client , but if Silverlight is the .Net client application that consumes that service, there are several issues you should be aware of. Only asynchronous operations When adding a service reference from a Silverlight application to any web service, the generated proxy has only async operations. This means that instead of calling the operation and get the result: CalculatorServiceClient...
How To: Call a Java EE Web Service from a .Net Client
Many organizations have server side investments in Java technologies. While they want to build a compelling UI with Microsoft’s latest technologies, such as WPF and Silverlight, they still want to benefit from those existing investments instead of rewriting them. In order to do so, we have to bridge between those technologies and allow client side technologies consume Java web services.
This post is a step by step guide for building a Java EE Web Service, and a .Net client application that consumes it.
...
Silverlight WCF Returns HTTP 404 Today I ran into something weird. I created a WCF Service and tested it with simple .Net client application and it worked fine. Than, I build a Silverlight application and tried to call the same service, but kept getting: System.ServiceModel.ProtocolException : " The remote server returned an unexpected response: (404) Not Found ." What I found out was that since the WCF call was made to a service that is not under the same domain as my Silverlight application...
Finally Released: DinnerNow.Net for Visual Studio 2008 RTM After being requested so many times in the forums and discussion lists, it is Finally Released: DinnerNow.Net for Visual Studio 2008 RTM. If you're not familiar with the DinnerNow.Net sample application, this is a fully open-source application that demonstrates the core concepts and enhancement in the .Net Framework 3.5 such as: LINQ to SQL WF/WCF integration IIS7 & Windows Activation Services (WAS) hosting for WCF services WCF 3...
How to: Build an N-Tier application with WCF and DataSets in Visual Studio 2008 We've known ADO.Net DataSets since the day we started developing data centric applications with the .Net Framework. In the early days of Visual Studio 2003 we have designed DataSets using the XSD designer and had to program the Data Access Layer ourselves. Visual Studio 2008 brings many enhancements to DataSets , which help us to create data centric applications easier than ever. This post is a step by step guide...
Policy Injection Application Block (PIAB) and WCF The February Edition of MSDN Magazine was recently published with a great collection of articles: Roll Your Own: Create a Language Compiler for the .NET Framework Joel Pobar Silverlight: Create a Custom Expression Encoder Publishing Plug-In Laurence Moroney WF How-To: Building State Machines with Windows Workflow Foundation Keith Pijanowski Data Points: Designing an Entity Data Model John Papa Cutting Edge: Customize Controls...
Service Factory: Modeling Edition - A New CTP for Visual Studio 2008 The patterns & practices group has released a new CTP of the Service Factory: Modeling Edition that works with Visual Studio 2008 . Note that this release is only a CTP, and the full release is scheduled for February 2008, around the time Visual Studio 2008 is officially launched. To get started with the Service Factory: Modeling Edition , you should download the Visual Studio 2008 SDK 1.0 and the Guidance Automation Toolkit...
More Posts
Next page »