Skip to content

Instantly share code, notes, and snippets.

@bleroy
Last active November 29, 2016 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bleroy/098c007e7e8d0abda8bad08e8b372178 to your computer and use it in GitHub Desktop.
Save bleroy/098c007e7e8d0abda8bad08e8b372178 to your computer and use it in GitHub Desktop.
Tips for the Week in .NET
@stevejgordon
Copy link

R.I.P project.json – Out with the new, in with the old - https://www.stevejgordon.co.uk/project-json-replaced-by-csproj

@stevejgordon
Copy link

@doxakis
Copy link

doxakis commented Nov 24, 2016

MailBody - Create transactional email with a fluent interface (.net)
https://github.com/doxakis/MailBody

@punker76
Copy link

punker76 commented Nov 27, 2016

Here is another cool library which makes the developers life easier.

The GongSolutions.WPF.DragDrop library is an easy to use drag'n'drop framework for WPF.

https://github.com/punker76/gong-wpf-dragdrop

dragdropsample01
DropSample01.gif

@andrewlock
Copy link

I wrote a post on Exploring Middleware as MVC Filters in ASP.NET Core 1.1

I also recommend Tim Seaward's article (part 3) on Pipelines - The journey continues to Secure Pipelines, via OpenSsl

@thiennn
Copy link

thiennn commented Nov 29, 2016

http://thienn.com/dockerizing-real-world-aspnetcore-application
One single command docker run -d -p 5000:5000 simplcommerce/nightly-build, waiting for a couple of minutes for docker to pull the images and start the container. Then open your browser, type localhost:5000 and you got a shopping cart website written by aspnetcore up and running. Yahoo!!!!. In this blog post I will describe how I did it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment