Tutorial Windows Communication Foundation (WCF) - ServiceContract & OperationContract - Attributes
Published Mon, Jul 20 2009 14:07 | abu
ServiceContractAttribute Name and Namespace - The name and namespace are the optional attibutes. Default name is same as the contract type and namespace is http://tempuri.org . It is always recommondable to use Namespace to specify proper namespace which...
Filed under: , ,
RESTful WCF Service
Published Wed, Jul 8 2009 19:10 | abu
RESTful WCF Services works by identifing the Resources & Action from Uniform Resource Identifiers (URIs). A RESTful web service is called by a unique URI to refer a resource and HTTP verb is to define actions to the resource. HTTP Method - Verb GET...
Filed under: , ,
"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:
ASP.NET AJAX Client Libraries Webcast from Rob Bagby
Published Thu, Dec 25 2008 4:57 | abu
This series of Webcast includes A2Z[complete] ASP.NET AJAX Client Libraries - calling Web services, object-oriented development, creating controls, creating behaviors, and tips and tricks for development WCF Services from ASP.NET AJAX MSDN WEBCAST: CALLING...
Filed under: , ,
REST in WCF
Published Tue, Dec 23 2008 14:26 | abu
The series blog post on REST in WCF REST in WCF - Part I (REST Overview) REST in WCF - Part II (AJAX Friendly Services, Creating The Service) REST in WCF - Part III (AJAX Friendly Services, Consuming The Service) REST in WCF - Part IV (HI-REST - Exposing...
Filed under: , , ,
Url Rewriting using WCF
Published Mon, Dec 22 2008 21:26 | abu
One of my interesting thing is "URL Rewriting". The first time I have implemented it through implementing HTTPHandler using .NET 1.1. Same concept I have applied to a Document Management Service [DMS] project to PUT the document and GET the...
Filed under: , , , ,
WAW!!! What a serie of blog posts for "Covariance and Contravariance" - C# Future...
Published Tue, Dec 16 2008 18:46 | abu
So nicely step by step blogged by Eric Lippert for "Covariance and Contravariance" as "Fabulous Adventures In Coding" Covariance and Contravariance, Part Eleven: To infinity, but not beyond Immutability in C# Part Three: A Covariant...
Filed under: ,
C# Dynamic - CSharp's new feature of the coming version 4.0
Published Mon, Dec 15 2008 17:50 | abu
Very good resources for the coming version... Sam Ng Dynamic in C# Part One Dynamic in C# Part Two Chris Burrows C# Dynamic Part I C# Dynamic Part II C# Dynamic Part III Eric Lippert The Future of C# Part One The Future of C# Part Two The Future of C#...
Filed under: , , , ,
"What NEXT?" - Visual Studio 2010 and with C# 4.0 and VB.NET 10.0 (Oslo)
Published Sat, Nov 29 2008 18:19 | abu
"What's Next?" - Everybody is interested to know about new and upcoming things. While I purchase new thing, I could not wait to use. Previously I was curious to know abour Whidbey, Orcas, WinFx ( Indigo, Avalon)... Next??? Now it is the...
Filed under: , ,
C# Language Evolution - Features of C# 4.0
Published Sat, Nov 29 2008 6:27 | abu
C# Language Enhancement C# 3,0 LINQ C# 3.0 and LINQ With Language Extention C# Dynamic Language Enhancement C# 4.0 can be found on the Downloads page. The CSharpDynamic samples include several projects showing how to use Dynamic with Office, IronPython...
Filed under: ,
Application Architecture Pocket Guides
Published Wed, Nov 26 2008 5:27 | abu
Application Architecture Pocket Guides http://blogs.msdn.com/jmeier/archive/tags/AppArch/default.aspx Web Application Architecture Pocket Guide Mobile Application Architecture Pocket Guide RIA Architecture Pocket Guide Rich Client Application Architecture...
Filed under: ,
More Posts Next page »