Microsoft Most Valuable Professional Kit Unboxing
I am very happy to receive the Kit:
17 words
|
1 minute
Ellipses (…) In UI Command Text
Some times, command text is followed by ellipsis (…) or not:
437 words
|
2 minutes
A Snapshot Of ASP.NET Homepage
First time to appear on homepage as headline!
31 words
|
1 minute
A ToDynamic() Extension Method For Fluent Reflection
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
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
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
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
Conflicts are very common when concurrently accessing the same data.
1218 words
|
6 minutes
Understanding LINQ to SQL (8) Transaction
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?
does not monitor transaction events by default.
73 words
|
1 minute