dotNET Weekly
Add a link
LoginRegister
PrevJune 2019Next
WSMTWTFS
222627282930311
232345678
249101112131415
2516171819202122
2623242526272829
2730123456

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!

Azure Tips and Tricks for Visual Studio 2019

by bill-s, 2019-06-26T07:32:35.967Z

Learn Michael Crump's latest Azure tips and tricks that will help you be more productive working with Azure in Visual Studio 2019.

azure

Azure Tips and Tricks

by bill-s, 2019-06-26T07:32:02.083Z

Welcome to Azure Tips and Tricks, this site is a special collection of over 180+ tips, videos, conference talks, and 2 eBooks that span the entire universe of the Azure platform. The tips you'll find here are based on real-world scenarios that the community has encountered while using Azure. Feel free to jump in and come back weekly for new tips! - Michael Crump (@mbcrump)

azure

Just - The task library that just works

by bill-s, 2019-06-26T07:31:24.710Z

Just is a build task definition library. It stands on the shoulders of two excellent and well tested libraries: undertaker and yargs. We encourage developers to make just available locally instead of installing just as a global tool.

javascript

How to refactor business logic into services

by jpetrakovich, 2019-06-24T16:27:52.981Z

The author demonstrates the process of refactoring business logic from controllers into small service classes.

asp.net-core

Publishing A Single EXE File In .NET Core 3.0

by bill-s, 2019-06-26T07:29:53.168Z

Say I have a simple “Hello World” console application that I want to send to a friend to run. The friend doesn’t have .NET Core installed so I know I need to build a self contained application for him. Easy, I just run the following command in my project directory : dotnet publish -r win-x64 -c Release --self-contained

.net-core

Web.config transformations - The definitive syntax guide

by ThomasArdal, 2019-06-25T06:10:39.163Z

The best tutorial for web.config/app.config transformations. Learn the syntax and how to test it. Included are also examples like replacing appSettings.

.netasp.netasp.net-mvcc#

WPF Auto Complete/Suggestion Text Box Control

by bill-s, 2019-06-26T07:29:20.020Z

A good product requires good user interaction. Products that are using search boxes will be expected to have auto-completion/suggestion feature. In WPF platform, the default text box control does not have any built-in auto-completion/suggestion feature. There are many 3rd party libraries out there which provide auto-complete/suggestion text box control as a replacement to the default WPF text box control. Most of these libraries are available in the paid version and those which are available for free, are difficult to get integrated with your existing code. So, I have created a very simple AutoComplete/Suggestion control for WPF platform without using any external library.

wpf

NewslettersAboutPrivacy Policy