https://github.com/karenpayneoregon/increment-alphanumeric-value
Code sample for incrementing alpha numeric values
https://github.com/karenpayneoregon/increment-alphanumeric-value
csharp entity-framework-core
Last synced: about 2 months ago
JSON representation
Code sample for incrementing alpha numeric values
- Host: GitHub
- URL: https://github.com/karenpayneoregon/increment-alphanumeric-value
- Owner: karenpayneoregon
- Created: 2020-06-21T15:42:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-27T11:47:34.000Z (almost 6 years ago)
- Last Synced: 2025-08-03T10:38:35.717Z (11 months ago)
- Topics: csharp, entity-framework-core
- Language: TSQL
- Homepage:
- Size: 109 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Increment Alpha Numeric Value C#
This repository shows how to create an Increment Alpha Numeric Value for use like creating account numbers e.g. A001, A002 etc which demonstrated by working with a SQL-Server database, customer account numbers.
[Microsoft TechNet article](https://social.technet.microsoft.com/wiki/contents/articles/53956.auto-incrementing-alphanumeric-invoice-number-c.aspx)
