Thanks to visit codestin.com
Credit goes to github.com

Skip to content

tknine/csharp-gists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C# Gists for Solving Certain Issues

The ModelBinderBuilder class allows for removing "magic string" arrays from the UpdateModel method of a MVC or WebApi controller. Instead, the class type is used along with lambda functions to designate which model properties are to be bound.

Demonstrates usage of the following .Net features:

  • Generics
  • Reflection
  • Lambda functions
  • Expression trees
  • Unit testing

About

Snippets of C# for Solving Certain Issues

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages