CLion, a JetBrains IDE, is now free for non-commercial use! Learn more in the blog post.| The JetBrains Blog
WebStorm and Rider, JetBrains IDEs, are now free for non-commercial use! Learn more in the blog post.| The JetBrains Blog
At the start of 2025, I will be joining Duende Software to help drive customer success and advocate for IdentityServer and other tools and frameworks built by the company.| Maarten Balliauw {blog}
Often when developing something, I have the need to check how a function or library works. For example, I always have to check for this question: Does Directory.ListFiles(".\\temp\\") return a list of filenames, a list of relative filepaths, or a list of rooted filepaths? It returns relative filepaths by the way: Directory.ListFiles(".\\temp\\"); [ ".\temp\NuCrunch.Tests.csproj", ".\temp\packages.config", ".\temp\Scratchpad.cs" ] Now that there is a C# Interactive window in Visual Studio, you...| andydote.co.uk
In this third developer diary update for Nodes of Yesod: ZX Spectrum Next, I'll talk about progress on the coding and tools side, and give...| blog.stevewetherill.com