Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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#

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.