C# functional programming in-depth (2) Named function and function polymorphism
2018-06-02
In C#, the most intuitive functions are method members of class and structure, including static method, instance method, and extension method, etc. These methods have names at design and are called by
3456 words
|
17 minutes
C# functional programming in-depth (1) C# language fundamentals
2018-06-01
C# 1.0 was initially released in 2002, as its first language specification says at the beginning, C# is a “simple, modern, object oriented, and type-safe” programming language for general purpose. Now
5268 words
|
26 minutes
Functional Programming and LINQ Paradigm (3) Programming Paradigms and Functional Programming
2018-05-30
Programming paradigm is the fundamental style of programming. There are , for example:
2824 words
|
14 minutes
Functional Programming and LINQ Paradigm (2) LINQ Overview
2018-05-29
As fore mentioned, LINQ consists of syntax in languages and APIs in libraries:
3371 words
|
17 minutes
Functional Programming and LINQ Paradigm (1) Getting Started with .NET/Core, C# and LINQ
2018-05-28
This is a tutorial of functional programming and LINQ in C# language. The contents was initially based on my . Hope it helps.
3348 words
|
17 minutes
Remote desktop connection authentication error due to CredSSP encryption oracle remediation
2018-05-13
Recently, when connecting to another Windows machine with RD, I got the following RDP authentication error due to CredSSP encryption oracle remediation:
324 words
|
2 minutes
End-to-end: Setup PHP Debugging for Visual Studio Code on Windows
2018-04-07
This is a quick tutorial of minimum installation and configurations of development environment for PHP programming, including Apache, PHP, and Visual Studio Code (VSCode) on 64 bit Windows.
372 words
|
2 minutes
Entity Framework and LINQ to Entities (4) Query Methods
2016-05-31
This part discusses how to query SQL database with the defined mapping classes. Entity Framework and LINQ to Entities supports most of the extension methods provided by Queryable class:
8278 words
|
41 minutes
Debugging Classic ASP with Modern Visual Studio
2016-05-23
Recently I tried to show my Mom some websites I built when I was a kid. Those , some in wh
631 words
|
3 minutes
Shrink Virtual Hard Disk Image (VHD and VHDX) Files
2016-05-06
Virtual hard disk image files () grow bigger during the usage. For instance, this is a 20G virtual disk file for a Window
338 words
|
2 minutes