Paste code from Visual Studio 2015 to Windows Live Writer
Now it is close to the end of 2015, but is still the best Windows blogging tool. For years I use a Windows Live W
271 words
|
1 minute
Download Liked Posts from Tumblr.com
After using tumblr.com for years, a lot of posts have been liked. It would be easier to look up if the contents of these posts are stored to local. Fortunately, tumblr has provided [a set of APIs](htt
1146 words
|
6 minutes
Query Operating System Processes in C#
.NET framework provides some process APIs in class. Only some basic information of process can be
1013 words
|
5 minutes
C# 6.0 Exception Filter and when Keyword
C# 6.0 introduces a new feature exception filter and a new keyword when. , but exception filter/when keyword is not.
1000 words
|
5 minutes
Configure Git for Visual Studio 2015
After installing , the initial Git configurations can be viewed with git config –list:
189 words
|
1 minute
Entity Framework and LINQ to Entities (6) Deferred Execution, Laziness Loading and Eager Loading
In LINQ to Objects, query methods returning IEnumerable<T> implements deferred execution. Similarly, in LINQ to Entities, query methods returning IQueryable<T> implements deferred execution too.
2787 words
|
14 minutes
Convert HTML to Well-Formatted Microsoft Word Document
Recently I wanted to convert my into a Word document (.doc). The tasks are:
1615 words
|
8 minutes
Entity Framework and LINQ to Entities (3) Logging
As fore mentioned, this tutorial will use SQL Profiler to trace the remote SQL queries, which are translated from the LINQ to Entities queries. This is most close the the truth, because the tracing un
567 words
|
3 minutes
Use Fiddler with Node.js
) is an useful HTTP proxy debugger on Windows. It would be nice if it can work with applica
489 words
|
2 minutes