Dixin's Blog
Microsoft Most Valuable Professional (CodingOnWheels.com) & Photographer (PicturesOnWheels.com). Code examples: GitHub.com/Dixin/Blog.
-
C# Coding Guidelines (1) Fundamentals
Recently some talks on dos and don'ts of C# 2.0 / 3.0 / 4.0 are delivered for some junior developers in my friend’s team. Since the feedback looks good, those contents are decided to write down.
-
Understanding C# Covariance And Contravariance (8) Struct And Void
Understanding C# Covariance And Conreavariance:
-
Microsofty Kids Around (1) My Nominal Daughter
I am very glad to introduce my nominal daughter (or “dry daughter” in Chinese). This is a kind of Chinese culture. Her parents are my very good friends so she could be treated just like my daughter:
-
The Memory of Programming in Seattle (6) University of Washington
The Memory of Programming in Seattle:
-
The Memory of Programming in Seattle (5) Playing around
The Memory of Programming in Seattle:
-
The Memory of Programming in Seattle (4) Food
The Memory of Programming in Seattle:
-
The Memory of Programming in Seattle (3) Living
The Memory of Programming in Seattle:
-
The Memory of Programming in Seattle (2) Working
The Memory of Programming in Seattle:
-
The Memory of Programming in Seattle (1) Places
Long long ago, I was working in Seattle – actually in Microsoft Redmond campus. That experience gave me a lot of beautiful memories:
-
LINQ via C# Events Posters Design
10 LINQ via C# events have been held successfully. Each event is a pure English speaking technical talk. I designed some posters for the events, with no enough time to design for each event.
-
Introducing CoolWebOS.com
This post is supposed to introduce the so-called WebOS – http://www.CoolWebOS.com/, as well as to have your important feedback.
-
Understanding C# Covariance And Contravariance (7) CLR
Understanding C# Covariance And Conreavariance:
-
A UI bug of Windows Server 2008 R2 RTM
Today when playing with Windows Server 2008 R2 RTM at home, I noticed a small UI bug from the start menu.
-
Understanding C# Covariance And Contravariance (6) Typing issues
Understanding C# covariance and contravariance:
-
Understanding C# Covariance And Contravariance (5) Higher-order functions
Understanding C# Covariance And Conreavariance:
-
Understanding C# Covariance And Contravariance (4) Arrays
Understanding C# Covariance And Conreavariance:
-
Understanding C# Covariance And Contravariance (3) Variances in .NET
Understanding C# Covariance And Conreavariance:
-
Understanding C# Covariance And Contravariance (2) Interfaces
Understanding C# Covariance And Conreavariance:
-
Understanding C# Covariance and Contravariance (1) Delegates
Understanding C# Covariance And Conreavariance:
-
Developing ASP.NET MVC Website in Visual Studio
Sometimes I send ASP.NET MVC project to some senior friends, and ask them for code review. But some of them do not have the Visual Studio ASP.NET MVC add-on installed. So I tried to develop MVC websites in a normal Web application project, so Visual Studio can run the project without installing ASP.NET MVC add-on.