Browse by Tags

Tagged Content List
  • Wiki Page: How to consume WCF Service using Channel Factory

    A Channel Factory is implemented by the IChannelFactory Interface and their associated channels are used by the initiators of a communication pattern. The Channel Factory class is useful when you want to share a common service contract DLL between the client and the server. When to use Channel Factory...
  • Wiki Page: Introduction to WCF Data Services

    Table of Contents Introduction OData(Open Data Protocol) WCF Data Service + oData Data Service Providers Introduction WCF Data Services (formerly known as ADO.NET Data Services and codename is “Astoria”) is a platform for what Microsoft calls Data Services. This is a component of the .NET...
  • Wiki Page: WCF Data Services with Entity Framework Provider

    This Article focuses on how we can implement a WCF Data Service with Entity Framework Provider. I have created an empty ASP.NET web application. Now let’s start by adding an ADO.NET Entity Data Model to the project. ADO.NET Entity Data Model Now I am...
  • Wiki Page: WCF Data Services with Reflection Provider

    Today let’s see how to implement a WCF Data Service with Reflection Provider. The reflection provider exposes data in classes which returns an IQueryable<T> I am going to use the same scenario which I used to demonstrate WCF Data Services with Entity Framework Provider . Scenario...
  • Wiki Page: Set WCF Service Authentication to Use a Custom Username & Password over HTTP

    It’s a common requirement where you want to authenticate the requests which the clients will make to your WCF services. And let's say that’s using some data which you have in your user table. In WCF, the default, when a user name and password is used for authentication, is let Windows to validate...
  • Wiki Page: CRM 2011 : how to use OrganizationServiceClient without XRM dll, with pure WCF call(OrganizationServiceClient, Create, Update)

    Below are the steps which may be helpful while trying to access CRM 2011 on premise with "OrganizationServiceClient" class. Benefits : no need to use XRM.dll, no early bound class. Also it will help in accessing multiple Organizations in an CRM 2011 installation with the same peice of code...
  • Wiki Page: New Features in WCF 4.5

    In the .NET Framework 4.5 Developer Preview, the following features have been added to make it simpler to write Windows Communication Foundation (WCF) applications: 1- Simplification of generated configuration files. 2- Support for contract-first development. 3- Ability to configure ASP.NET...
  • Wiki Page: what microsoft promises to offer in .NET 5.0

    Introduction of New Features in C# 5.0 1. C# Evolution Matrix Microsoft just published a new version of C# : 5.0 beta with CLR version 4.5 (Visual Studio 11 beta). In order to get a big picture of the whole evolution of C# language, I summarized all the key features into a C# Evolution Matrix...
  • Wiki Page: WPF Xaml datagrid by Infragistics

    xamDataGrid is UI component for .NET WPF applications developed by Infragistics , which can provides rich UI grid interface for you data. you can bind this control to ObjectDataProvider and XmlDataProvider. Main Features of this control: You can bind this control with all WPF data providers...
  • Wiki Page: Understanding Garbage Collection from enterprise Perspective

    Advance Memory Management Caching objects Keep all the objects like view Model objects, Model objects, business objects, static objects etc.. in a centralized Cache. Disposing centralized cache can promote greater memory reductions. Microsoft provides built-in Cache in .NET runtime, but...
  • Wiki Page: CRM 2011 : Using OrganizationServiceClient to Update owner, Share/ Unshare record (OrganizationRequest, Grant Access, Revoke Access), without XRM dll with pure WCF Call

    I was trying to execute all kinds of operation using pure WCF call to CRM 2011, without adding any xrm dll or early bound class. To make the whole piece of code dynamic and free of any externsal source, it can be achieved by adding the WCF service end point(.svc end point) and using two methods provided...
Page 1 of 1 (11 items)
Can't find it? Write it!