Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garfbradaz/csharp-codesnippets
My Code Snippets - C#
https://github.com/garfbradaz/csharp-codesnippets
Last synced: about 2 months ago
JSON representation
My Code Snippets - C#
- Host: GitHub
- URL: https://github.com/garfbradaz/csharp-codesnippets
- Owner: garfbradaz
- License: gpl-3.0
- Created: 2017-01-11T14:57:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-12T17:09:54.000Z (about 8 years ago)
- Last Synced: 2024-10-20T11:15:35.150Z (3 months ago)
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# csharp-codesnippets
My Code Snippets - C#. If you dont know what a Snippet is, have a nosey at the [FAQ](https://github.com/garfbradaz/csharp-codesnippets/wiki/FAQ).## MVC
1. [mvcSelect](../master/Snippets/MVC CSharp/mvcSelect.md) - Snippet to create the required fields and properties to use Drop Downs in MVC ViewModels.## General
1. [lstAdd] (../master/Snippets/General CSharp/lstAdd.md) - Snippet to quickly create the List.Add and required formatting.