Entity Framework and LINQ to Entities (1) IQueryable<T> and Remote Query
The previous chapters discussed LINQ to Objects, LINQ to XML (objects), and Parallel LINQ (to Objects). All of these APIs query in memory objects managed by .NET. This chapter discusses Entity Framewo
1932 words
|
10 minutes
Easy Ways to Test SQL Server/SQL Azure Connection
It is incredibly easy to test the SQL Server/Azure SQL Database connectivity or firewall settings from Windows, even without SSMS ([SQL Server Management Studio](https://en.wikipedia.org/wiki/SQL_Serv
141 words
|
1 minute
Detect Chinese Character in Unicode String
2016-01-10
Recently, when trying to convert some directory/file names between Chinese and English, it is necessary to detect if a Unicode string contains Chinese characters. Unfortunately, Chinese language detec
212 words
|
1 minute
Entity Framework and LINQ to Entities (7) Data Changes
Besides LINQ to Entities queries, Entity Framework also provides rich APIs for data changes.
2905 words
|
15 minutes
Installing Android 6 Marshmallow on Nexus 7
I got a ) in 2013. In 2014 it was upgraded to , and then became way slower
280 words
|
1 minute