Nuget vs maven Miguel Fernández 1.

Slides:



Advertisements
Similar presentations
APP-V 5.0 SP2 (MDOP 2013 R2) Presenter - Fred
Advertisements

Frozen Bytes: NuGet 101 Blazing Fast Overview.NET Package Management for the Enterprise.
NuGet Sweet, but not edible Chris
BizTalk Deployment using Visual Studio Release Management
Will Smythe Senior Program Manager Developing Java projects on Visual Studio Online with Team Explorer Everywhere.
Name Title Company Walkthrough of the key changes in the platform.
Introduction to SharePoint Development with VS2010 Paul Yuknewicz Lead Program Manager
Sumedha Rubasinghe October,2009 Introduction to Programming Tools.
Microsoft Application Virtualization 5.0: Introduction Mohnish Chaturvedi & Ian Bartlett Premier Field Engineer WCL312.
INFSOM-RI Juelich, 10 June 2008 ETICS - Maven From competition, to collaboration.
#RefreshCache NuGet THE Open Source Package Management System for.NET Nick Airdo Community Developer Advocate Central Christian Church AZ (cccev)
Presentation Name / 1 Visual C++ Builds and External Dependencies NAME.
GET NEW STUFF WITH NUGET By Jon Marozick & Loren Halvorson.
Chris Jackson Architect,
Integrating with and Extending Visual Studio. Objectives.
Copyright © New Signature Who we are: Focused on consistently delivering great customer experiences. What we do: We help you transform your business.
Windows App Studio Windows App Studio is the tool that makes it fast and easy to build Windows 10 apps. It’s accessible from any device with a browser.
Hello! Jason Bert Sitecore Consultant & MVP Presenting Sitecore CI/CD Continuous Integration & Delivery for Sitecore From Goblin Rocket
Anjana & Shankar September,2010 Introduction to Programming Tools.
Automation Engr. Faisal ur Rehman CE-105T Spring 2007.
10/18/2017 3:02 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Web Application for Home Energy Assistance Program
DevOps with ASP.NET Core and Entity Framework Core
Stress Free Deployments with Octopus Deploy
4/24/ :07 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Maven 04 March
DotnetConf 9/10/2018 7:49 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE.
from zero to wicked useful in about an hour HELLO my name is
Bill Wilder, CTO, Finomial Corporation
Automatic RElease Service
Modern web tooling in Visual Studio 2015
Data Science & Web Dev with Python in Visual Studio
Nano Server in the cloud - some real use cases to take away
DNN Connect 2017 Microsoft Keynote
Microsoft Virtual Academy
Build /21/2018 © 2015 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION.
Module 1: Getting Started
Service Fabric Patterns & Best Practices
Microsoft /12/2018 8:06 AM BRK2103 Deliver more features faster with a modern development and test solution Claude Remillard Group Program Manager.
Build vNext in VSO and TFS 2015
Slides and images stolen from “real” .NET Conf. presenters
持續的產出Windows Azure 雲端服務
MIX 09 11/22/2018 9:09 AM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
ASP.NET 5 on .NET Core Damian Edwards Principal Program Manager.
Data analytics with Hadoop In the Microsoft Azure cloud
Tech·Ed North America /2/2019 4:47 PM
Agenda Welcome Continuous Delivery with TeamCity Sebastian Tecsi, Solution Break Best practices in a multi site solution Vlad Iobagiu,
SharePoint Permissions Manager
Microsoft Visual Studio 2010 for Web Deployment
Microsoft Connect /17/2019 9:04 AM
Microsoft Connect /23/ :38 AM
Lighting Up Real-time Web Communications with SignalR
What is Visual Studio Code?
Microsoft Build /27/2019 2:26 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
4/12/2019 5:27 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Learning with Xamarin Workbooks
Visual Studio Tools for Unity 2.0 Preview
Visual Studio 2010 和 .NET Framework 4 培训研讨会
5/6/2019 7:40 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS.
Martin A. NuGet Deep Dive Martin A.
SSIS Data Integration Data Warehouse Acceleration
SSIS Data Integration Data Warehouse Acceleration
Application Settings Management – SSM Parameter Store
02 | Getting Started with Azure Websites
Managing Macs on a Shoestring Budget
SSIS Data Integration Data Warehouse Acceleration
11/11/2019 1:15 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
DataBase Application .NET
DevOps for Desktop Apps
Presentation transcript:

nuget vs maven Miguel Fernández 1

timeline MAKE Ant Maven NuGet Today 1/1/1977 7/1/2000 7/13/2004 10/5/2010 11/25/2015 1977 1977 1981 1985 1989 1993 1997 2001 2005 2009 2013 2016 Today

package stats Source: modulecounts.com

nuget Pronunciation: “new-get”, no “nugget” “package manager for the Microsoft development platform including .NET” 4

why? DRY More dependencies on new projects Updates nuget why? DRY More dependencies on new projects Updates Open source community

main features Consume and publish packages nuget main features Consume and publish packages Direct and transitive dependencies Config file transformations Based on PowerShell and MSBuild

nuget demo 1 consume, create and publish a package 7

ecosystem Official feed: nuget.org (gallery) Alternative feeds: artifactory, myget, octopus, nexus… Clients: Power Shell, Visual Studio, Package Explorer Chocolatey, boxstarter

nuget demo 2 create my own feed 9

maven “software project management and comprehension tool” 10

differences pom.xml Everything is a package SNAPSHOT concept maven differences pom.xml Everything is a package SNAPSHOT concept Machine-wide Scope Plugins and many more features

maven demo 1 consume, create and publish a package 12

nuget future demo project templates 13