dotNET Weekly
Add a link
LoginRegister
PrevFebruary 2017Next
WSMTWTFS
52930311234
6567891011
712131415161718
819202122232425
92627281234

Want to receive every Tuesday the best .NET links?

Once subscribed you can login, submit a link and receive the weekly newsletter.

Join more than 4847 .NET professionals!

Announcing .NET Core, .NET Native and NuGet Updates in VS 2017 RC

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>.

Build Your Own ASP.NET Cache with WeakReferences

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.

Calling Windows 10 APIs From a Desktop Application

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.

Command Line Fun for Windows 10 Users

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.

Debugging .NET Core on Unix over SSH

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.

.net-core

Git SSH protocol support for Visual Studio 2015

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!

.NET Core Image Processing

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.

.net-core

How to Send Daily SMS Reminders Using C#, Azure Functions and Twilio

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.

Project.json to MSBuild conversion guide

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.

.net-core

Roslyn and .NET Core: C# code generation with Visual Studio for Mac

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.

Visual Studio 2017 and Visual Studio 2015 with .NET Core

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.

.net-core

What .NET Developers ought to know to start in 2017

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.

.net

What's So Great About Tuples?

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.

NewslettersAboutPrivacy Policy