January 2009 - Posts

"M" is "Oslo" Modeling Language Language > Tools - Query Analyzer or SQL Server Management Sudio for SQL and “Intellipad” for "M"
Published Sat, Jan 17 2009 13:12 | abu
The evolution of programming languages have been categorized as 1GL, 2GL, 3GL, 4GL....E.g. Machine Language -> Assembly Language -> C / Fortran -> SQL / Focus 4GL. The evolution of these languages are towards Low level language to High Level...
Filed under: , ,
Oslo - Microsoft Official Site
Published Wed, Jan 14 2009 7:22 | abu
Microsoft’s forthcoming modeling platform is OSLO. More on http://www.microsoft.com/soa/products/oslo.aspx "Oslo" realted Downloads are available here http://msdn.microsoft.com/en-us/oslo/cc748654.aspx "Oslo" SDK download - Download...
Filed under:
WCF Tutorial & Hands On Lab (HOL) - Tutorial/Lab # 01 (b) - Client Applications for IIS Hosted Service
Published Sun, Jan 11 2009 17:10 | abu
Download - The Service and Client Application
Filed under:
Tutorial Windows Communication Foundation (WCF) - Basics of WCF - Contracts
Published Sun, Jan 11 2009 4:40 | abu
Windows Communication Foundation (WCF) application is divided two layers namely Services and Clients The WCF services can be exposed in different ways through Web, Windows Service, Self Hosting [Running Console Application]. The Endpoint [Which is having...
Filed under:
WCF Tutorial & Hands On Lab (HOL) - Tutorial/Lab # 01 (b) - Hosting with IIS
Published Fri, Jan 9 2009 10:46 | abu
Now after creating "Hello World" most easy Service we will very happy to see by getting access throug a browser to access WSDL file and can be used in any other application by adding Service Reference. Yes, we can access it just like to .asmx...
Filed under:
SOA in the Real World
Published Thu, Jan 8 2009 6:16 | abu
This is one of my most interesting eBook which gives the real concepts of SOA. I am here to share this... Click on the book's image to download
Filed under:
A2Z WCF Hands On Lab (HOL) - Tutorial/Lab # 01 (a) - Metadata Exchange - WSDL
Published Mon, Jan 5 2009 11:45 | abu
The metadata is to describe how to interact with the service's endpoints. We could generate Proxy class for the Client as well as it updates the .config files[App.config/Web.config] for the Client Application. For example Svcutil.exe could automatically...
WCF A2Z Hands On Lab (HOL) - Tutorial/Lab # 01 (a) - Client Application
Published Sun, Jan 4 2009 12:04 | abu
Step 5. Create New Console Project for creating Client Application the Service - Start running the Service when you generate the Proxy of the Service 5.1- Added Service Reference of the created Service 5.2- Created Proxy Class of the created Service ...
Filed under:
WCF A2Z Hands On Lab (HOL) - Tutorial/Lab # 01 (a) - Service
Published Sun, Jan 4 2009 5:41 | abu
Step 1. Created one Console Project Step 2. Created one Project in the same Solution IMyFirstService.csproj for declaring/designing Service contact 2.1- Added reference to System.ServiceModel using System; using System.Runtime.Serialization; using System...
Filed under:
Download Code - A2Z WCF Hands On Lab (HOL) - WCF Tutorial/Lab # 01- Service and Client Application
Published Sat, Jan 3 2009 6:23 | abu
Here is the code... Click to Download This is my first post for WCF HOL. I will be posting series of Lab Sessions with code and explanations for the whole series. I have noticed in one UG Session people who don't have any WCF backround but who are...
Filed under: