Click here to Skip to main content
15,914,010 members

Videos


Page 5 of 5
1 2 3 4 5


.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
81. WPF Dependency Property: Compatible with XAML Binding and Code Behind Binding.
An easy guideline to write WPF dependency property which is compatible with XAML binding and code behind binding.
Mahmudul Haque Azad Updated: 13 Dec 2010
Rating: 3.29/5 ( (7 votes))
.

()
» »
Updated:
Rating: ()
82. Request.Uri equivalent in WCF
.NET » »
Mahmudul Haque Azad Updated: 23 Jul 2010
Rating: ( (No votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
83. Writing conditional logic via CSS
Sometimes we face some UI problem like for example We need a line break in Internet Explorer 7. But we don't need that for other browser.This can be done in many ways but i got a interesting solution of this.write a CSS like this.breakOnlyInIE7{ display:none;...
Web Development » HTML »
Mahmudul Haque Azad Updated: 30 Mar 2010
Rating: 1.00/5 ( (1 vote))
84. Converting/Changing Types of Generic List
Suppose we have a base entity class called BaseEntity.We create a child Entity named Status inheriting BaseEntity public class Status: BaseEntityNow lets assume we have two Generic ListList mainList = new List();List childList;Now we want to...
Programming Languages » C# 3.5 »
Mahmudul Haque Azad Updated: 24 Mar 2010
Rating: 3.00/5 ( (3 votes))
85. Convert ArrayList to a Generic List
There is a short cut way to convert ArrayList to a generic list instead of looping through items.Generally this is what people do :omg: List orders = new List(myArrayList.count); foreach (WarriorTrading.Order order in myArrayList) { orders.add(order); }But this...
Mahmudul Haque Azad Updated: 24 Mar 2010
Rating: 4.71/5 ( (7 votes))
86. Modifying GhostDoc XML Comment
A simple trick to add to custom node to the XML commenting.in GhostDoc
Database Development » SQL Server »
Mahmudul Haque Azad Updated: 15 Mar 2010
Rating: 5.00/5 ( (3 votes))
87. Database Driven Unit Testing Using VSTS
Database driven unit testing using VSTS
Web Development » ASP.NET »
Mahmudul Haque Azad Updated: 13 Jan 2010
Rating: 4.83/5 ( (4 votes))

Page 5 of 5
1 2 3 4 5