Explore >> Select a destination


You are here

blog.spreendigital.de
| | visualstudioextensions.vlasovstudio.com
7.9 parsecs away

Travel
| | 1. Install Microsoft Visual Studio Community 2022 (64-bit) - Preview Version 17.11.0 Preview 2.0. 2. Create an empty (0 bytes) file 1.sln. 3. Open 1.sln location in Windows 10 File Explorer. 4. File Explorer crashes and restarts. Faulting module name: SHELL32.dll, version: 10.0.19041.3271, time stamp: 0x309f89ae Exception code: 0xc0000005 Fault offset: 0x00000000000bac16 Faulting application path:...
| | aradaelli.com
8.0 parsecs away

Travel
| |
| | 128bit.io
8.1 parsecs away

Travel
| | I'm still on my journey with exploring F# but I want to look at something with the .Net Core platform itself, so this will apply to both C# and F#. Ahead-Of-Time (AOT) compilation isn't a new concept. Languages like C and C++ need to be compiled before (or ahead of) execution time. The JVM and CLR took a different approach, creating "virtual machines" or runtimes that could run your code, giving us the promise of "write once, run anywhere" or anywhere that has a virtual machine at least.
| | cppstories.com
63.8 parsecs away

Travel
| Maybe I'll be boring with this note, but again I need to write that this was another good year for C++! Here's a bunch of facts: Visual Studio 2015 was released with great support for C++14/17 and even more experimental features. Long-awaited GCC 5.0 was released at the beginning of the year.