.NET Core 3.0 is Now .NET 5
2019-05-07
2016, Microsoft announced "
What is the Difference between a struct in C# sharp and C++
2019-05-05
The main difference between Struct in C# and C++ is that a Struct in C# is a Value Type but it is a ...
Marshalling C++ struct in C#
2019-05-03
We have a WPF project that needs to communicate with a C++ project via TCP/IP socket (Winsocket). WP ...
Microsoft Blazor is in Preview status but no longer Experiment
2019-04-20
2019 April 18, Microsoft Blazor Project leader Daniel Roth announces that Blazor is in official Prev ...
Our Blog Site Has Been Changed to a Static Website
2019-04-20
Our blog post has been changed from the original wordpress to a static website. The main purpose is ...
Azure Scheduler will be retired
2018-09-30
Azure Logic Apps is replacing Azure Scheduler, which is being retired. ...
How to override bootstrap styles
2018-08-26
Let’s just give an example directly, about
how to override bootstrap styles: ...
CSS Media Queries for Desktop, Tablet, Mobile from GitHub
2018-08-23
Gokulakrishnan Kalaikovan provides very helpful and clear CSS Media Queries for Desktop, Tablet, Mob ...
C++ Console application can not Debug
2018-07-09
We met a problem recently when we debugged a C++ Console application in both of Visual Studio 2017 a ...