Showing results for open source - .NET Blog

Apr 6, 2015
0
0

A Journey Through Open Source: The Trials & Triumphs in Roslyn’s First Year of Open Source

Immo Landwerth
Immo Landwerth

This post is written by Kasey Uhlenhuth a Program Manager on the Managed Languages Team. "I am looking for someone to share in an adventure." — Gandalf, The Hobbit, J.R.R. Tolkien On April 3, 2014, Anders Hejlsberg set us on our open source journey when he made the .NET Compiler Platform (aka “Roslyn”) source code public live on st...

.NET
Mar 18, 2015
0
0

MSBuild Engine is now Open Source on GitHub

Rich Lander [MSFT]
Rich Lander [MSFT]

Today we are pleased to announce that MSBuild is now available on GitHub and we are contributing it to the .NET Foundation! The Microsoft Build Engine (MSBuild) is a platform for building applications. By invoking msbuild.exe on your project or solution file, you can orchestrate and build products in environments where Visual Studio isn't installed...

.NET
Feb 9, 2015
0
0

Automatic code formatter released to GitHub

Immo Landwerth
Immo Landwerth

Code formatting can be a huge pain point. In this post, Jared Parsons, software developer on the Roslyn team, showcases a tool that takes care of it. We have just released the code formatting tool we use to automatically format our code to the prescribed coding guidelines. This tool is based on Roslyn and will work on any C# project. We strongly b...

.NET
Jan 28, 2015
0
0

.NET Core Open Source Update

Immo Landwerth
Immo Landwerth

Wow. Just wow. I don’t know of a better way to describe my feelings right now. Open source is probably one of the most energizing projects our team has been working on. It’s been a blast so far and the stream of enthusiastic contributors and interactions doesn’t seem to stop any time soon. In this post, I want to give you a long overdue update o...

.NET
Jan 8, 2015
0
0

API review process for .NET Core

Immo Landwerth
Immo Landwerth

Happy new year! Three weeks ago we published a proposal for an API review process on GitHub and asked for your feedback. The process is now in-place and documented in our developer wiki. Review process Our primary goal with this review process is to provide a good balance between OSS agility and ensuring high quality APIs. This requires havi...

.NET
Dec 17, 2014
0
0

Yeoman generators for ASP.NET 5

Sayed Ibrahim Hashimi
Sayed Ibrahim Hashimi

Hi everyone, this post is in my name but it’s authored by Sourabh Shirhatti. He was a **Program Manager Intern **from the University of Texas at Austin that I’ve had the pleasure of working with this summer. This post is long overdue, we should have posted this a while back. Better late than never :)   Building complex modern web applications u...

ASP.NET
Dec 8, 2014
0
0

Channel 9 interview on open sourcing .NET

Immo Landwerth
Immo Landwerth

Curious to where we are with open sourcing .NET Core? Do you want to know which libraries are next? Interested in a white boarding session with David Kean? Then you should check out this video on Channel 9: Questions or concerns? Leave a comment on the Channel 9 post.

.NET
Dec 4, 2014
0
2

Introducing .NET Core

Immo Landwerth
Immo Landwerth

At connect(), we announced that .NET Core will be entirely released as open source software. I also promised to follow up with more details on .NET Core. In this post, I’ll provide an overview of .NET Core, how we’re going to release it, how it relates to the .NET Framework, and what this means for cross-platform and open source development. Looki...

.NET
Nov 24, 2014
0
0

Advisory Council Proposal — Call for Community Feedback Extended to December 5th

Immo Landwerth
Immo Landwerth

This is a cross post from the .NET Foundation blog and written by Gianugo Rabellino. --ImmoThe increased openness of .NET has sparked widespread interest in the .NET Foundation. As a result, its Board of Directors has decided to extend the timeframe for community feedback on the .NET Foundation Advisory Council to December, 5, 2014. The ...

.NET
Nov 20, 2014
0
0

One Week of Open Source

Immo Landwerth
Immo Landwerth

Last Wednesday, we announced the new .NET 2015 Preview and our plans to fully open source .NET Core. What an awesome week! Thank you! We knew that you guys would really dig open source but we didn’t expect such a positive response. Within a single week, our open source blog post got more than 200k views! And even on GitHub, which seems to b...

.NET