dotNET Weekly
Add a link
LoginRegister
PrevJuly 2018Next
WSMTWTFS
2624252627282930
271234567
28891011121314
2915161718192021
3022232425262728
312930311234

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!

ASP.NET Core 2.2 Roadmap

by bill-s, 2018-07-03T04:32:55.948Z

We have grouped the ASP.NET Core 2.2 release into a few themes: APIs & Services Server improvements SignalR

asp.net-core

dotnet cli Cheat Sheet

by Mauricezdd, 2018-07-03T12:52:02.367Z

dotnet cli Cheat Sheet

.netc#visual-studio

Connect to Postgres with EF Core

by otomatikmuh, 2018-07-04T09:51:09.535Z

We can use an ASP.NET Core Web Application template to create our Web API. We will use Npgsql, a PostgreSQL database provider for Entity Framework Core. Install its package from NuGet with the command below.

c#.net-coreefsql-serverasp.net-core

Deep Dive into the World's First TreeView Control for Xamarin

by elmira_dam, 2018-07-02T09:23:03.705Z

Learn how you can leverage the context of the items in the TreeView control in Telerik UI for Xamarin — the first Xamarin TreeView control on the market.

.netxamarin

Dynamic Binding in C#

by bill-s, 2018-07-03T04:27:53.620Z

Type safety is a principle in programming languages which prevents accessing the values in variables inconsistent with their declared type. There are two kinds of type safety based on when the checks are performed: Static type safety is checked at compile time. Dynamic type safety is checked at runtime. Without the checks, the values could be read from the memory as if they were of another type than they are, which would result in undefined behavior and data corruption.

c#

Garbage collection, a memorandum on memory in C#

by bill-s, 2018-07-03T04:28:12.134Z

Not coming from a background in computer science, the inner workings of a computer have always been somewhat of a mystery to me. This is something I’ve always meant to remedy but never quite gotten around to. When I transitioned from C++ to C# my main thought surrounding memory management was “well thank god I don’t have to think about that anymore”. However, in the last few weeks I have been really drilling down into the inner workings of the language (a big thank you to Ian Griffiths for his book Programming C# 5.0). In doing this I have realised that memory management is not only something that does require some consideration, but also something that I find quite interesting.

c#

Practical Introduction to Unit testing in C# and Visual Studio

by andrea.angella, 2018-06-30T19:24:30.716Z

Do you write unit testing? If not, why not? Learn how to get started writing unit tests in C# using Visual Studio and NUnit.

c#

REST vs. GraphQL: A Critical Review

by bill-s, 2018-07-03T04:31:03.941Z

Here is the idea: If you have never heard about the REST architectural style constraints and their implication on the properties of the resulting distributed system and you do not want to (or can’t) educate yourself, use GraphQL.

open-source

Why Kubernetes is The New Application Server

by bill-s, 2018-07-03T04:29:13.256Z

Have you ever wondered why you are deploying your multi-platform applications using containers? Is it just a matter of “following the hype”? In this article, I’m going to ask some provocative questions to make my case for Why Kubernetes is the new application server.

azure

Static website hosting for Azure Storage now in public preview

by bill-s, 2018-07-03T06:25:20.577Z

Today we are excited to announce the public preview of static website hosting for Azure Storage! The feature set is available in all public cloud regions with support in government and sovereign clouds coming soon.

azure

Why State Machines Make Your Life Easier

by bill-s, 2018-07-03T04:34:24.262Z

Learn how state machines can make development a little easier, including tips for better UI development.

tools

NewslettersAboutPrivacy Policy