Want to receive every Tuesday the best .NET links?
Once subscribed you can login, submit a link and receive the weekly newsletter.
by bill-s, 2017-01-28T08:55:55.000Z
We just released updates to the .NET Core SDK, .NET Native Tools and NuGet, all of which are included in Visual Studio 2017 RC. You can also install the .NET Core SDK for command-line use, on Windows, Mac and Linux. Please check out the ASP.NET blog to learn more about <a href="https://blogs.msdn.microsoft.com/webdev/2017/01/27/updates-to-web-tools-in-visual-studio-2017-rc/">Web Tools updates</a> and the Visual Studio blog for the <a href="https://blogs.msdn.microsoft.com/visualstudio/2017/01/26/update-to-visual-studio-2017-release-candidate/">Visual Studio 2017 RC update</a>.by bill-s, 2017-01-28T08:56:50.000Z
I very much like the ASP.NET Cache and the more generally usable MemoryCache collections: They let me build up a set of objects (typically drawn from a database) that I can use in my application. Of course, those objects take up room in memory, which is too bad -- especially if the computer is running short on memory. However, the nice thing about these two caching objects is that they discard items in the collection when memory gets tight.by bill-s, 2017-01-29T01:22:16.000Z
In today’s post, we’re covering how PC software can leverage the rich functionality of Windows 10.by bill-s, 2017-01-26T20:29:37.000Z
This article explores how to use Bash to bring the power of command-line tools to Windows 10.by bill-s, 2017-01-27T20:45:45.000Z
With the release of Visual Studio 2017 RC3 it is now possible to attach to .NET Core processes running on Linux over SSH. In this blog post, <a href="https://social.msdn.microsoft.com/profile/Andy+Sterland">Andy Sterland</a> describes the steps you need to take to set this up.by bill-s, 2017-01-29T01:20:45.000Z
Since June 2016, VSTS support ssh protocol for Git repository which is really easier to connect to your repos with a secure ssh key than with https. But there is a big problem, SSH protocol is not supported in git for Visual Studio!by bill-s, 2017-01-30T03:28:40.000Z
Image processing, and in particular image resizing, is a common requirement for web applications. As such, <a class="url fn n profile-usercard-a" href="https://social.msdn.microsoft.com/profile/Bertrand+Le+Roy">Bertrand Le Roy</a> paints a panorama of the options that exist for .NET Core to process images and concludes with a comparison of the performance of the libraries, in terms of speed, size, and quality of the output.by bill-s, 2017-01-28T05:11:12.000Z
Are you remembering to keep up with your New Year’s Resolutions? Using C#, Azure Functions and Twilio we’ll build a service that delivers daily SMS reminders to help keep up with those new goals.by bill-s, 2017-01-26T23:06:00.000Z
As .NET Core and ASP.NET Core make the transition from <strong>project.json</strong> style project files to <strong>MSBuild</strong> (csproj) style files, <a class="site-title" href="http://www.natemcmaster.com/">Nate McMaster</a> presents a walk-through guide on what's needed and what's changing.by bill-s, 2017-01-28T03:09:14.000Z
In this second video, learn how to create a .NET Core app on Mac OS with Visual Studio for Mac and how to perform Roslyn code generation invoking the C# compiler.by bill-s, 2017-01-30T03:46:37.000Z
In this article, <a href="https://csharp.christiannagel.com/">Christian Nagel</a> is showing what changes and how can you solve some issues, when using Visual Studio 2017 RC, with side-by-side installation of Visual Studio 2015, to work on .NET Core projects.by bill-s, 2017-01-30T03:41:41.000Z
There's a lot going on in the .NET space, so <a href="http://www.hanselman.com/">Scott Hanselman</a> and <a href="https://weblogs.asp.net/jongalloway">Jon Galloway</a> creates a list of things, that can be used as a study guide and glossary, to help current .net developer stay up-to-date.by bill-s, 2017-01-27T05:22:47.000Z
String functions, integer functions ... booorrring! Tuples in C# 7.0 -- let's explore what makes them infinitely more exciting.