TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
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
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]
Sardar Mudassar Ali Khan (9)
Ajay Kumar (5)
Satya Karki (4)
Anupam Maiti (4)
Vijai Anand Ramalingam (3)
Sanjay Kumar (3)
Abhimanyu K Vatsa (3)
Manikandan Murugesan (2)
Jithu Thomas (2)
Vijay Yadav (2)
Rinki (2)
Chetan Sanghani (2)
Ramasagar Pulidindi (2)
Ankit Sharma (2)
Jefferson S. Motta (2)
Asma Khalid (2)
Mudita Rathore (2)
Sateesh Arveti (2)
Mayooran Navamany (1)
Vipul Malhotra (1)
Rasul Huseynov (1)
Maniteja Vegi (1)
Alagunila Meganathan (1)
Vincent Maverick Durano (1)
Jeeva Subburaj (1)
Shashangka Shekhar (1)
Sai Kumar Koona (1)
Menaka Priyadharshini B (1)
Nikunj Satasiya (1)
Allen Oneill (1)
Amit Prabhu (1)
Habibul Rehman (1)
Abdul Rahman (1)
Rohol Amin (1)
Tahir Ansari (1)
Prakashkumar Sahoo (1)
Valerii Tereshchenko (1)
Amin Golmahalleh (1)
Muhammad Asif (1)
Jobin S (1)
Abhishek Khandare (1)
Jayraj Chhaya (1)
Keyur (1)
Hm Ahsan Joyia (1)
Esamaldin Mohammed (1)
Jaimin Shethiya (1)
Ashok Dudi (1)
Bhawesh Deepak (1)
Raj Bhatt (1)
Salman Karim (1)
Manoj Kumar Duraisamy (1)
Jochen Bartlau (1)
George (1)
Shenbagapandiyan P (1)
David Mccarter (1)
Kalyan Bandarupalli (1)
Cecil Phillip (1)
Muhammad Aqib Shehzad (1)
Ranjan Dailata (1)
Harsh Gupta (1)
Santhosh Patil (1)
Amit Kumar (1)
Sandeep Singh Shekhawat (1)
Rémi Bourgarel (1)
Aniket Rai (1)
Related resources for Nuget
No resource found
Beginner's Guide to CRUD Operations in .NET Core 8 Web API
11/12/2024 7:30:14 AM.
This guide walks you through creating a .NET Core 8 Web API for managing employee data with full CRUD operations. Using Entity Framework Core, you’ll define models, connect to a SQL database, create e
Create a Model with Database Table in .NET 8 using EF Core
10/28/2024 7:16:12 AM.
This article guides you through creating a data-driven application using .NET 8 and Entity Framework Core. You'll learn to define a model, configure a DbContext, set up a SQL Server connection str
Azure service bus queue with .net core and python
10/20/2024 9:30:13 AM.
This article demonstrates how to implement Azure Service Bus queues using both .NET Core and Python. It covers creating a message sender with a web API in .NET Core and a receiver using a console app.
Validation of Complex Objects in Multi-Lingual Environment Using DynamicVNET With ASP.NET Core
10/14/2024 9:58:53 AM.
DynamicVNET is a lightweight, rule-based validation library for .NET applications, designed to validate POCOs while adhering to the Single Responsibility Principle (SRP). It integrates seamlessly with
How To Create An HTTP Trigger Azure Function App Using Visual Studio 2017
10/1/2024 8:24:46 AM.
Azure Functions is a serverless cloud solution that allows you to run code on-demand without managing infrastructure. It supports multiple programming languages, offers a pay-per-use pricing model, an
Getting Started with GPT-3.5 Turbo on Azure OpenAI Service in .NET
9/28/2024 5:48:07 AM.
This article explores how to integrate Azure OpenAI Service and GPT-35-Turbo into .NET applications for generating text responses based on user prompts.
ASP.Net SignalR: Building a Simple Real-Time Chat Application
9/27/2024 10:21:27 AM.
In this tutorial, we build a simple real-time chat application using ASP.NET MVC and SignalR. SignalR enables live data updates by pushing content from the server to clients, perfect for chat, notific
Efficient Package Management in Large Enterprises with Directory.Packages.props
9/23/2024 6:48:31 AM.
Managing NuGet package versions in large C# solutions can be challenging. The Directory.Packages.props file simplifies this by allowing you to define package versions in one central location, ensuring
Braintree Payment Gateway Integration With ASP.NET Core 2.1
9/4/2024 9:06:35 AM.
Integrate Braintree payment gateway with ASP.NET Core 2.1 by adding the Braintree .NET Client Library via NuGet. Configure the gateway using environment variables or default credentials. Implement end
Simplifying ASP.NET Core 8 Logging with Serilog and AppInsight
9/2/2024 8:00:14 AM.
Serilog is a powerful .NET logging library that supports structured logging, enhancing application monitoring and debugging. To integrate Serilog with ASP.NET Core and Application Insights, install es
Complete File Upload and Download in ASP.NET Core MVC
8/30/2024 5:08:01 AM.
Implement file upload and download functionality in an ASP.NET Core MVC application. This guide covers project setup, model creation, controller logic, view implementation, and security best practices
The Best Way to Work with Excel in .NET: MiniExcel
8/16/2024 5:22:33 AM.
MiniExcel is a lightweight, high-performance .NET library for handling Excel files. Simplifies tasks like reading and writing data with minimal dependencies and fast processing. Ideal for reporting, d
Build Image Description Service with Amazon Bedrock and .NET App
8/7/2024 6:15:47 AM.
Learn how to use the Amazon Bedrock Converse API with the Anthropic Claude 3 Sonnet model to send an image and receive a description. This guide covers setting up a .NET 8.0 console app in Visual Stud
Implementing Dependency Injection In .NET Core Console Applications
7/31/2024 3:56:07 AM.
Learn how to implement Dependency Injection (DI) in .NET Core Console applications. Start by adding the Microsoft.Extensions.DependencyInjection package, then register services using ServiceCollection
How to Use JWSHMAC in ASP.NET Web Application
7/29/2024 6:29:47 AM.
Learn how to implement JWSHMAC in an ASP.NET web application to secure JSON data using HMAC. This guide covers installing the JWT NuGet package, creating a JWT helper class for token generation and va
Generating PDFs in .NET Core Web API
7/26/2024 11:30:03 AM.
In this comprehensive guide, learn how to generate PDFs in .NET Core Web API. This tutorial covers essential tools and libraries, step-by-step instructions, and practical examples to help you create r
Building A Login Form Using Material Design Control In Visual Studio 2017
7/26/2024 6:28:26 AM.
This article demonstrates how to use Material Skin in Windows. Forms applications with Visual Studio 2017. It covers starting a project, installing Material Skin via NuGet, adding Material controls to
Amazon Bedrock Knowledge Base Query in .NET Console App
7/25/2024 7:24:09 AM.
Learn to create a .NET console application using Visual Studio 2022 to query an Amazon Bedrock knowledge base. This guide demonstrates querying an Amazon S3 bucket for data, handling responses, and ma
Building NuGet Packages with the .NET CLI
7/22/2024 6:11:56 AM.
Perfect for .NET developers, this tutorial covers package creation, configuration, and publishing. Master the command-line tools to streamline your workflow and efficiently manage dependencies in your
How to Create a Captcha in .Net Core Web API
7/20/2024 4:10:40 PM.
This guide explains how to create a CAPTCHA in a .NET Core Web API. It covers installing necessary NuGet packages, configuring session management, generating CAPTCHA images, and validating user input.
How to Implement Memcached in C# ASP.NET MVC Project?
7/19/2024 10:48:08 AM.
Learn how to enhance performance in a C# ASP.NET MVC project using Memcached. This guide covers installing Memcached, integrating it with your application, and implementing caching to improve response
How to Generate Server Side Reports in .NET Core
7/19/2024 9:12:48 AM.
Explore server-side reporting in .NET Core with top free packages: DinkToPdf, FastReport Open Source, and Report.NET. These tools simplify PDF generation from HTML and custom reports, offering cost-ef
Use a Guardrail with the Converse API in a .NET Console Application
7/18/2024 8:16:01 AM.
Learn to develop a .NET console app using the Converse API with guardrails to block inappropriate content in Visual Studio 2022. This tutorial covers setting up AWS IAM permissions, installing the AWS
Integrating .NET Standard with Modern Development Practices
7/17/2024 5:49:18 AM.
.NET Standard is a specification that defines a set of APIs that all .NET implementations must provide. It serves as a unifying platform, ensuring that code can run on various .NET implementations, in
Comprehensive Guide to Unit Testing in .NET Core
7/16/2024 7:21:02 PM.
Unit testing in .NET Core is essential for ensuring code quality and functionality. Using frameworks like xUnit and NUnit, developers can write effective tests to detect bugs early, support code refac
How to Implement Multi Factor Authentication Using Authenticator App in ASP.NET MVC Project?
7/8/2024 7:51:34 PM.
Enhance your ASP.NET MVC project's security with multi-factor authentication (MFA) using an authenticator app. This guide provides step-by-step instructions for setting up your project, configurin
Setting Up Google Authentication in ASP.NET Core MVC
7/8/2024 11:37:17 AM.
Integrate Google Authentication into your ASP.NET Core MVC application for secure and easy user login. Follow steps to create a project in Visual Studio, configure Google API Console, install necessar
Audit Trail And Data Versioning With C# And MVC
6/26/2024 10:24:23 AM.
This article describes implementing an audit trail and data versioning system using C# reflection and SQL databases. It focuses on medical records applications, outlining database setups, MVC applicat
Deploying A Simple Bot With Bot Builder SDK Using Visual Studio 2017
6/20/2024 10:12:40 AM.
Learn to create and configure bots using Visual Studio with the Bot Application template and Bot Builder SDK for .NET. Test and debug bots locally using the Bot Emulator, ensuring seamless interaction
Introduction To Selenium Webdriver With C# In Visual Studio 2015
6/17/2024 11:20:36 AM.
Selenium WebDriver is an automated web application testing tool that integrates with languages like C#, Java, and Python. C# is a Microsoft programming language for building secure applications on the
Heart Disease Prediction In ASP.NET Core Using ML.NET
6/12/2024 10:02:36 AM.
Develop an ASP.NET Core MVC application for predicting heart disease using ML.NET. Install necessary NuGet packages, define data structure for the ML model, build and train the model. Implement contro
Excel Export/Download In ASP.NET Core
6/12/2024 7:01:38 AM.
Learn how to effortlessly export IEnumerable<T> data into Excel files in Asp.Net Core backend using Fingers10.ExcelExport NuGet package. Customizable column headers and nesting are supported.
Optimize File Monitoring with Custom .Net8.FileSystemWatcher in .NET
5/21/2024 7:13:02 AM.
Discover enhanced file monitoring with Custom .Net8.FileSystemWatcher NuGet Package in .NET 8. Harness advanced features for real-time tracking, event-driven programming, and improved file system even
How to Create and Use Local NuGet Package in Dot Net
5/20/2024 11:02:15 AM.
NuGet is the package manager for dot net. Developers can create, share, and consume essential dot net libraries. NuGet client tools provide the ability to produce and consume these libraries as packag
Exploring Text-to-Speech Packages for Xamarin.Forms
5/13/2024 11:45:13 AM.
Discover the top text-to-speech packages for Xamarin.Forms apps and learn how to seamlessly integrate them into your projects. Explore Xamarin.Essentials, Plugin.TextToSpeech, and Android.Speech.Tts,
How to Upload Files to Mega Cloud Storage Using C# & .NET Core
5/6/2024 9:42:59 AM.
Learn how to seamlessly upload files to Mega Cloud storage using C# and .NET Core. Mega is a popular cloud storage provider known for its robust security features and generous storage offerings.Disc
Objects Comparer In .NET
4/26/2024 10:21:22 AM.
Objects Comparer enables comprehensive object-to-object comparison with custom rules. Easily install via NuGet or GitHub. Customize comparison behavior, override rules, and implement factory for effic
Enum Support (Code First) in Entity Framework 5
4/24/2024 1:51:17 PM.
Entity Framework 5 introduces enhanced support for enums in Code First development. Enums can now be seamlessly integrated into entity classes, offering a more structured approach to representing fixe
Getting Started With Mapster in ASP.NET Core
3/20/2024 6:41:17 AM.
Learn how to streamline object mapping in ASP.NET Core applications using Mapster. This comprehensive guide covers installation, basic mapping techniques, advanced features like custom mapping, and pr
Creating Custom NuGet Packages in C#
3/10/2024 9:32:06 AM.
Learn how to create custom NuGet packages in C# with this step-by-step guide. Set up a project, add components, create a .nuspec file, package your project, and optionally publish to nuget.org.
Code First Approach in Entity Framework
3/7/2024 11:28:21 AM.
This content provides a comprehensive guide on implementing Entity Framework's code-first approach in ASP.NET MVC applications. It begins with an introduction to Entity Framework, highlighting its
How To Generate Curl Script of the HttpClient in .NET
3/7/2024 11:22:06 AM.
The HttpClientToCurl is a NuGet package for generating the curl script of HttpClient in C# (.Net) supported features: Post, Get, Put and Delete. content types: application/json, text/xml, application/
Adding Nuget Packages/Dependent Assemblies into Microsoft D365 CRM Plugin
2/20/2024 9:56:15 AM.
Adding Nuget Packages into Microsoft D365 CRM Plugin.
Blazor - Publishing A Component To NuGet Gallery
2/20/2024 7:33:47 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.
Creating A Reusable Grid Component For Blazor
2/8/2024 10:15:24 AM.
This article guides you through creating a reusable grid component for Blazor named BlazorGrid, enabling user data display in a grid format with client-side pagination support. It includes steps to cr
Implementing a Custom Loader in WPF with MVVM
2/6/2024 6:43:41 AM.
A custom loader in a WPF (Windows Presentation Foundation) application serves the purpose of indicating to the user that the application is performing a task or operation that may take some time to co
Lazy Loading In ASP.NET Core 7 Web API
1/22/2024 9:09:14 AM.
ASP.NET Core 7 Web API. Lazy loading is a technique where related data is only loaded from the database when it is explicitly requested. In Entity Framework Core, lazy loading can be achieved by marki
Create Xamarin Android Custom Loader with LoaderEase NuGet Package
1/19/2024 6:22:44 AM.
The fundamental objective of a wait window is to furnish users with feedback, mitigating any perception of unresponsiveness or ambiguity during tasks that may consume considerable time. Leveraging the
Implementing IP Rate Limiting in ASP.NET Core MVC
1/18/2024 5:53:42 AM.
IP rate limiting is a crucial aspect of web application security that helps prevent abuse, protect against brute force attacks, and ensure fair resource usage. In this article, we will walk through th
Creating, Publishing, and Using a .NET Core NuGet Package
1/15/2024 8:17:31 AM.
This step-by-step guide will walk you through the process of creating, publishing, and using a .NET Core NuGet package. NuGet packages are essential in .NET development, enabling you to share and dist
Understanding and Managing Server-Side (Output) Caching in .Net
1/15/2024 6:12:57 AM.
IIS employs System.Web.Caching for efficient output caching. Utilize HttpRuntime.Cache.Insert for CRUD operations, specifying key, value, and optional parameters like dependencies, absolute expiration
Implementing CORS in Your ASP.NET Core Project
1/4/2024 11:39:10 AM.
Enable secure cross-origin communication in your ASP.NET Core app with this step-by-step guide on implementing Cross-Origin Resource Sharing (CORS) using middleware and policies. Enhance security and
NuGet for .NET 8
12/27/2023 5:07:35 AM.
Unleash the power of NuGet for .NET 8! This update revolutionizes package management with enhanced security, centralized dependencies, performance boosters like frozen collections, and productivity to
API Development Using Dapper and Microsoft Asp.NET Core Web API
12/24/2023 4:38:11 PM.
ASP.NET Core is a powerful framework for building web applications, and "Dapper" is a popular micro ORM (Object-Relational Mapping) that works well with ASP.NET Core for database operations.
Guard Clauses in C#
12/12/2023 9:00:14 AM.
What are guard clauses? How do they implement them in . NET? There are multiple ways of implementation. How are they different from validation?
System.Speech in .NET MAUI
12/6/2023 5:56:53 AM.
Demonstration calling System.Speech .NET 8 in .NET MAUI. Explore the integration of voice functionality into .NET MAUI applications for WinUI devices using the System.Speech NuGet package. Enhance use
Getting Started with Humanizer in C#
11/27/2023 7:59:57 AM.
In this article, we'll explore how to install and use Humanizer in C#, unveiling both its basic and advanced capabilities. By the end, you'll be equipped to elevate the user experience in you
C#.NET - Generate An API Key Using Nuget Library
10/5/2023 6:47:45 AM.
This article is about the integration of the Asmak9.AuthorizeRESTWebApiAK .NET library with a C#.NET Console Application.
Result Wrapper Package: Simplifying API Responses
9/17/2023 6:21:16 AM.
ResultWrapper package is to standardize API responses. This standardization allows for seamless integration with other APIs and ensures that the response format remains predictable and manageable acro
.NET Ecosystem
9/8/2023 4:11:37 AM.
The .NET ecosystem is a versatile collection of tools, libraries, and services forming the Microsoft .NET platform. It enables developers to create diverse applications, including web, desktop, mobile
Real-time Monitoring with Azure Application Insights in ASP.NET Core Web API
9/6/2023 8:40:36 AM.
Azure Application Insights is a powerful tool for monitoring and diagnosing applications, including ASP.NET Core Web APIs. It provides real-time telemetry data, performance metrics, and logging capabi
Real-time Communication with WebSocket Protocol in ASP.NET Core
9/4/2023 5:13:27 AM.
This example provides a foundational structure for real-time communication in ASP.NET Core using WebSockets. You can expand upon this foundation to create more complex real-time applications, such as
Natural Data Formatting using Humanizer (NuGet) in .NET (C#)
9/4/2023 4:05:27 AM.
Explore Humanizer, a free .NET library simplifies data formatting for developers. Learn to transform data into human-readable formats effortlessly with practical C# examples.
How to use Telerik Private NuGet Package in Visual Studio 2022 and .NET 7 Project
8/25/2023 9:01:14 AM.
NuGet is the most useful and essential tool for modern software development platforms via which developers can create, share and consume reusable code. NuGet is a package manager for the software deve
Using SuperConvert.Abstraction NuGet Library for Data Conversion
8/23/2023 5:25:32 AM.
SuperConvert.Abstraction is a powerful library that provides data conversion functionalities for your .NET applications. With this library, you can easily convert between different data formats, such
NLog Implementation in .Net Core Application
8/22/2023 9:03:56 AM.
NLog, the open-source logging library for .NET and .NET Core, simplifies error troubleshooting. Install effortlessly, configure with nlog.config, and leverage diverse logging levels for precise insigh
How to Create a NuGet Package For a .NET Library?
8/21/2023 8:38:42 AM.
Package your CAPTCHA library with NuGet for seamless integration in .NET projects. Simplify installation for developers, manage dependencies effortlessly, and enable smooth distribution of your ASP.NE
JWT Authentication in ASP.NET Core
8/7/2023 8:33:18 AM.
JWT (JSON Web Token) authentication has become a popular method for securing APIs and web applications due to its simplicity, statelessness, and versatility. In this article, we'll explore how to
Generate QR Code using C# Console Application
8/3/2023 6:20:57 AM.
Learn to Generate QR Code in C# using the QRCode NuGet package. Create a console app, enter data to encode, and save the QR code as a PNG image. Open the image with the default viewer to see the resul
Resolving CORS Origin Using Custom Middle ware in ASP.Net Web API
8/2/2023 5:02:53 AM.
In ASP.NET Core, middleware is a component or piece of software that sits in the request-response pipeline. Middleware is used to handle or modify incoming HTTP requests and outgoing HTTP responses. I
HttpContextAccessor in Asp.NET Core Web API
5/27/2023 3:58:23 PM.
In ASP.NET Core Web API, the HttpContextAccessor class is a component that provides access to the current HTTP request and response context. It allows you to access various aspects of the HTTP request
Building Resilient and Fault-Tolerant .NET Applications with Polly and .NET 6
4/28/2023 9:16:09 AM.
This article will discuss patterns and practices for building resilient .NET applications, including the Circuit Breaker, Retry, and Bulkhead patterns. We will also demonstrate how to use the popular
Introduction to Hangfire – opensource library for background task scheduling in .Net core
4/26/2023 6:33:41 AM.
Introduction to Hangfire – opensource library for background task scheduling in .Net core
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.
.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”.
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
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.