GET NEW STUFF WITH NUGET By Jon Marozick & Loren Halvorson.

Slides:



Advertisements
Similar presentations
Installing the MATLAB Add-On
Advertisements

FREE as in BEER!!! Manage Your Packages with NuGet Rob Reynolds.
Cellot Proprietary Slide-0 Cellot Inc. The presentation was created with Microsoft PowerPoint If you see that the text below overlaps or mouse pointer.
Introduction to Maven 2.0 An open source build tool for Enterprise Java projects Mahen Goonewardene.
Frozen Bytes: NuGet 101 Blazing Fast Overview.NET Package Management for the Enterprise.
Reducing development costs Code generation in IronSpeed Designer William Eastbury Simple Health & Beauty Limited.
.NET Technology.
Chalermvong Vijitpiyakul Microsoft MVP Greatfriends.biz Community Lead GF 30 August 2009.
What’s New in ASP.NET 5 and Visual Studio 2015 SPENCER SCHNEIDENBACH GADELLNET CONSULTING SERVICES.
ISYS 512 Business Application Design and Development with.Net David Chao.
The Apache Web Server  Started in April 1996 as an open source multiplatform web server (Windows, FreeBSD, UNIX, and Linux compatible).  Now the world’s.
Kashif Jalal CA-240 (072) Web Development Using ASP.NET CA – 240 Kashif Jalal Welcome to week – 2 of…
NuGet Sweet, but not edible Chris
ISYS 512 Business Application Design and Development with.Net David Chao.
05 | Data Access with Entity Framework Bruno Terkaly | Technical Evangelist Bret Stateham | Technical Evangelist.
Dynamic Web site With PHP and MySQL. MySQL The combination of MySQL database and PHP scripting language is optimum for building dynamic websites. MySQL.
The “R” Statistical Package Naomi Altman Dept. of Statistics PSU.
.NET framework’s Versions .NET Framework Version Microsoft started development on the.NET Framework in the late 1990s originally under the name of Next.
By Ms.A.C.Sumathi AP(SG)/ Dept of CSE SNS College of Engineering, CBE.
WHAT IS PHP PHP is an HTML-embedded scripting language primarily used for dynamic Web applications.
Introduction to VB.Net ITE-370. What is.NET? A brand of Microsoft technologies A platform for creating distributed Web applications A combination of new.
Multicore Software Development Kit (MCSDK) Training Introduction to the MCSDK.
Ori Calvo, 2010 Hi-Tech College
DYNAMICS CRM AS AN xRM DEVELOPMENT PLATFORM Jim Novak Solution Architect Celedon Partners, LLC
Crystal Hoyer Program Manager IIS Team Preview of features that will be announced at MIX09 Please do not blog, take pictures or video of session.
ISYS 512 Business Application Design and Development with.Net David Chao.
ASP.NET The.NET Framework. The.NET Framework is Microsoft’s distributed run-time environment for creating, deploying, and using applications over the.
Lesley Bross, August 29, 2010 ArcGIS 10 add-in glossary.
Selenium Web Test Tool Training Using Ruby Language Discover the automating power of Selenium Kavin School Kavin School Presents: Presented by: Kangeyan.
Linux Last Update Copyright Kenneth M. Chipps Ph.D. 1.
Introduction CIS 136 Building Mobile Apps 1. What is a mobile app? 2  Computer program  Designed for small devices  Smartphones  Tablets  Other handhelds.
CIS 375—Web App Dev II Microsoft’s.NET. 2 Introduction to.NET Steve Ballmer (January 2000): Steve Ballmer "Delivering an Internet-based platform of Next.
Module 6 Using the Internet for Working & Learning.
Test Driven Development in the.Net Framework Sam Lee Mayur Mehta Jaymeen Shah McCoy College of Business Administration Texas State University-San Marcos.
Jumpstart: Silverlight Presenter: Kevin Grossnicklaus November 6 th, 2010.
Available via NuGet independently, major revisions infrequent and with minimal breaking changes, sole dependency for each MAML library. Contains HTTP,
PHP on Windows Improvements in PHP-Microsoft Interoperability Brian Swan PHP Developer Outreach,
Android architecture & setting up. Android operating system comprises of different software components arranges in stack. Different components of android.
Introduction to VB.Net. What is.NET? A brand of Microsoft technologies A platform for creating distributed Web applications A combination of new and updated.
Selenium Web Test Tool Training Discover The Automating Power Of Selenium Author : Girija Prasad Panda Alcatel-Lucent.
Proprietary & Confidential Java WebStart Created by Bob Hays.
Active Server Pages (ASP), also known as Classic ASP or ASP Classic, was Microsoft's first server-side script engine for dynamically generated web pages.
The Web Developer’s Toolbox Steve Fabian e:
Artifact Management Managing Maven and other artifacts in Perforce.
The way of hybrid mobile development Hybrid Mobile Applications Telerik Software Academy
Getting Started with.NET Getting Started with.NET/Lesson 1/Slide 1 of 31 Objectives In this lesson, you will learn to: *Identify the components of the.NET.
Andrew Coates Advanced Windows 10 development with the Office 365 APIs DEV33 5.
IWebKit Easy to use framework Available free for non- commercial use New version under development.
ISYS 512 Business Application Design and Development with.Net David Chao.
Getting Visual Studio You can download Visual Studio 2015 Community Edition for free from the Microsoft web site.
Expertsfromindia for Joomla Development. Introduction Joomla is an open source and free content management system (CMS) for publishing content on the.
ECLIPSE RICH CLIENT PLATFORM Part 1 Introduction.
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.
Downloads Best Free Software PC - Filefisher.com
Download cracked softwares free
 Joomla provides the free and open source content management system for publishing web content.  It is build on model-view- controller web application.
A Crash Course By TraversyMedia.com
Introduction ITEC 420.
DevOps with ASP.NET Core and Entity Framework Core
Umair Tariq Xavor Pakistan (Pvt) Ltd..
Unit Testing with xUnit.net
Apache Cordova Overview
Dot Net Training in Hyderabad Dot Net Training in Hyderabad.
Nuget vs maven Miguel Fernández 1.
Entity Framework Code-First Migrations
Install MySQL Community Server and MySQL Workbench
Implementing Entity Framework with MVC Jump Start
Carthage ios 8 onwards Dependency manager that streamlines the process of integrating the libraries into the project.
DataBase Application .NET
Presentation transcript:

GET NEW STUFF WITH NUGET By Jon Marozick & Loren Halvorson

WHAT IS NUGET?  NuGet is a free, open source developer focused package management system for the.NET platform intent on simplifying the process of incorporating third party libraries into a.NET application during development  By Outercurve, formerly Codeplex Foundation  Not just for open source software  Supported by Microsoft and OSS community

WHAT ARE PACKAGES?  The combination of one or more assemblies, settings, and files is a package  Bundled into feeds  Gems are the Ruby equivalent of packages

EXAMPLES  jQuery  nUnit  MvcScaffolding  PagedList, PagedList.Mvc  Entity Framework 4.1  ADO.NET DbContext Generator is found in the full install which must downloaded from web not NuGet.

INSTALLATION  Runs on VS 2010 or VWD 2010  Installed via the Extension Manager  Version 1.3 is the latest as of 4/26/11  Partnered with symbolsource.org  Performance and caching

WEBSITES  nuget.org  nuget.codeplex.com   3-project-with-the-mvcscaffolding-package/ 3-project-with-the-mvcscaffolding-package/  framework-data-model-for-an-asp-net-mvc-application framework-data-model-for-an-asp-net-mvc-application