It’s common knowledge today that a blockchain is a form of a distributed ledger that holds transactions. These transactions are collected in a block and added to the ledger with a reference to the previous block by means of hashes[…]
Read more
Convert.ToDotNet("Everyone")
It’s common knowledge today that a blockchain is a form of a distributed ledger that holds transactions. These transactions are collected in a block and added to the ledger with a reference to the previous block by means of hashes[…]
Read moreTogether with ASP.NET Core 2.0 and Entity Framework Core 2.0 Microsoft released .NET Core 2.0 on August 14, 2017. Read the ASP.NET Core 2.0 and the Entity Framework Core 2.0 announcements for details. You can also watch the launch video on Channel 9 to see[…]
Read moreGiven that .NET Core, as a runtime, is a both open source and multiplatform it’s easy to understand the desire to run your ASP.NET Core project on a Linux host. Practically always you can find a Linux webhost cheaper than[…]
Read moreIn the latest version of Visual Studio (2017) you have at least four different templates for creating a Class Library: Class Library (Universal Windows) Class Library (.NET Framework) Class Library (.NET Core) Class Library (.NET Standard) Additionally, you may also[…]
Read moreCloud9 combines a powerful online code editor with a full Ubuntu workspace in the cloud. You can sign up for free, and create free workspaces. So it’s easy to try out some new coding language or framework without the hassle[…]
Read moreOne of the most exciting aspects of .NET Core is performance. Microsoft has found ways to improve that performance even further. Check out this elaborate post for a tour through just a selection of the performance improvements you’ll find in[…]
Read more