dotNET Weekly
Add a link
LoginRegister
PrevJanuary 2018Next
WSMTWTFS
131123456
278910111213
314151617181920
421222324252627
528293031123

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!

64 bit ASP.NET Core on Azure App Service

by bill-s, 2018-01-13T03:52:02.000Z

When creating an Azure App Service .NET Core is already pre-installed. However, only the 32 bit .NET runtime is installed. In this post we will look at a few ways that you can get a 64 bit runtime on Azure App Service

8 practical tips for learning ASP.NET Core MVC· jonhilton.net

by bill-s, 2018-01-13T03:54:36.000Z

undefined

A Microservices implementation journey — Part 1

by bill-s, 2018-01-17T23:45:53.000Z

Well, it’s that time where everyone is talking about Microservice, what they are, how they work, etc, and here I am putting my thoughts out there.

Indicators of Problem Design

by bill-s, 2018-01-13T03:45:51.000Z

The concept of good or bad design is relative. At the same time, there are some programming standards, which in most cases guarantee effectiveness, maintainability, and testability. For example, in object-oriented languages, this is the use of encapsulation, inheritance, and polymorphism.

Introducing Jasper — Asynchronous Messaging for .Net

by bill-s, 2018-01-13T03:52:18.000Z

“Jasper” is the codename for a new messaging and command execution framework that my shop has been building out to both integrate with and eventually replace our existing messaging infrastructure as we migrate applications to Netstandard 2.0, ASP.Net Core, and yes, adopt a microservices architecture. While we’ve been working very hard on it over the past 6 months, I’ve been hesitant to talk about it too much online. That ends today with the release of the first usable alpha (0.5.0) to Nuget today.

JWT Authentication with ASP.NET Core 2 Web API, Angular 5, .NET Core Identity and Facebook Login

by bill-s, 2018-01-13T03:55:06.000Z

This is an updated version of a post I did last May on the topic of jwt auth with Angular 2+ and ASP.NET Core Web Api. That post was based on ASP.NET Core 1.x so it's a little dated and not as relevant now since everyone is hacking on .NET Core 2.0 which brought changes to both the Identity membership system and jwt implementation.

LiteDB: Embedded .NET NoSQL Database

by bill-s, 2018-01-13T03:54:09.000Z

I was recently in the need for a simple NoSQL database that I could use for an app I was creating for a ASP.NET Core Workshop. What I was really after was something similar to SQLite. A single package I could pull into my application that did not require any external service and data stored in a single file. It didn’t take long to find LiteDB. After using it for my demo application, I had write a quick post about it. Just to shed some light for anyone in need. The project is actually really popular on GitHub, so it seems I might just be late to the party about finding out about it.

Optimize your Azure spend – Premier Developer

by bill-s, 2018-01-13T03:54:47.000Z

Azure has made deploying cloud infrastructure and applications convenient and productive for organizations. Azure also provides tools to help you with managing the spend in the Microsoft Cloud. In this post, I would like to discuss a couple of Azure tools that can help you optimize cloud resources and get the most out of your Azure spend.

Refactoring Legacy Monoliths: First Steps

by bill-s, 2018-01-13T03:45:08.000Z

In the book Working Effectively with Legacy Code, “legacy” software is merely defined as “code without tests.” A few notes are made which include the idea that software with poor design or unmaintainable code is a large piece of what “legacy” means.

TensorFlow API for .NET languages

by bill-s, 2018-01-17T23:44:02.000Z

TensorFlowSharp are .NET bindings to the TensorFlow library published here

Push Notifications and ASP.NET Core - Part 2 (Requesting Delivery)

by bill-s, 2018-01-13T03:44:38.000Z

In simple words requesting push message delivery is performed by sending a POST request to the subscription endpoint. Of course the devil is in details, which in this case spread across four different RFCs.

NewslettersAboutPrivacy Policy