Will Web 3.0 Replace Web 2.0?
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
Training
Live
JOBS
MORE
CAREER
MEMBERS
About Nuget
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Yatendra Sharma (5)
Anupam Maiti (4)
Abhimanyu K Vatsa (4)
Rion Williams (3)
Nimit Joshi (3)
Satya Karki (2)
Mudita Rathore (2)
Amit Choudhary (2)
Asma Khalid (2)
Sateesh Arveti (2)
Venkatesh Kumar (2)
Manoj Kulkarni (2)
Raj Kumar (2)
Jefferson S. Motta (1)
Jochen Bartlau (1)
George (1)
Shenbagapandiyan P (1)
David Mccarter (1)
Kalyan Bandarupalli (1)
Cecil Phillip (1)
Muhammad Aqib Shehzad (1)
Vipul Malhotra (1)
Harpreet Singh (1)
Ranjan Dailata (1)
Harsh Gupta (1)
Santhosh Patil (1)
Amit Kumar (1)
Sandeep Singh Shekhawat (1)
Rémi Bourgarel (1)
Ankit Sharma (1)
Aniket Rai (1)
Faisal Pathan (1)
Suneel Kumar Biyyapu (1)
Vikas Srivastava (1)
Guest User (1)
Debasis Saha (1)
Nitesh Kejriwal (1)
Gnanavel Sekar (1)
Bryian Tan (1)
Guest User (1)
Jatin Malik (1)
Banketeshvar Narayan (1)
Zunish Zubair (1)
Rupesh Kahane (1)
Afzaal Ahmad Zeeshan (1)
Ravi Patel (1)
James Croft (1)
Kaushik S (1)
Francis (1)
Mukesh Kumar (1)
Shridhar Sharma (1)
Buddika Widu (1)
Sachin Kalia (1)
Alex Smith (1)
Jeff Hansen (1)
Bruno Leonardo Michels (1)
Mohit Kumar (1)
Hugo Carnicelli (1)
Srinivas Narula (1)
Victor Zaragoza (1)
Sara Silva (1)
Ketak Bhalsing (1)
Aman (1)
Ashwani Tyagi (1)
Related resources for Nuget
No resource found
How to Create and Test NuGet Package Locally in Visual Studio 2022
3/17/2023 10:24:21 AM.
This article describes how we can create a NuGet package using Visual Studio and configure the NuGet manager for local testing before publishing it to nuget.org. Additionally guides for developers to
Learn What Is Azure Artifacts And How To Use
2/6/2023 10:39:55 AM.
Microsoft Azure Artifacts is a managed repository service mainly used for NuGet packages, allowing a team to use private deploys as any usual NuGet source. Azure Artifacts, a private NuGet for yo
How To Create and Publish NuGet Package Using Visual Studio With .NET 7
1/16/2023 11:25:25 AM.
This article explains what is NuGet package, how to create a NuGet package using Visual Studio 2022 with .NET Class library project in .NET 7 framework.
Automating NuGet Package Uploads
5/4/2022 6:45:10 AM.
Maintaining a huge number of packages on NuGet can be a tedious task. Here's a slick shortcut for automating things.
Automatically Update Nuget Packages Using dotnet-outdated-tool
4/20/2022 12:52:59 PM.
This article demonstrates how can we automate NuGet Package updates for a solution in Azure DevOps CI pipeline. We will use and install dotnet-outdated-tool in a CI pipeline in Azure DevOps to automat
Automate Nuget Package Upgrade In Azure Pipelines
4/18/2022 5:05:47 AM.
In this article, you will learn how to automate Nuget Package Upgrade in Azure Pipelines.
Create And Publish A NuGet Package Into Azure Artifacts Using CI/CD Pipeline
3/16/2022 11:24:43 AM.
In this article, you will learn how to create and publish a NuGet Package into Azure Artifacts using CI/CD Pipeline.
Setup Private NuGet Feed
9/29/2021 1:01:58 PM.
This article discuss NuGet and get private NuGet feed.
Create And Publish A .NET Core Class Library Package Into NuGet.org
8/5/2021 5:26:08 AM.
In this article, you will learn how to create and publish a .NET Core class library into NuGet Package.
.NET Core NUGET packages
7/5/2021 10:46:13 AM.
In this article, you will learn about the best NuGet packages we can select while developing restful microservices.
Coding Faster With The dotNetTips Spargine NuGet MAR 2021 Update
5/3/2021 2:05:05 PM.
In this article, you will learn about Coding Faster With The dotNetTips Spargine NuGet MAR 2021 Update
Process of Installing the Nuget Package Manager in ASP.NET Web API
4/1/2021 10:07:22 AM.
In this article, we will define what the NuGet Package Manager is and how to install it in the ASP.NET Web API.
ASP.NET 4.5 New Features
3/17/2021 10:47:42 AM.
This article describes the new features of ASP.NET in ASP.NET 4.5.
DevOps for ASP.NET Developers: Hosting NuGet Packages
3/7/2021 5:14:10 AM.
NuGet defines how packages for .NET are created, hosted, and consumed, and provides the tools for each of those roles. Using NuGet feeds, you can make your packages publicly available or limit them to
Installing the NuGet Packages By Package Manager Console in Web API
2/11/2021 4:41:03 AM.
This article describes how to find, install, remove and update the NuGet Packages using the Commands Web API.
Useful Tools For .NET Developers
1/16/2021 11:04:51 AM.
In this article, we will review some of the best productivity tools for .NET developers.
Spatial Data Type Support in Entity Framework 5
1/1/2021 9:59:28 AM.
Entity Framework 5 brings many improvements and Spatial Data Type Support in Code First and Model Designer is one of them.
Enum Support (Code First) in Entity Framework 5
12/22/2020 12:01:36 PM.
Entity Framework 5 brings number of improvements and Enum Support in Code First is one of them.
Working With AutoMapper
12/18/2020 5:56:45 AM.
This article provides some guidelines on how to use AutoMapper in C#.
Working With Multiple Tables in MVC Using Entity Framework
12/11/2020 3:58:46 AM.
In this article we will learn how to work with Multiple Tables in MVC using the Entity Framework.
RetryPolicy Using Microsoft Practices Enterprise Library
12/3/2020 3:27:11 AM.
In this article you will learn how to retry policy using Microsoft Practices Enterprise Library.
Entity Framework's Database Seed Method
11/26/2020 1:33:42 AM.
This article is abou the Entity Framework Database Seed Method that allows you to seed some dummy data in the database for testing purposes.
Code First Approach in Entity Framework
11/6/2020 1:02:06 AM.
In this article we will see how a Code First Approach provides an alternative to the Database First and Model First approaches to the Entity Data Model.
.NET Core: Introduction To Microsoft.Data.Sqlite
11/6/2020 12:54:48 AM.
In this article, I will be walking you through the usage of Microsoft.Data.Sqlite data access library for “SQLite”.
C#.NET - Generate an API Key Using Nuget Library
11/3/2020 12:30:02 AM.
This article is about the integration of the Asmak9.AuthorizeRESTWebApiAK .NET library with a C#.NET Console Application.
ASP.NET MVC - REST Web API Basic Authorization using Nuget Library
11/3/2020 12:27:28 AM.
This article is about the integration of Asmak9.AuthorizeRESTWebApiAK .NET library with ASP.NET REST Web API platform.
Automate Build, Publish And Deploy NuGet Package Using Github Actions
6/30/2020 7:38:19 AM.
No need to build and publish packages manually, automate it using GitHub Action.
Creating A Local NuGet Package Repository
2/11/2020 10:50:13 AM.
NuGet is a simple and convenient way via a graphical user interface or a PowerShell-based command line named Package Management Console. I am going to create a Local NuGet package repository and Consu
Node Package Manager Tutorial Step By Step
10/14/2019 12:25:19 AM.
In this article we will learn, what node package manager is and how to create a package.json file.
Install MVC 4 in Visual Studio 2010
5/9/2019 6:31:21 AM.
In this article I go through step-by-step how to install MVC 4 in Visual Studio 2010.
NuGet Package To Manage CosmosDB Objects
2/18/2019 1:18:27 AM.
I created a useful NuGet Package for managing CosmosDB functions, stored procedures, and triggers along with our app code. You can learn about this package in this article.
Look At NuGet Packages In VS 2017
1/14/2019 4:39:01 AM.
In the article, we will walk through creating a nuget package targeting .NET Standard in VS 2017 and NuGet 4.0.
Look At NuGet Packages In VS 2017 - Part Two
1/14/2019 4:21:59 AM.
Look At NuGet Packages features In VS 2017. Learn to add local or remote path as nuGet package source, clearing nuGet cache using Visual Studio, enable downloading of missing NuGet packages
Blazor - Publishing A Component To NuGet Gallery
12/5/2018 8:36:14 AM.
In this article, we will learn how to publish a reusable Blazor component to nuget gallery. We will use Visual Studio 2017 to build and create the nuget package.
Azure Functions App V2 Using C# (.NET Core)
11/5/2018 8:32:03 AM.
In this article we will be creating and running azure functions. We will also see how to add nuget packages in our function app.
Installing NuGet Packages In Visual Studio
10/26/2018 12:17:38 AM.
We can say that NuGet packages as pre-defined code of piece which is reusable for other developer.You can add in your project and use that Nuget functionaolty whereever you wanna use in project.We can
Making Calls, SMS, And Emails In Xamarin.Forms Without Additional NuGet Package
5/30/2018 10:18:12 AM.
In the New Project dialog, click Cross-Platform, select the Mobile App (Xamarin.Forms) template, set the Name and Solution name to PhoneDialerSample, choose a suitable location for the project and cli
Create And Publish A Nuget Package Using Visual Studio (.NET Standard)
4/5/2018 2:41:48 PM.
In this article, you will learn to create and publish a Nuget Package using Visual Studio (.NET Standard).
Publish Nuget Packages In .NET Core
1/19/2018 1:32:09 PM.
Now that you have a registry and key to upload your packages, let’s create and push a package. I am using here a simple .NET Core class library I wrote to work with CSV files, the source code can be f
Create Shared Library Or Nuget Package In .NET Core Application - Day Five
8/3/2017 6:33:12 AM.
In this article, we will discuss how to create a shared library or package in the .NET Core Application.
Getting Started With HTML Agility Pack
7/26/2017 5:12:00 AM.
This article shows how to get started with HTML Agility Pack and provides code samples to see how web scraping can be done using this package in C#.
Working With MVC4 Application
6/23/2017 5:39:05 AM.
In this article we saw Guest Book application creation in MVC4, used the Entity Framework to work with the database and used Glimpse to understand the Entity Framework local database.
Implement Different Types Of Captcha With ASP.NET MVC Using NuGet CaptchaMvc.Mvc5
4/11/2017 7:11:48 PM.
In this article, we are going to see how to integrate captcha in your application and different types of captcha.
Password Strength Indicator With NuGet Package
2/21/2017 12:34:12 AM.
In this article, you will learn about the password strength indicator using jQuery and XML + NuGet Package.
Cross Platforms - Managing Azure Mobile Backend And Dealing With NuGet Packages For Native Platforms
12/26/2016 5:02:02 PM.
In this article, you will learn how to manage Azure mobile back-end and deal with NuGet packages for native platforms.
Nuget Package Manager : Install & Uninstall
11/15/2016 11:27:50 PM.
NuGet is commonly used as Microsoft Visual Studio Extension and helps various developers across the globe to create and consume packages. Its easy, convenient and hassle free. The scope of this articl
Adding Package Source In Visual Studio 2015
5/9/2016 12:18:00 PM.
In this article you will learn how to add multiple package sources in Nuget Package Manger package source in Visual Studio 2015.
Create Simple Animation Using Expression Blend
2/16/2016 11:22:22 PM.
In this article you will learn how to create a simple animation using Expression Blend.
Introduction To KnockOut.Js - Part 1
2/6/2016 1:36:59 PM.
In this article we are going to understand the basics of Knockout.js.
Guide For Building C# Apps On Ubuntu: NuGet Packages
1/21/2016 9:21:31 AM.
In this article you will learn how to build C# Apps on Ubuntu with NuGet Packages.
Add/Update/Delete Package And Library From Nuget Package
12/13/2015 2:35:44 PM.
In this article we will learn how to add/update/delete package and library from Nuget in project.
Using The NuGet Package Explorer To Create, Explore And Publish Packages
12/8/2015 11:25:32 AM.
In this article you will learn how to use the NuGet Package Explorer to create, explore and publish Packages.
When MVC 5, SignalR And NuGet Just Won't Get Along
11/24/2015 11:38:51 AM.
In this article you will learn about an issue with working with MVC5, SignalR and NuGet at the same time.
Introducing Croft.Core For Universal Windows Apps
11/15/2015 9:07:13 AM.
Take a look at and contribute towards a core set of features developers may need for their UWP applications.
Creating NUnit Test Project
11/11/2015 6:21:17 AM.
In this article you will learn about Nunit test project.
How To Create Remote NuGet Feed
11/2/2015 5:27:09 AM.
In this article you will learn how to create remote NuGet feed.
Getting SignalR-Ready In Visual Studio 2010
10/29/2015 5:04:24 AM.
In this article you will learn about SignalR-Ready in Visual Studio 2010.
Install Nuget Packages In Your Project
10/27/2015 1:01:47 AM.
In this article I am going to explain about how to install/uninstall Nuget packages for your application in Visual Studio using “Nuget Package Manager” and “Package Manager Console”.
Use NuGet Package Manager In Visual Studio 2015
10/20/2015 4:15:50 AM.
In this article, I will show you how to use NuGet Package Manager in Visual Studio 2015.
Code First Migration Using NuGet Commands In ASP.NET MVC 5
10/16/2015 12:00:38 PM.
This article intends to describe the code first migrations in ASP.NET MVC using NuGet Commands.
Enterprise Library In ASP.NET
10/16/2015 3:43:02 AM.
In this article we will learn how to use enterprise library in ASP.NET. It is a collection of application blocks and core infrastructure.
Using Bootstrap 3.3.5, Font Awesome 4.2 With ASP.Net MVC 4 Sample Application For Beginners
7/28/2015 3:44:44 PM.
In this article you will learn how to use Bootstrap 3.3.5 and Font Awesome 4.2 with ASP.NET MVC 4.
Creating a Nuget Package
7/22/2015 7:07:22 PM.
In this article, we will talk about how to create a Nuget package.
Computed Observables in Knockout.js
7/15/2015 8:33:06 PM.
In this article we will learn the Computed Observables in Knockout.js and how to use the Computed Observables in Knockout.js.
Understanding Observable in Knockout.js
7/6/2015 7:33:31 PM.
This article explains observables in the Knockout.js and how observables work.
NuGet Package Manager Error Resolution
7/4/2015 8:35:43 PM.
In this article you will learn how to resolve NuGet Package Manager Error.
How to Use Free Spire.Doc to Wrap Text Around Image Easily
6/26/2015 11:15:57 PM.
This article shows how to use the free Spire.Doc to wrap text around an image easily.
Setting Visual Studio 2013 For Knockout.js Development
6/26/2015 8:04:38 PM.
In this article we will learn how to set Visual Studio 2013 for Knockout.js development.
Proper Translatable Pluralization in .NET With MessageFormat
6/12/2015 7:18:00 PM.
In this article we will learn about proper translatable pluralization in .NET with MessageFormat.
Nuget Package: Fody
5/30/2015 11:30:53 PM.
You can make your life much easier by using this IL injection package to implement INotifyPropertyChanged.
Adding Real Time Functionality With SignalR
3/31/2015 1:18:56 PM.
This article illustrates the basics of SignalR and how to add real-time functionality in our project.
Introduction To ASP.Net 5 in Visual Studio 2015
3/26/2015 8:27:16 PM.
In this article we explore the new features of ASP.NET 5 in Visual Studio 2015.
ASP.Net 5 and Ubuntu
3/15/2015 6:35:08 AM.
This article explains what is currently necessary to run an ASP.NET 5 website on Ubuntu.
Add Breeze Libraries From Nuget to SharePoint 2013 Apps
3/1/2015 3:02:27 PM.
In this article you will learn how to add Breeze Libraries from Nuget to SharePoint 2013 Apps.
Workaround in ASP.Net WebApi Help Page
2/25/2015 7:10:20 PM.
In this article you will learn about a workaround in ASP.NET WebApi Help Page.
Avoid Nightmares Updating the .Net Backend Project From Azure Mobile Services
1/16/2015 1:12:40 AM.
In this article you will learn how to update a .Net Backend project from Azure Mobile Services and how to update the references added to the project using Nuget packages.
Create and Push NuGet Package in Visual Studio 2013
12/9/2014 12:18:11 AM.
In this article we will see how to create a NuGet Package after each build and push the package to NuGet in Visual Studio 2013.
Package Manager Console in Visual Studio
11/25/2014 12:06:13 PM.
This article is about the Package Manager Console. It is a PowerShell console within Visual Studio used to interact with NuGet and automate Visual Studio.
Coding For Fun Toolkit: Demo I
8/4/2014 3:42:25 PM.
This article decribes the new exciting Toolkit for Windows Phone 8 of the "Coding4 FunToolkit", that provides many more exciting controls to include in our Windows Phone app.
Introduction To ASP.Net Identity in MyGet
10/12/2013 7:45:49 PM.
In this article I am describing the new feature, ASP.NET Identity, available in the NuGet Package.
Introduction To New Features of Visual Studio 2013 RC: Part 1
9/20/2013 2:46:12 PM.
In this article I am describing some of the latest features of the Release Candidate version of Visual Studio 2013.
NuGet in Lightswitch 2012
7/14/2013 2:28:13 PM.
In this article I am going to describes how to NuGet in our LightSwitch Application using Visual Studio 2012.
Introduction to .NET Framework 4.5.1
7/13/2013 2:06:16 PM.
This article is a brief introduction to .NET Framework 4.5.1.
Consume ASP.Net Web API Using HttpClient in WPF
7/4/2013 11:56:42 PM.
In this article you will learn how to consume a Web API using HttpClient in WPF.
Hello World App Using ASP.NET SignalR
3/13/2013 12:03:38 PM.
ASP.NET SignalR is an async signaling library for .NET to help build real-time, multi-user interactive web applications. In this article we will see how to create a basic application using ASP.NET SignalR.
Manage Nuget Packages With Source Control
3/8/2013 6:46:04 PM.
Nuget is a Visual Studio plugin that allows you to download and install libraries directly into your solution.