Showing category results for .NET

Jan 28, 2015
Post comments count0
Post likes count0

.NET Core Open Source Update

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
Post comments count0
Post likes count0

API review process for .NET Core

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 30, 2014
Post comments count0
Post likes count0

GC ETW Events – 4

maoni

GC ETW series - GC ETW Events - Part 1 GC ETW Events - Part 2 GC ETW Events - Part 3 GC ETW Events - Part 4 (this post) Processing GC ETW Events Programmatically with the GLAD Library So you thought it was over, eh? But wait, there is more! My vacation is not over yet! 😀 In the last blog entry I explained the Suspend MSec and the Pause MSe...

.NET
Dec 25, 2014
Post comments count0
Post likes count0

GC ETW Events – 3

maoni

GC ETW series - GC ETW Events - Part 1 GC ETW Events - Part 2 GC ETW Events - Part 3 (this post) GC ETW Events - Part 4 Processing GC ETW Events Programmatically with the GLAD Library In the last blog entry we looked at a particular GC trigger reason – InducedNotForced GCs. There are 2 other triggered reasons for induced GCs a...

.NET
Dec 25, 2014
Post comments count1
Post likes count0

GC ETW events – 2

maoni

GC ETW series - GC ETW Events - Part 1 GC ETW Events - Part 2 (this post) GC ETW Events - Part 3 GC ETW Events - Part 4 Processing GC ETW Events Programmatically with the GLAD Library Before we continue from where we left off in the last blog entry I wanted to give a performance tip on managed memory analysis. As some of you who have alre...

.NET
Dec 22, 2014
Post comments count1
Post likes count2

GC ETW events – 1

maoni

GC ETW series - GC ETW Events - Part 1 (this post) GC ETW Events - Part 2 GC ETW Events - Part 3 GC ETW Events - Part 4 Processing GC ETW Events Programmatically with the GLAD Library A lot of people have mentioned to me that I have not posted anything for a long time. I do realize it and do appreciate being asked to write more. Well, it...

.NET
Dec 10, 2014
Post comments count0
Post likes count0

The Changelog interview on open sourcing .NET

Rich Lander [MSFT]

We recently talked to Adam and Jared at The Changelog about open sourcing .NET Core. Check out the show.   #134: Open Sourcing .NET Core with the Microsoft .NET team Here's the introduction from The Changelog: This week, we have members from .NET core team at Microsoft on the show to discuss Microsoft’s motivation for open sourcing...

.NET
Dec 8, 2014
Post comments count0
Post likes count0

Channel 9 interview on open sourcing .NET

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
Post comments count0
Post likes count2

Introducing .NET Core

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
Post comments count0
Post likes count0

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

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