Showing results for portable class libraries - .NET Blog

Aug 22, 2018
0
0

LibMan CLI Released

Justin Clareburt (MSFT)
Justin Clareburt (MSFT)

The Command Line Interface (CLI) is now available for Microsoft Library Manager (LibMan) and can be downloaded via NuGet. Look for Microsoft.Web.LibraryManager.Cli The LibMan CLI is cross-platform, so you’ll be able to use it anywhere that .NET Core is supported (Windows, Mac, Linux). Install the LibMan CLI To install LibMan, type: Once the...

ASP.NET
Sep 26, 2016
0
1

Introducing .NET Standard

Immo Landwerth
Immo Landwerth

Questions? Check out the .NET Standard FAQ. You can find the latest version of the compatibility matrix here. In my last post, I talked about how we want to make porting to .NET Core easier. In this post, I'll focus on how we're making this plan a reality with .NET Standard. We'll cover which APIs we plan to include, how cross-framework compatib...

.NET
Jun 20, 2014
0
0

Would you like a MultiDictionary?

Immo Landwerth
Immo Landwerth

We’ve recently shipped new collection types on NuGet with our Immutable Collections package. NuGet allows us to ship prerelease and experimental versions of libraries to gather feedback from the community. In this post, our software developer intern Ian Hays will talk about his intern project: an experimental NuGet package containing advanced...

.NET
May 12, 2014
0
0

The Next Generation of .NET – ASP.NET vNext

.NET Team
.NET Team

Updated (2017): See .NET Framework Releases to learn about newer releases. Updated (July 2015): See Announcing .NET Framework 4.6 to read about the latest version of the NET Framework. Today at TechEd North America, we announced the latest set of innovations that are part of the next generation of .NET. The biggest of those is ASP.NET vNext, whic...

.NET
Apr 30, 2014
0
0

Get your libraries ready for Windows Phone 8.1

Immo Landwerth
Immo Landwerth

Two weeks ago, we released the Windows Phone preview for developers. In this post, I’ll cover what this means for library and app developers. What this means for library developers As a .NET developer you can target Windows Phone 8.1 via two platforms: Apps that target Windows Phone Silverlight 8.1 can consume existing libraries and NuGe...

.NET
Apr 21, 2014
0
0

Sharing code across platforms

Immo Landwerth
Immo Landwerth

At Build we announced two great ways to re-use your code: the new Universal Windows apps, and the improved portable class libraries. They both help you reuse code across platforms. In this post, I’ll describe both options and how you can choose between them. Overview Why two options? The short answer is that shared projects are about shari...

.NET
Apr 3, 2014
0
0

The Next Generation of .NET

.NET Team
.NET Team

At Build 2014 this week, we announced the next generation of .NET. The next generation will focus and deliver on two main themes: Core Innovation and cross-device apps. These themes are a direct result of your feedback, asking for new features in .NET and to make it easier to use .NET for all your apps. At Build 2014, we are releasing: ...

.NET
Mar 4, 2014
0
0

Upcoming .NET NuGet Releases

.NET Team
.NET Team

This post was written by Richard Lander, a Program Manager on the .NET Core Framework team. We recently concluded a planning exercise for the next few months of work. From this exercise, we’d like to share the next set of NuGet releases that we plan to do. We chose this particular set based on your feedback and internal partner requests. ...

.NET
Mar 4, 2014
0
0

Upcoming .NET NuGet Releases

.NET Team
.NET Team

This post was written by Richard Lander, a Program Manager on the .NET Core Framework team. We recently concluded a planning exercise for the next few months of work. From this exercise, we’d like to share the next set of NuGet releases that we plan to do. We chose this particular set based on your feedback and internal partner requests. ...

.NET
Nov 13, 2013
0
0

PCL and .NET NuGet Libraries are now enabled for Xamarin

.NET Team
.NET Team

Earlier today, Soma announced a collaboration between Microsoft and Xamarin. As you probably know, Xamarin’s Visual Studio extension enables developers to use VS and .NET to extend the reach of their apps across multiple devices, including iOS and Android. As part of that collaboration, today, we are announcing two releases around the .NET portable...

.NET