Getting Started with Adobe After Effects - Part 6: Motion Blur

Liked



Upload Image Close it
Select File

Browse by Tags · View All
BRH 58
#ASP.NET 55
ASP.NET 50
#DOTNET 49
.NET 40
WCF 21
DOTNET 12
c# 8
windows azure 7
SILVERLIGHT 7

Archive · View All
April 2011 9
March 2011 9
February 2011 8
December 2010 7
November 2010 5
September 2010 5
August 2010 5
May 2011 4
October 2010 4
January 2011 2

  • 2
    Liked

    Type casting with is and as operator in C#

    I have been seeing many developers are casting between two types using is operator. As we know, we do have as operator also for type casting. For purpose of this article, we are going to use below two classes, claas Player { public string Name { get; set; } public string Team { get; ......
    Blogs »  Debug Mode
    Dhananjay Kumar   Posted on Apr 15 2011 1:34AM
    Profile · Blog
  • 2
    Liked
    1
    Comments

    Walkthrough creating REST Service in WCF 4.0

    Objective This article will explain step to step explanation of, how to create a REST based service and how to consume that in a managed client. Step 1 Create a new project as WCF Service application type. Step 2 Delete all the default code from IService.cs and Service.svc.cs Now open......
    Blogs »  Debug Mode
    Dhananjay Kumar   Posted on Feb 1 2011 7:29AM
    Profile · Blog
  • 1
    Liked

    Stored Procedure in WCF Data Service

    In this article we will explore, how could we use Stored Procedure with WCF Data Service? You can read Introduction to WCF Data service and ODATA here To use Stored Procedure, at time of creation of Data Model, select Stored Procedure as part of Data Model. Now open EDMX file and right clic......
    Blogs »  Debug Mode
    Dhananjay Kumar   Posted on Apr 1 2011 5:16AM
    Profile · Blog
  • 1
    Liked
    1
    Comments

    Accessing WCF service without creating Proxy

    Each time when we want to consume a WCF service, we need to create proxy at client side. To create proxy, service must expose metadata endpoint. Normally We create a WCF service Expose metadata endpoint Add service reference at client side to create the proxy. Using the proxy calls the serv......
    Blogs »  Debug Mode
    Dhananjay Kumar   Posted on Jan 25 2011 2:18AM
    Profile · Blog
  • 1
    Liked

    Default EndPointsin WCF 4.0

    For a normal developer like me, had a great challenge working with WCF 3.x was configuration of End Points in config file. Developer had to add endpoints to setup a WCF service. In WCF 4, Defualt End Point is associated with the service, if we don’t configure any WCF endpoint. To see how D......
    Blogs »  Debug Mode
    Dhananjay Kumar   Posted on Jan 28 2011 2:28AM
    Profile · Blog
Previous 1 | 2 | 3 | 4 | 5 | 6 Next
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]