Paste code from Visual Studio 2015 to Windows Live Writer
2016-04-22
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
2016-04-12
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#
2016-04-02
.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
2016-03-07
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
2016-03-03
After installing , the initial Git configurations can be viewed with git config –list:
189 words
|
1 minute
Batch Processing Compression Archives with Different Formats (RAR, ISO, 7z, Zip, …) in C#
2016-03-02
](http://techheavy.s3.a
1590 words
|
8 minutes
Entity Framework and LINQ to Entities (6) Deferred Execution, Laziness Loading and Eager Loading
2016-02-26
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
2016-02-23
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
2016-02-22
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
2016-02-22
) is an useful HTTP proxy debugger on Windows. It would be nice if it can work with applica
489 words
|
2 minutes