Sign in
Jack Ma, a developer's random stuff
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
RSS for posts
Atom
RSS for comments
OK
Search
Tags
azure
Code First
cspack
entity framework
misc
WAD
Archive
Archives
April 2013
(1)
February 2013
(1)
November 2012
(4)
October 2012
(1)
July 2012
(1)
March 2012
(2)
February 2012
(1)
December 2011
(5)
November 2011
(3)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Jack Ma, a developer's random stuff
A list of readings on async programming
Posted
1 month ago
by
Jack Ma
0
Comments
Understanding the SynchronizationContext in ASP.NET http://vegetarianprogrammer.blogspot.com/2012/12/understanding-synchronizationcontext-in.html It's All About the SynchronizationContext http://msdn.microsoft.com/en-us/magazine/gg598924.aspx Don't Block...
Jack Ma, a developer's random stuff
Something I should be aware of two years ago
Posted
2 months ago
by
Jack Ma
0
Comments
I really wish I have known about these changes two years ago. So I can save some hours for resolving weird gacutil issue. http://blogs.msdn.com/b/mjeelani/archive/2010/06/07/top-2-things-you-should-know-about-the-global-assembly-cache-gac-in-net-4-0.aspx...
Jack Ma, a developer's random stuff
If you don’t want to use one input method for all
Posted
6 months ago
by
Jack Ma
0
Comments
I’m using Windows 8 system for my regular daily work. I’m using English as the display language and most time I type English since it is the work language in this company. However, I’m a Chinese and it is pretty reasonable that I sometimes need to type...
Jack Ma, a developer's random stuff
LocalResource for Diagnostic, the size config matters
Posted
6 months ago
by
Jack Ma
0
Comments
In one of my Azure projects, we use local storage to temporarily store some logging data files and then leverage the Windows Azure Diagnostic (WAD) to transfer/forward these files to a storage account. We encountered a weird problem when we tried to configure...
Jack Ma, a developer's random stuff
A not-bad article on WinRT for .NET devs like me
Posted
6 months ago
by
Jack Ma
0
Comments
Turning to the past to power Windows' future: An in-depth look at WinRT http://arstechnica.com/features/2012/10/windows-8-and-winrt-everything-old-is-new-again/
Jack Ma, a developer's random stuff
A tool to simplify and automate your SQL Azure database backup
Posted
6 months ago
by
Jack Ma
0
Comments
So you have one or more SQL Azure databases that have data stored you treat really seriously and want to back them up on a regular basis like what you usually do for on-premises databases. However, the backup/restore story is different from on-premises...
Jack Ma, a developer's random stuff
win 8 doesn’t like WEP Wi-Fi connection
Posted
6 months ago
by
Jack Ma
1
Comments
My newly installed win 8 system failed to connect to my home Wi-Fi without any useful information provided. I tried many times, and it always failed. Then I tried to re-configure my router to change the security type to WPA2-Personal and used AES algorithm...
Jack Ma, a developer's random stuff
A nice post from Jianshuo Wang
Posted
9 months ago
by
Jack Ma
0
Comments
Surrounded by the Crazy to be Normal “I wrote an article on Weibo “ They Said… ” (Chinese) by Lu Chunqing. A very nice article. She mentioned the pressure from “They said…” in mainland China. People tell you to be stable, to get a good job, and to marry...
Jack Ma, a developer's random stuff
I like this statement: The 100% coverage practice is costly only when it forces substandard code to be well designed.
Posted
over 1 year ago
by
Jack Ma
0
Comments
And it is from a post of Patrick Smacchia on simple-talk . Patrick wrote an essay about writing unit testing code in c#, in which I personally found a lot of good points that I could not agree more. For example: Not all classes need to be 100% covered...
Jack Ma, a developer's random stuff
a special day
Posted
over 1 year ago
by
Jack Ma
0
Comments
Today, Windows 8 Consumer Preview and VS 11 Beta are announced. This makes a special day for Microsoft in terms of 2012 is a release year. Following are the quick links for you to get started to try out these goodies. Visual Studio 11 Beta & .NET...
Jack Ma, a developer's random stuff
Be careful when you use both Windows Azure Diagnostics and auto cspack build
Posted
over 1 year ago
by
Jack Ma
0
Comments
Recently, one application I work on encountered an interesting issue. We have configured WAD to forward the Windows event logs to a storage account before and it used to work very well. However, after a recent new deployment, all Windows event logs on...
Jack Ma, a developer's random stuff
build agent cannot be removed due to problematic reserved build
Posted
over 2 years ago
by
Jack Ma
0
Comments
Due to an unidentified problematic reserved build, one of our build engine stops to function properly. Although build agent is obviously with a Ready state and not running any workflows (aka builds), it simply doesn’t give any responses to the build service...
Jack Ma, a developer's random stuff
have you ever really understood how Reliable Sessions works?
Posted
over 2 years ago
by
Jack Ma
0
Comments
The Reliable Sessions feature of WCF has bothered me for a while because I thought I have never really understood it before I read this great post written by the original feature owner for it. Go read it if you are also interested in this stuff. “TCP...
Jack Ma, a developer's random stuff
/debug, /optimize
Posted
over 2 years ago
by
Jack Ma
0
Comments
MSDN has articles about these two compiler switches. However, people have been always confused by the statements in this article. What does that exactly mean? Following are some experiment results for your references. BTW, here is a great post cover more...
Jack Ma, a developer's random stuff
Yet another great post about use case and user story
Posted
over 2 years ago
by
Jack Ma
0
Comments
Here we go .
Jack Ma, a developer's random stuff
scenario, user story, use case
Posted
over 2 years ago
by
Jack Ma
0
Comments
Here is a link to the most straightforward explanation around these concepts I have seen. In case you don’t want to drill down to the link above, following is a excerpt. I’ve tried answering this question so many times and in so many ways: “What’s the...
Jack Ma, a developer's random stuff
tfsbuild destroy is your friend
Posted
over 2 years ago
by
Jack Ma
0
Comments
Here is what I just got by using this command . Microsoft (R) TfsBuild Version 10.0.0.0 for Microsoft Visual Studio v10.0 Copyright (c) Microsoft Corporation. All rights reserved. Destroy build record for 258141 permanently? (Yes/No/All) all Destroying...
Jack Ma, a developer's random stuff
Database.ExecuteSqlCommand
Posted
over 2 years ago
by
Jack Ma
2
Comments
Database.ExecuteSqlCommand is very useful when leveraging Entity Framework 4.1/4.2 Code First model to do the data access or object relational mapping. To make sure your code is bullet proof for SQL injection attacks, you must use the parameterized SQL...
Jack Ma, a developer's random stuff
Resuming my blog…
Posted
over 2 years ago
by
Jack Ma
0
Comments
It’s been a while since I quit my dedicated co-located web server and even my personal Live blog was moved to wordpress (meaning dead, because of the GFW ). It’s also been a while that I have told myself countless times that it is time to record this...
Page 1 of 1 (19 items)