dotNET Weekly
Add a link
LoginRegister
PrevApril 2017Next
WSMTWTFS
132627282930311
142345678
159101112131415
1616171819202122
1723242526272829
1830123456

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!

An introduction to Azure Analysis Services

by bill-s, 2017-03-30T21:36:41.000Z

Azure Analysis Services is a proven analytics engine that connects and analyzes disparate data sources whether on-premises or in the cloud without having to manage your own infrastructure.

azure

ASP.NET Core Anatomy – UseMvc

by bill-s, 2017-03-30T16:14:17.000Z

Learn more about <strong>UseMvc</strong>, an  IApplicationBuilder extension which registers the MVC middleware into your application pipeline so that the MVC framework can handle requests and return the appropriate response.

.net-coreasp.net-core

Command Line: Using dotnet watch test for continuous testing with .NET Core 1.0 and XUnit.net

by bill-s, 2017-03-30T21:36:19.000Z

I've installed .NET Core 1.0 on my machine. Let's see if I can get a class library and tests running and compiling automatically using only the command line. (Yes, some of you are freaked out by my (and other folks') appreciation of a nice, terse command line. Don't worry. You can do all this with a mouse if you want. I'm just enjoying the CLI.

.net-core

Configure and deploy Azure Functions with Kudu | elmah.io

by bill-s, 2017-03-30T21:36:38.000Z

A guide to configuring and deploying Azure Functions with Kudu. The post also contains a list of problems that we experienced and how we fixed them.

azurekudu

Containers - Modernizing Traditional .NET Apps with Docker

by bill-s, 2017-04-01T19:13:25.000Z

With Docker, a platform for running applications in lightweight containers, and Windows Server 2016, you can give traditional apps a new lease on life—adding features, increasing security and performance, and moving toward continuous deployment—without a lengthy and expensive rebuild project.

docker

Don't lose your swagger with dotnet build

by bill-s, 2017-03-30T16:10:41.000Z

One of the changes of converting from <em>project.json</em> to <em>csproj</em>, was the <code>&lt;DocumentationFile&gt;</code> no longer automatically copied to the output folder during the build or publish process. Re-enable it with just a few lines of code.

.net-coreswagger

Go mobile tech workshop - Xamarin

by bill-s, 2017-04-01T19:13:32.000Z

Microsoft Engineering is offering a limited number of technical sessions to help your team build better apps faster, and avoid the common pitfalls in going mobile.

xamarin

Getting to Know the Redux Pattern

by bill-s, 2017-03-31T21:21:47.000Z

The trend towards Single Page Applications (SPAs) has been increasing across responsive websites. On the whole, a SPA is just a web application that uses one HTML web page as an application shell and whose end-user interactions are implemented with JavaScript, HTML, and CSS.

How to Receive SMS Messages with ASP.NET MVC Framework

by bill-s, 2017-03-31T21:21:28.000Z

My previous tutorial explained how to use the Nexmo C# Client Library to send your first SMS message from an ASP.NET MVC web app. In this follow-up, I continue exploring the Nexmo Platform by showing how to receive SMS messages on a Nexmo phone number using the C# Client Library.

asp.net-mvcsms

Introduction to ASP.NET Core 1.1 - Microsoft Virtual Academy

by bill-s, 2017-04-01T19:13:38.000Z

Ready to get the basics on ASP.NET Core and learn the foundational skills that employers are looking for? Join experts Scott Hanselman and Maria Naggaga, and find out how to build .NET Core applications on any operating system.

asp.net-core

Json.NET 10.0 Release 1 - Async, performance, documentation and more

by bill-s, 2017-03-31T21:21:52.000Z

The headline feature in Json.NET 10 is enabling asyncronously reading and writing JSON with JsonReader and JsonWriter, and asyncronously loading JObject, JArray and friends.

.NET - Dynamically generating classes in runtime

by bill-s, 2017-03-30T21:36:48.000Z

Reflection API in .NET is one of the most powerful and incredible features of it. And along with DLR it enables a whole new look at what can be done in .NET languages.

.net

Shutting down CodePlex

by bill-s, 2017-04-01T21:00:02.000Z

Almost 11 years after we created CodePlex, it’s time to say goodbye. We launched CodePlex in 2006 because we, like others in the industry, saw a need for a great place to share software. Over the years, we’ve seen a lot of amazing options come and go but at this point, GitHub is the de facto place for open source sharing and most open source projects have migrated there.

Training and Certification for Azure

by bill-s, 2017-03-30T21:36:45.000Z

Develop your Azure skills, and advance your cloud career. Enroll in free training to quickly build practical, on-the-job skills, or gain in-depth knowledge on Azure services. Or, take one or more of our certification exams to become an Azure specialist.

azure

WebSockets support in ASP.NET Core | Microsoft Docs

by bill-s, 2017-04-02T04:16:07.000Z

This article explains how to get started with WebSockets in ASP.NET Core. WebSocket is a protocol that enables two-way persistent communication channels over TCP connections. It is used for applications such as chat, stock tickers, games, anywhere you want real-time functionality in a web application.

asp.net-corewebsockets

What's New and Improved in Visual Studio 2017 - Microsoft Virtual Academy

by bill-s, 2017-04-01T19:13:11.000Z

Looking forward to the latest improvements in Visual Studio? The wait is over! Join Scott Peterson for a look at the exciting updates in this 20th anniversary edition.

visual-studio-2017

Using Resilient Entity Framework Core Sql Connections and Transactions: Retries with Exponential Backoff

by bill-s, 2017-03-30T21:36:27.000Z

In regards the Azure SQL DB case, Entity Framework Core already provides internal database connection resiliency and retry logic, but you need to enable your desired execution strategy per DbContext connection if you want to have resilient EF Core connections.

entity-framework

Why .NET Core Made C# Your Next Programming Language to Learn

by bill-s, 2017-03-31T21:21:50.000Z

Is C# now the next cool language to learn? With its versatility, new features and being OSS, it just might. Find out how .NET Core has made C# the next big thing.

Xamarin University - Visual Studio Marketplace

by bill-s, 2017-04-01T19:13:18.000Z

Take your C# programming skills and learn to build amazing cross-platform mobile apps with Xamarin University. Attend live classes online where you'll learn from Xamarin experts and fellow mobile developers.

xamarin

NewslettersAboutPrivacy Policy