dotNET Weekly
Add a link
LoginRegister
PrevMarch 2019Next
WSMTWTFS
9242526272812
103456789
1110111213141516
1217181920212223
1324252627282930
1431123456

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!

Adding Entity Framework Core dependencies for .NET Core 3.0 previews

by mirceateodor.oprea@gmail.com, 2019-03-07T14:02:22.531Z

This guide explains how to add EntityFrameworkCore dependencies for .NET Core projects that run under the 3.0 previews.

.net-coreentity-framework

ASP.Net Core Localization: One RESX to rule them all

by bill-s, 2019-03-05T07:09:41.023Z

Localizing an ASP.Net Core web application with one resource file (per language) is not as easy as I have thought. So here I am sharing a straight forward and easy way to do just that in less than 5 minutes.

asp.net-core

Frontend Bootcamp / Days in the Web

by bill-s, 2019-03-05T07:14:41.493Z

In this two-day workshop you'll learn the basics of frontend development while building a working web app. The first day provides an introduction to the fundamentals of the web: HTML, CSS and JavaScript. This is targeted at new and experienced developers alike. On the second day we'll dive into more advanced topics like TypeScript, testing, and state management. While the examples should be accessible to anyone, you'll get the most out of it if you have some prior experience with programming and web technologies.

javascript

Getting started with Azure Cosmos DB and .NET Core: Part #2 – string querying and ranged indexes

by bill-s, 2019-03-05T07:07:10.376Z

Last time I scratched the surface of creating databases and collections in Azure Cosmos using the emulator and some C# code written using .NET Core. This time I’m going to dig a bit deeper into how to query these databases and collections with C#, and show a few code snippets that I’m using to help remove cruft from my classes. I’m also going write a little about Indexing Policies and how to use them to do useful string comparison queries.

azure

How to port desktop applications to .NET Core 3.0

by bill-s, 2019-03-07T03:32:06.180Z

In this post, I will describe how to port a desktop application from .NET Framework to .NET Core. I picked a WinForms application as an example. Steps for WPF application are similar and I’ll describe what needs to be done different for WPF as we go. I will also show how you can keep using the WinForms designer in Visual Studio even though it is under development and is not yet available for .NET Core projects.

.net-core

I created the same app with Vuex and Redux. Here are the differences.

by bill-s, 2019-03-05T07:08:53.572Z

I learnt Vue + Vuex before React. I had a feeling that Redux would be very similar to Vuex. But I soon realized that it wasn’t as straight forward as Vuex and it does things differently (though both are inspired from Flux Architecture).

javascript

Logging and monitoring cost of CosmosDB queries by using Application Insights

by bill-s, 2019-03-05T07:16:15.522Z

Each time when creating an application that is using document databases like CosmosDB we are facing a challenge of estimation of its costs and later optimisation. Both tasks are not so easy to do. To solve the first one we can use cost calculator. We just need to provide main characteristics of our solution (like a number of documents, information about actions per seconds, …) and also we need to provide sample documents that will be stored in our database. After doing that we will be able to read the estimated cost of our solution

azure

Learn Azure in a Month of Lunches

by bill-s, 2019-03-07T03:35:23.877Z

This is a quick post to introduce a free Azure e-book to all who does not know about this. Today I was reading few things online and saw a link on Microsoft LinkedIn account where it was mentioned to download Azure e-book. I downloaded and after reading few pages, I found it very useful so thought to share it here.

azure

.NET Core for the Desktop

by bill-s, 2019-03-05T07:06:36.575Z

The .NET Core 3.0 Preview 1 hit the streets on December 4th at Connect() 2018 and for some of us, it’s the biggest release since 1.0. If you’re looking for new features, performance enhancements, and bug fixes for ASP.NET Core, Web API, or Entity Framework Core, let me stop you right there. Yes, 3.0 has all that, but if that’s what you’re looking for, you can find all that in 2.2, which is already ready for prime-time use.

.net

Serilog vs NLog

by ThomasArdal, 2019-03-04T11:51:47.886Z

It's hard picking between Serilog and NLog. Both awesome .NET logging frameworks with a rich feature set. Read through this post to make the decision.

.net

Visual Studio 2019 Release Notes

by bill-s, 2019-03-07T03:31:41.403Z

Registration is open for Microsoft Build, our premier developer conference. Come experience the latest technologies and imagine new ways to create solutions. Connect with your community to share new trends and innovative ways to code.

.net

TypeScript and React, BFF

by bill-s, 2019-03-05T07:07:40.121Z

TypeScript is more and more becoming a common choice to make when starting a new React project. It’s already being used on some high profile projects, such as MobX, Apollo Client, and even VS Code itself, which has amazing TypeScript support. That makes sense since both TypeScript and VS Code are made by Microsoft! Luckily it’s very easy to use now on a new create-react-app, Gatsby, or Next.js project.

javascript

Want to yank configuration values from your .NET Core apps? Here’s how to store and access them in Azure and AWS.

by bill-s, 2019-03-07T03:34:05.449Z

Creating new .NET apps, or modernizing existing ones? If you’re following the 12-factor criteria, you’re probably keeping your configuration out of the code. That means not stashing feature flags in your web.config file, or hard-coding connection strings inside your classes. So where’s this stuff supposed to go? Environment variables are okay, but not a great choice; no version control or access restrictions. What about an off-box configuration service? Now we’re talking. Fortunately AWS, and now Microsoft Azure, offer one that’s friendly to .NET devs. I’ll show you how to create and access configurations in each cloud, and as a bonus, throw out a third option.

azure

What is Service Fabric Mesh?

by vasek7, 2019-03-06T15:49:41.976Z

Mi­crosoft has re­cently in­tro­duced a Ser­vice Fab­ric Mesh ser­vice. It is a con­tainer or­ches­tra­tion ser­vice like Ku­ber­netes. The name suggests that it has some­thing com­mon with Ser­vice Fab­ric. When you want to mi­grate a clas­si­cal ser­vice, you can con­sider Ser­vice Fab­ric Mesh. How­ever, this is not true for na­tive Ser­vice Fab­ric ser­vices. Ser­vice Fab­ric Mesh is more about tool­ing au­tom­a­ti­za­tion and host­ing of­fer­ings than tech­no­log­i­cal fea­tures.

kubernetesmicroservices

NewslettersAboutPrivacy Policy