twitter
    Find out what I'm doing, Follow Me :)

Friday, January 23, 2009

A brief list of Out of the box WCF Bindings

Here is a list of WCF out-of-the-box bindings, brief information about them (from MSDN) and the link which points to further details. I found these brief definitions indeed, very helpful.

read more | digg story
Read more

Exposing a WCF Service With Multiple Bindings and Endpoints

WCF supports multiple bindings that allows developers to expose their services in a variety of ways. What this means is a developer can create a service once and then expose it to support net.tcp:// or http:// and various versions of http:// (Soap1.1, Soap1.2, WS*, JSON, etc). This can be useful if a service crosses boundaries between intranet and extranet applications for example. This article walks through the steps to configure a service to support multiple bindings with Visual Studio 2008 and the .Net 3.5 framework.

read more | digg story
Read more

Thursday, January 22, 2009

All Microsoft SDKs at one place.

My brother shared this page where you can find links to Microsoft Software Development Kits (SDKs), which provide documentation, code samples, tools, headers, libraries, and other files that developers can use to create software applications and libraries. MSDN subscribes already get these kits.http://msdn.microsoft.com/en-us/dd299405.aspx

read more | digg story
Read more

Improving Web Services Security: Scenarios and Implementation Guidance for WCF

This guide shows you how to make the most of WCF (Windows Communication Foundation). With end-to-end application scenarios, it shows you how to design and implement authentication and authorization in WCF. Learn how to improve the security of your WCF services through prescriptive guidance including guidelines, Q&A, practices at a glance, and step-by-step how tos. It's a collaborative effort between patterns & practices, WCF team members, and industry experts.

read more | digg story
Read more

Wednesday, January 21, 2009

What is your greatest strength/greatest weakness?

My tips on the strengths/weaknesses question: Anticipate this question, and write down your strengths and weaknesses before the interview. Maybe think of three each. Ask the interviewer to clarify the question. Depending on the type of interview, this question may be getting at general competencies, technical skills, teamwork situations...

read more | digg story
Read more

Wednesday, January 14, 2009

patterns & practices Application Architecture Guide

Overarching microsoft patterns & practices guide on how to architect your software application in an Enterprise environment. Covers normal n-teir as well as RIA (Silverlight), Web Apps, Mobile Apps, Rich Clients. Also covers layers of an application and gives some good timeless advice that's not even Microsoft specfic

read more | digg story
Read more
Related Posts with Thumbnails