dotNET Weekly
Add a link
LoginRegister
PrevApril 2018Next
WSMTWTFS
1325262728293031
141234567
15891011121314
1615161718192021
1722232425262728
18293012345

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!

A generic logger factory facade for classic ASP.NET

by bill-s, 2018-04-13T04:04:08.787Z

ASP.NET Core already has this feature. There is a ILoggerFactory to create a logger. You are able to inject the ILoggerFactory to your component (Controller, Service, etc.) and to create a named logger out of it. During testing you are able to replace this factory with a mock, to not test the logger as well and to not have an additional dependency to setup.

asp.net

Acquiring client originating IP address (with Akamai and CloudFlare support) in ASP.NET Core

by tpeczek, 2018-04-16T18:45:56.737Z

Sometimes you need to acquire client originating IP address in your web application. This post shows how this can be done in ASP.NET Core, taking into consideration running behind proxies (including Akamai and CloudFlare).

asp.net-core

Announcing HTTP/2 support in Azure App Service

by bill-s, 2018-04-13T04:04:08.787Z

The Azure App Service team is happy to announce the global deployment of support for the HTTP/2 protocol for all apps hosted on App Service. HTTP/2 has been the top customer request we have received, and we are excited to light up support.

azure

API Versioning in Asp.Net Core 2.0

by bill-s, 2018-04-13T04:04:08.787Z

API Versioning is one of those never ending debates that happens anytime you want to build an API no matter how many APIs you have built before.

asp.net-core

Comparing Xamarin and NativeScript

by bill-s, 2018-04-13T04:04:08.787Z

Are you curious about NativeScript’s ability to create cross-platform applications? Which one do you think is better? Xamarin Forms or NativeScript?

xamarin

Design Systems Repo

by bill-s, 2018-04-16T18:45:56.737Z

A comprehensive and curated list of design systems, style guides and pattern libraries that you can use for inspiration.

tools

Explore CosmosDB with .NET Core and MongoDB

by bill-s, 2018-04-13T04:04:08.787Z

Have you had to design general purpose “metadata” tables in your SQL database that basically store column names and values? Do you often serialize/de-serialize XML or JSON from your SQL tables to handle volatile schemas and data? .NET developers have traditionally worked with relational database management systems (RDMS) like SQL Server. RDMS systems have withstood the test of time and are production-ready. Like many tools, however, RDMS systems aren’t always the best solution. You may benefit from a different approach called NoSQL. Contrary to popular belief, NoSQL doesn’t mean “NO SQL” but rather “Not Only SQL.”

.net-core

Introducing Microsoft Azure Sphere: Secure and power the intelligent edge

by bill-s, 2018-04-16T18:45:56.737Z

In the next decade, nearly every consumer gadget, every household appliance, and every industrial device will be connected to the Internet. These connected devices will also become more intelligent with the ability to predict, talk, listen, and more. The companies who manufacture these devices will have an opportunity to reimagine everything and fundamentally transform their businesses with new product offerings, new customer experiences, and differentiate against competition with new business models.

azure

Integrating Selenium tests in a release pipeline

by bill-s, 2018-04-13T04:04:08.787Z

Today, I'd like to show you a proof-of-concept I created for one of my customers where we implement User Interface (UI) test automation into a Continuous Integration/Continuous Delivery (CI/CD) pipeline in Visual Studio Team Services (VSTS).

testing

Taking a look at the ECMA-335 Standard for .NET

by bill-s, 2018-04-16T18:45:56.737Z

Having a standard means that different implementations, such as Mono and DotNetAnywhere can exist, from Common Language Runtime (CLR)

.net

Tuning performance on Azure websites using remote profiling

by ThomasArdal, 2018-04-16T18:45:56.737Z

We all introduce performance problems from time to time. Using this post, you will learn how to use the built-in performance profiler on Microsoft Azure. Using nothing more than Visual Studio, I'll show you how to dig into your call stack to locate bottlenecks.

.netc#azureperformance

The secret magic behind .NET generics

by bill-s, 2018-04-16T18:45:56.737Z

In last post we’ve talked about how .NET does code sharing for reference types. This time let’s take a look at how typeof(T) does its black magic.

.net

Visual Studio Roadmap for 2018

by bill-s, 2018-04-13T04:04:08.787Z

This document provides a peek into what's next for Visual Studio. It captures some of the significant features we are currently committed to, and a rough timeframe for when you can expect to see them. It is not a comprehensive list of all new features in Visual Studio, but is intended to provide some visibility into our key investments. These feature sets and delivery timeframes are current, and are subject to change.

visual-studio

Validating fields of NHibernate model

by cezarypiatek, 2018-04-16T18:45:56.737Z

In this article I described how to demystify 'String or binary data would be truncated' NHibernate exception by detecting invalid fields before committing changes to database

.netc#sql-server

NewslettersAboutPrivacy Policy