What is a Portable Class Library?

UPDATE Oct 9 2017: Article comparing/constrasting .NET Core/Std/PCL UPDATE Nov 23 2016: Article by Rick Strahl UPDATE Oct 29 2016: .NETStandard 1->2 FAQ UPDATE Oct 19 2016: This is the best interview/video I’ve seen to date covering .NET Standard 2.0 UPDATE Sep 27 2016: .NET Standard 2.0 announcement post has more good info UPDATE Jun … Read more

Build error: You must add a reference to System.Runtime

To implement the fix, first expand out the existing web.config compilation section that looks like this by default: <compilation debug=”true” targetFramework=”4.5″/> Once expanded, I then added the following new configuration XML as I was instructed: <assemblies> <add assembly=”System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a” /> </assemblies> The final web.config tags should look like this: <compilation debug=”true” targetFramework=”4.5″> <assemblies> … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)