Showing results for community - .NET Blog

Jul 26, 2017
Post comments count0
Post likes count0

The week in .NET – MIST, F# in NYC, and links

Bertrand Le Roy
Bertrand Le Roy

Previous posts: Package of the week: MIST The interface is essential to many applications such as Windows Forms or WPF data binding. Implementing it can however be fastidious, and involves quite a lot of boilerplate code. MIST simplifies this using IL weaving and a custom Visual Studio build task. With MIST, you can use simple auto-properties...

.NET
Jul 18, 2017
Post comments count1
Post likes count0

The week in .NET – Command Line Parser Library, .NET South East

Bertrand Le Roy
Bertrand Le Roy

Previous posts: Package of the week: Command Line Parser Library Command-line applications typically accept arguments and options, and expose a page describing them. Parsing those arguments and options is a repetitive task that .NET provides little help for out of the box, beyond the argument to . Giacomo Stelluti Scala's Command Line Parser...

.NET
Jul 11, 2017
Post comments count0
Post likes count0

The week in .NET – Links!

Bertrand Le Roy
Bertrand Le Roy

This week's post will exceptionally be made of links only, as I'm on vacation...Previous posts:.NETASP.NETC#F#There is more content available this week in F# Weekly. If you want to see more F# awesomeness, please check it out!XamarinAzureUWPDataAnd this is it for this week!Contribute to the week in .NETAs always, this weekly post couldn't exist wit...

.NET
Jul 4, 2017
Post comments count0
Post likes count0

The week in .NET – Links!

Bertrand Le Roy
Bertrand Le Roy

This week's post will exceptionally be made of links only, as I'm on vacation...Previous posts:.NETASP.NETC#F#There is more content available this week in F# Weekly. If you want to see more F# awesomeness, please check it out!XamarinAzureUWPDataAnd this is it for this week!Contribute to the week in .NETAs always, this weekly post couldn't exist wit...

.NET
Jun 27, 2017
Post comments count0
Post likes count0

The week in .NET – .NET Conf, Material Design in XAML Toolkit

Bertrand Le Roy
Bertrand Le Roy

Previous posts: .NET Conf, September 19-21. Call for Content is Open! .NET Conf is a free, 3 day virtual developer event co-organized by the .NET community and Microsoft. Over the course of the three days developers have a wide selection of live sessions that feature speakers from the community and .NET product teams. These are the exp...

.NET
Jun 20, 2017
Post comments count0
Post likes count0

The week in .NET – .NET Architecture: Microservices & Containers, On .NET with Omer Raviv on OzCode, Sprache

Bertrand Le Roy
Bertrand Le Roy

Previous posts: .NET Architecture – Microservices & Containers We recently added an Architecture Guidance page on the .NET Website. This new page pulls together architecture related resources for building different types of applications with .NET. We’ll be adding and updating content as it becomes available. The Microservices &...

.NET
Jun 14, 2017
Post comments count0
Post likes count0

The week in .NET – On .NET with Mattias Karlsson on Cake, Topshelf

Bertrand Le Roy
Bertrand Le Roy

Previous posts: On .NET: Mattias Karlsson - Cake During the Microsoft Build conference, we recorded interviews with some of the attendees. Mattias Karlsson is a core contributor on Cake, the cross-platform build automation system with a C# DSL. Package of the week: Topshelf Topshelf is a framework for hosting services ...

.NET
Jun 12, 2017
Post comments count0
Post likes count0

.NET Fringe: A Great Role Model for Community Oriented Conferences

Immo Landwerth
Immo Landwerth

A few of us just went to a smaller .NET conference in Portland, called .NET Fringe. For me, it was the third time I attended .NET Fringe. I've realized that this conference has gained a special place in my heart, so thought it would be worthwhile writing up why that is. My goal isn't to convince you to attend .NET Fringe per se, but to outline w...

.NET
Jun 7, 2017
Post comments count4
Post likes count3

Performance Improvements in .NET Core

Stephen Toub - MSFT
Stephen Toub - MSFT

Update (2017/06/12): Added BenchmarkDotNet blog post link. There are many exciting aspects to .NET Core (open source, cross platform, x-copy deployable, etc.) that have been covered in posts on this blog before. To me, though, one of the most exciting aspects of .NET Core is performance. There's been a lot of discussion about the significant adv...

.NET
Jun 6, 2017
Post comments count0
Post likes count0

The week in .NET – On .NET with Brett Morrison, DateTime Extensions

Bertrand Le Roy
Bertrand Le Roy

Previous posts: On .NET: Brett Morrison During the Build conference, I caught up with my friend Brett Morrison. Brett is an entrepreneur, executive, and hands-on developer, who has been using Microsoft products and .NET throughout his career. He founded startups, such as Onestop and ememories, and also worked for SpaceX. Pa...

.NET