dotNET Weekly
Add a link
LoginRegister
PrevJune 2017Next
WSMTWTFS
2228293031123
2345678910
2411121314151617
2518192021222324
262526272829301

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!

10 things to know about in-memory caching in ASP.NET Core | BinaryIntellect Knowledge Base

by bill-s, 2017-06-17T21:21:37.000Z

The primary purpose of any caching mechanism is to improve performance of an application. As an ASP.NET developer you are probably aware that ASP.NET web forms as well as ASP.NET MVC could used Cache object to cache application data.

Automate Testing and Running Apps with dotnet watch

by bill-s, 2017-06-17T21:35:41.000Z

If you’re using the dotnet CLI tools to develop your .NET Core apps, you’re probably very familiar with typing dotnet run and/or dotnet test every time you make a change to your app.

Building .NET Core apps with BitBucket Pipelines and Docker

by bill-s, 2017-06-16T21:28:55.000Z

Recently, I started researching tools and services for the build automation. Being a long user of TeamCity and currently Travis CI (also had some experience with Jenkins, AppVeyor and VSTS) I wanted to find out what else is there. Then I realized that there’s a build server built into BitBucket, thus I decided to give it a go.

Cashew, an open source caching library for HTTP responses

by bill-s, 2017-06-15T20:07:11.000Z

Cashew is an open source .NET Standard library for caching HTTP responses via an API that is simple and elegant yet powerful. There's even support out of the box for the awesome CacheManager library!

Cake - Cake v0.20.0 released

by bill-s, 2017-06-17T21:21:38.000Z

Cake (C# Make) is a cross platform build automation system with a C# DSL to do things like compiling code, copy files/folders, running unit tests, compress files and build NuGet packages.

Creating your own Tag Helpers

by bill-s, 2017-06-17T21:26:17.000Z

Taylor Mullen shows us how to create custom Tag Helpers. The TagHelper that was added in the show was the Markdown TagHelper. It enables you to write Markdown in your Views.

Create a Free Private NuGet Server with Continuous Deployment using VSTS

by bill-s, 2017-06-17T21:26:43.000Z

In the last post we looked into shared libraries in .NET Core and concluded that using NuGet packages is the preferred solution for distribution to multiple applications. This post shows how to use Visual Studio Team Services (VSTS) to set up a continuous deployment pipeline for your internal libraries to publish them to a private secure NuGet server.

.NET Core 2 and Visual Studio 2017 (15.3) Preview 2 | .NET Blog

by bill-s, 2017-06-17T21:21:42.000Z

Visual Studio 2017 (15.3) Preview 2 was recently released which includes .NET Core 1.0 and 1.1, our latest production releases of .NET Core.

How the .NET Runtime loads a Type · Performance is a Feature!

by bill-s, 2017-06-17T21:35:40.000Z

undefined

.NET Fringe: A Great Role Model for Community Oriented Conferences | .NET Blog

by bill-s, 2017-06-17T21:21:34.000Z

A few of us just went to a smaller .NET conference in Portland, called .NET Fringe. For me, it was the third time I attended .NET Fringe. I’ve realized that this conference has gained a special place in my heart, so thought it would be worthwhile writing up why that is.

Porting a .NET Framework library to .NET Core - CodeProject

by bill-s, 2017-06-17T21:35:38.000Z

.NET core/.NET standard is the latest incarnation of the .NET platform. This tutorial introduces you to this new world, and gives you practical advice to successfully port your .NET Framework library to .NET core.

Powe[R] BI: Free e-book on using R with Power BI

by bill-s, 2017-06-17T21:20:25.000Z

A new e-book on extending the capabilities of Power BI with R is now available for download, from analytics consultancy BlueGranite.

Top 10 JavaScript Questions - Microsoft Virtual Academy

by bill-s, 2017-06-17T21:21:44.000Z

Do you have questions about JavaScript? You’re not alone! Join the helpful and entertaining Benjamin Lin for real-world answers, as he explores 10 of the most common JavaScript questions asked by developers, including “how to get a date.”

NewslettersAboutPrivacy Policy