Saturday, November 27, 2010

CSS Selectors


This is a small post of all the CSS selectors, so when you see a CSS file the next time you understand what the selector in the CSS file means.

Saturday, July 24, 2010

WCF fundamentals .

Explains what WCF bindings, Address, Contract are to give you a quick know how about WCF terminology

Thursday, July 1, 2010

Fundamentals of Value Types and Reference Types

Explains the difference between, Passing Reference and Value Types into methods, byval and byref.

Tuesday, March 30, 2010

EXPRESSION TREES WHAT ARE THEY EXPRESSING

This talks about LINQ and gives you understanding difference btw IEnumerable<T>  and IQueryable<T> used in LINQ to SQL.

Wednesday, March 17, 2010

GARBAGE COLLECTION ON VALUE AND REFERENCE TYPES.



Explains how garbage collector works with Value type and Reference type, for cleaning up the memory.