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 Versioning
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Vijai Anand Ramalingam (3)
Vijay Prativadi (3)
Allen Oneill (2)
Aakash Maurya (2)
Sachin Kalia (2)
Sigar Dave (1)
Viknaraj Manogararajah (1)
Atul Sharma (1)
Ayush Gupta (1)
Chetan Sanghani (1)
Rohol Amin (1)
Shivprasad (1)
Shiv Sharma (1)
Jay Krishnareddy (1)
Gaurav Tomar (1)
Alagunila Meganathan (1)
Sairam (1)
Ziggy Rafiq (1)
Ishika Tiwari (1)
Amit Mohanty (1)
Sumit Kharche (1)
Ashutosh Singh (1)
Ajay Kumar (1)
Sriram Kumar Mannava (1)
Sardar Mudassar Ali Khan (1)
Ismail Sayyad (1)
Mohit Kala (1)
George (1)
Shweta Lodha (1)
Guest User (1)
Jaish Mathews (1)
Nilanjan Dutta (1)
Sarathlal Saseendran (1)
John Kocer (1)
Fiyaz Hasan (1)
Ketak Bhalsing (1)
Emiliano Musso (1)
Shriram Pophali (1)
Kiranteja Jallepalli (1)
Manpreet Singh (1)
Ramesh Kartik (1)
Kaviya Balasubramanian (1)
lavisha rastogi (1)
Ravish Sindhwani (1)
Nitin Mittal (1)
Related resources for Versioning
No resource found
Organizing Resource Deployments Using Bicep
11/14/2024 11:01:24 AM.
Bicep modules simplify Azure resource deployment by enhancing organization, reusability, and maintainability. They allow for encapsulating deployment details into manageable components, enabling easy
SharePoint : Optimize SharePoint Storage with Version History Limits
10/16/2024 10:38:11 AM.
Discover how Microsoft's new version history limits (currently in preview) can help streamline document management and optimize SharePoint and OneDrive storage. Learn how to configure organization
Managing Amazon S3 Buckets
9/29/2024 5:04:09 AM.
This guide walks through managing AWS S3 Buckets, covering file and folder uploads, enabling bucket versioning for version control, and restoring files in case of accidental deletion.
API Versioning and Enable Authorization in Swagger UI .NET Core
9/25/2024 9:05:09 AM.
In this article, we explore API versioning and how to enable authorization in Swagger UI for a .NET Core Web API. We’ll discuss best practices for managing API versions, ensuring backward compatibilit
API Versioning Best Practices in .NET 8
9/12/2024 10:48:15 AM.
Learn how to implement API versioning in .NET 8 to manage changes and maintain compatibility. This article covers versioning strategies like URI Path, Query Parameter, Header, and Content Negotiation.
Porting Libraries to .NET Standard
7/17/2024 12:30:37 AM.
Porting libraries to .NET Standard can be a highly beneficial task, ensuring your code is compatible with multiple .NET implementations such as .NET Framework, .NET Core, and Xamarin.
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
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
3 Ways of Doing Optimistic Locking in .NET
5/16/2024 8:31:32 AM.
In this article we will touch base 3 ways of doing optimistic locking i.e. Using ADO.NET dataset, SQL Server Timestamp check and old / new value check.
Real-Time Text Display in Power Apps
4/30/2024 9:16:05 AM.
Explore the seamless integration of real-time text input updates with Power Apps. Discover how effortlessly display text input changes dynamically in labels, enhancing user interaction and engagement.
💠 Clean Architecture End To End In .NET 5
4/30/2024 9:06:48 AM.
Explore the implementation of Clean Architecture in ASP.NET 5.0, covering aspects like Entity Framework Code First Approach, Dependency Injection, AutoMapper for object-object mapping, JWT Authenticat
Assembly in .NET 2.0
4/24/2024 1:22:55 PM.
In .NET 2.0, assemblies play a crucial role, containing code and metadata for applications. They support versioning, security, and deployment, with features like strong naming and the Global Assembly
Azure Blob Storage - SnapShot
4/24/2024 7:35:29 AM.
Utilize Azure Blob Storage SnapShot feature for efficient data backup and versioning. Snapshots enable point-in-time recovery, ensuring data integrity and facilitating disaster recovery strategies wit
Enhancements in Assemblies and Versioning in Visual Studio
4/22/2024 8:18:23 AM.
The article discusses a couple of features introduced for assembly and versioning in Visual Studio 2005 such as referencing assemblies, registering assemblies to GAC, digital signing and friend assemb
Best Practices for Creating ASP.NET Core REST API using OpenAPI
4/9/2024 5:44:39 PM.
Learn best practices for developing ASP.NET Core REST APIs using OpenAPI. Follow Ziggy Rafiq's expert guidance to streamline your API development process and ensure optimal performance and scalabi
Best Practices for Designing APIs in .NET
3/26/2024 11:55:39 AM.
This article provides a thorough overview of the fundamental principles, criteria, and concerns for creating APIs in.NET.
Learn SharePoint In Series - Part One - Introduction
2/18/2024 5:21:23 AM.
Learning SharePoint" series aims to transform beginners into SharePoint developers. It covers SharePoint's definition, history, evaluation, and a basic comparison with other platforms. The ar
Learn SharePoint In Series - Part Six - Power Of Versioning
2/15/2024 10:58:10 AM.
This article serves as the sixth installment of the SharePoint series, building upon previous articles by delving into common SharePoint Lists settings, with a focus on versioning of SharePoint list i
Implementing Versioning in ASP.NET Core WebAPI
12/6/2023 4:48:20 AM.
Implementing Versioning in ASP.NET Core WebAPI: A Step-by-Step Guide
API Versioning in ASP.NET Core
11/22/2023 9:23:22 AM.
In this article, you will learn some different ways to version ASP.NET Core Web API.
API Versioning in .NET 6
10/19/2023 12:41:13 PM.
In the fast-paced world of software development, change is the only constant. And when it comes to developing APIs, ensuring that those changes don't disrupt existing client applications is paramo
Exploring Different API Versioning Strategies in .NET 7
9/25/2023 6:40:27 AM.
In this article, we delve into API versioning, a vital component of web API development. It enables you to enhance APIs without disrupting existing client applications, a pivotal aspect of maintaining
ASP.NET Core API Versioning Strategies
9/11/2023 4:47:49 AM.
In a situation where we need to modify our API’s structure or functionality while ensuring that existing API clients remain unaffected, the solution is versioning.
Effective API Versioning with Custom Middleware
8/22/2023 5:24:18 AM.
API versioning with custom middleware, enables clients to access different versions of your API based on the version specified in the request header. This allows you to manage backward compatibility w
Versioning in SharePoint Online
8/9/2023 9:03:52 AM.
In this Article i have discussed about the versioning in SharePoint Online and how you can configure.
Web API Versioning
7/27/2022 8:33:19 PM.
API versioning is the process of iterating different versions of your API.
Versioning In API Management
7/5/2022 5:18:49 AM.
This article discusses the versioning in Web API
Bring Azure Blob Objects Back To Life
3/20/2021 2:02:01 AM.
This article will guide you on recovering the deleted blob objects from Azure storage.
DLL HELL in .Net and Its Resolution With Versioning
11/24/2020 12:56:08 AM.
In this article I’m going to share the reason of its occurrence and the resolution.
Versioning ASP.NET Core 2.0 Web API
11/20/2020 12:21:27 AM.
As your Web API changes, you would need to add versioning support in order for clients to continue working correctly. Adding versioning support in ASP.NET Core involves first configuring services in S
.NET Core 3.1 Web API - Keeping Different API Versions In A Single Code Base
11/2/2020 1:14:52 PM.
This article covers a practical scenario of maintaining a single code base with different versions of the same APIs.
Versioning REST APIs
7/16/2020 5:54:17 AM.
In this article, you will learn about Versioning REST APIs.
API Versioning In ASP.NET Core With Three Different Ways
6/14/2020 2:06:09 PM.
In this post, we will see the API versioning in ASP.NET Core application with three different ways.
Versioning ASP.NET Core 2.0 Web API - Part One
1/25/2018 12:07:40 PM.
In this article series, we are going to explore REST API versioning best practices. At the end of the article series you will be able to pick the best solution for your project needs.
ASP.NET Core API Versioning In Simple Words (Update 1.2.0)
7/25/2017 12:43:39 PM.
This article shows you how to enable API versioning for ASP.NET Core Web API following three different techniques.
Demystify Web API Versioning
6/26/2017 5:12:16 AM.
This tutorial is about WebApi Versioning using Routing. Once you have published a successful API, the client/consumers will start depending on it, but change is required as business grows.
PowerShell Script To Get SharePoint Document Versioning Report
5/17/2016 5:29:02 AM.
In this article you will learn PowerShell Script to Get SharePoint Document Versioning Report.
Create A Versioning Service With Visual Basic .NET
4/19/2016 11:34:55 AM.
In this article we will see how to create a Windows service through Visual Basic .NET.
List Versioning Settings Values Are Stored in Content Databases in SharePoint 2010
8/17/2015 6:01:50 PM.
In this article you will learn how to List Versioning Settings Values are Stored in Content Databases in SharePoint 2010.
Assemblies in C# : Part 1
5/26/2015 12:13:48 PM.
This article explains Assemblies in C#, a basic unit of application deployment and versioning.
Versioning Settings in SharePoint Office 365 and SharePoint 2013
1/14/2015 4:09:51 PM.
This article describes the Versioning Settings in SharePoint Office 365 and SharePoint 2013.
Data Contract Versioning in WCF
7/19/2014 3:49:43 PM.
This article describes the Data Contract Versioning in WCF.
How to Enable Versioning For the List in SharePoint 2013 Online Using REST API
5/10/2014 4:39:26 PM.
In this article you will see how to enable versioning for the list using the REST API in SharePoint 2013 Online.
Create Versions For Document Library in SharePoint 2013
12/31/2013 12:07:46 PM.
Let’s go through how to create versions for documents and permissions and versioning settings types in a SharePoint 2013 Document Library.
Introduction to Quality Center
10/12/2012 1:22:29 PM.
In this article we will discuss the Quality Center and its features.
Show List Versions in SharePoint 2010 Programmatically Using VS 2012
9/18/2012 12:09:31 PM.
Today, in this article let’s play around with one of the interesting and most useful concepts in SharePoint 2010.
Versioning in SharePoint 2010 Programmatically Using VS 2012
9/12/2012 12:35:27 PM.
Today, in this article let’s play around with one of the interesting and most useful concepts in SharePoint 2010.
Versioning Doc Library in SharePoint 2010 Programmatically Using VS 2012
9/12/2012 12:32:41 PM.
Today, in this article let’s play around with one of the interesting and most useful concepts in SharePoint 2010.
Programmatically Enable Versioning to a Sharepoint List
6/7/2012 10:37:16 PM.
We often have a requirement to create a list using the SharePoint object model and at the same time we have to enable the versioning settings.
Versioning Windows Communication Foundation
11/17/2011 1:43:42 AM.
Two types of Changes: Backwards-Compatible Changes (or Non-Breaking Changes) -> Changes to services that would not require changes to existing clients. And Non-Backwards-Compatible Changes (or Breaking Changes) -> Changes to services that would require changes to existing clients.
Feature Versioning and Upgrading in SharePoint 2010
5/26/2011 12:47:35 AM.
In this article we will be seeing about feature versioning and upgrading in SharePoint 2010.
Versioning Settings for SharePoint list using powershell
3/7/2011 6:25:01 AM.
In this article we will be seeing how to configure versioning settings for SharePoint list using powershell.