Microsoft Most Valuable Professional Kit Unboxing
2010-10-28
I am very happy to receive the Kit:
17 words
|
1 minute
Ellipses (…) In UI Command Text
2010-06-26
Some times, command text is followed by ellipsis (…) or not:
437 words
|
2 minutes
A Snapshot Of ASP.NET Homepage
2010-06-10
First time to appear on homepage as headline!
31 words
|
1 minute
A ToDynamic() Extension Method For Fluent Reflection
2010-06-07
Recently I needed to demonstrate some code with reflection, but I felt it inconvenient and tedious. To simplify the reflection coding, I created a ToDynamic() extension method. The source code can be
1532 words
|
8 minutes
Back From Microsoft Web Camps Beijing
2010-05-25
I am just back from , where Web developers in Beijing had a good time for 2 days with 2 fantastic speakers, a
199 words
|
1 minute
Anti-Forgery Request Recipes For ASP.NET MVC And AJAX
2010-05-22
This post discusses solutions for anti-forgery request scenarios in ASP.NET MVC and AJAX:
1484 words
|
7 minutes
Understanding LINQ to SQL (10) Implementing LINQ to SQL Provider
2010-05-11
So far LINQ to SQL data CRUD (Creating / Retrieving / Updating / Deleting) has been explained. This post takes a deeper look at the internal implementation of LINQ to SQL query.
2050 words
|
10 minutes
Understanding LINQ to SQL (9) Concurrent Conflict
2010-04-26
Conflicts are very common when concurrently accessing the same data.
1218 words
|
6 minutes
Understanding LINQ to SQL (8) Transaction
2010-04-22
The previous post has shown that, when invoking SubmitChanges(), the translated SQL (INSERT / UPDATE / DELETE) are always executed within a TRANSACTION.
539 words
|
3 minutes
Where Is Transaction Events In SQL Server Profiler?
2010-04-21
does not monitor transaction events by default.
73 words
|
1 minute