Professional Windows 7 Development Guide

Book Description Everything you need to immediately get the most from Windows 7 This essential and unique book delves into the various elements that Microsoft fixed from Vista and investigates the new features that Microsoft added in response to user requests. Veteran author John Paul Mueller shows you how to work with security policies as […]

Happy New Year 2011

Happy New Year 2011 Xin Chào Tất Cả Các Bạn Nhân Dịp Năm Mới Nguyên Xin Chúc Tất Cả Các Bạn Có Một Mùa Xuân Tươi Vui, An Lành, Hạnh Phúc… Chúc Các Bạn MSPs và Các Bạn Sinh Viên Luôn Đạt Được Những Thành Tựu To Lớn Trong Học Tập, Công Nghệ, Cũng Như […]

Smashing HTML5

Book Description HTML5 is packed with great new features, including new content-specific elements, audio and video playback, canvas for drawing, and many others. But where to begin? With Smashing HTML5, you have everything you need to get up and running quickly. Bill Sanders is a professional Web developer, information and interface designer, and instructor. His […]

Sort Desription in Datagrid in Silverlight

I.Introduction Trong bài này mình xin chia sẽ cách Sắp xết dữ liệu trên Datagrid trong Silverlight . II.Creating Silverlight Application Fire Visual Studio 2010 and Create Silverlight Application Project : Tiếp theo chúng ta làm một giao diện đơn giản  gồm 1 DataGrid để chúng ta show dữ liệu: Sau đây là code XAML […]

C# 4.0 Unleashed

Book Description C# 4.0 Unleashed is a practical reference focusing on the C# language and the .NET platform as a whole. While covering the language in lots of detail, it also provides enough coverage of various popular .NET technologies and techniques (such as debugging) for the reader to be successful on the .NET platform. The […]

Drag And Drop Item In ListBox In WPF

I.Introduction Trong bày này mình xin chia sẻ về cách Drag And Drop Item in WPF : II.Creating WPF Application Fire Up Visual Studio 2010 và tạo WPF Application : Tiếp theo là Design giao diện gồm 2 ListBox để kéo thả Item from ListBox One to ListBox Two : Tiếp theo chúng ta tạo […]

Customize AutoCompleteBox In Silverlight

Intruduction : Trong bài này mình xin chia sẽ về cách Customize AutoCompleteBox in Silverlight . Creating Silverlight Project : Tiếp theo chúng ta tạo một Basic Database : using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace CustomizeAutocompleteBoxSL { public class Codes { public List<Codes> Load() { List<Codes> codes = new List<Codes> { new […]