dotNET Weekly
Add a link
LoginRegister
PrevMay 2016Next
WSMTWTFS
1824252627282930
191234567
20891011121314
2115161718192021
2222232425262728
232930311234

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!

Introducing the IIS Administration API

by bill-s, 2016-05-07T22:39:41.000Z

The IIS team has been working on a new RESTful API to manage your IIS configuration. While still under development, the team was eager to share a preview of the new API. The API allows configuration of IIS resources such as authorization rules, modules, and applications.

A Lap Around R Tools for Visual Studio

by bill-s, 2016-05-07T08:38:05.000Z

Do you have data to analyze? Do you want to create a predictive model? Do you want to do it quickly, interactively, and with cutting-edge visualizations? Do you want to leverage the work of the world’s best statisticians and machine-learning experts by using their libraries? Oh, and do you love Visual Studio? If so, you don’t want to miss this session, where I’ll take you on a tour of the R language, some key libraries, and how you can build and debug an app – all using our latest tooling for R: R Tools for Visual Studio.

Continuous Deployment of Service Fabric Apps using VSTS (or TFS)

by bill-s, 2016-05-07T08:37:21.000Z

Azure’s <a href="https://azure.microsoft.com/en-us/documentation/articles/service-fabric-overview/" target="_blank">Service Fabric</a> is breathtaking – the platform allows you to create truly “born in the cloud” apps that can<em>really</em> scale. The platform takes care of the plumbing for you so that you can concentrate on business value in your apps. If you’re looking to create cloud apps, then make sure you take some time to investigate Service Fabric.

Introducing The NuGet Beta Channel

by bill-s, 2016-05-07T22:39:07.000Z

Today, we would like to introduce you to the NuGet Beta Channel for the Visual Studio 2015 NuGet Package Manager.

Tooling to Facilitate Framework Migrations

by bill-s, 2016-05-07T08:36:42.000Z

In <a href="https://blogs.msdn.microsoft.com/dotnet/2016/03/03/net-framework-compatibility-diagnostics/">this recent post</a>, Taylor introduced the <a href="https://www.nuget.org/packages/Microsoft.DotNet.FrameworkCompatibilityDiagnostics/">.NET Framework Compatibility Diagnostics</a>, a set of <a href="http://github.com/dotnet/roslyn/">Roslyn</a>-based code analyzers for detecting when an app is likely to encounter compatibility issues between two versions of the .NET Framework. This article gives a little behind-the-scenes look into why we chose to use Roslyn for those tools and the benefits Roslyn gives compared to just walking IL.

.NET Core RC2 – Improvements, Schedule, and Roadmap

by bill-s, 2016-05-07T22:41:05.000Z

You all want .NET Core 1.0 RC2, you want a schedule, and you want to go live. Today we’ve got a schedule to share plus some changes that will improve things for everyone in the .NET Community going forward.

Simplify Code with the Visitor Pattern

by bill-s, 2016-05-07T08:35:57.000Z

In an <a href="https://visualstudiomagazine.com/articles/2016/05/01/logic-is-your-enemy.aspx" target="_blank">earlier column</a> I discussed how inheritance can let you use simple code to solve a complicated problem. In that column I outlined how inheritance can simplify the code required to handle two products with different pricing schemes. But then, like life in a Thomas Hardy novel, I pointed out that things can get worse. It turns out that your company, in addition to having two kinds of products (products and services) also has two types of customers: PremiumCustomers and TypicalCustomers. PremiumCustomers get a 10 percent discount on Products and TypicalCustomers aren't allowed to buy ServiceProducts at any price.

NewslettersAboutPrivacy Policy