Articles tagged “csharp”

28 articles, newest first.

  1. Understanding Hiding in C#
  2. Trimming all strings submitted to ASP.NET
  3. OrderByString enables string search parameters in LINQ OrderBy clauses
  4. fFastInjector 1.0.1 is here. Brace yourself!
  5. Use of unassigned local variable in C#
  6. Tiny Template Engine Pattern That You Can Remember
  7. String templating with Interpolation Format Provider
  8. Implementing INotifyPropertyChanged Manually Just Got A Little Easier
  9. Combining Function Expressions in C# using a ReplacementVisitor
  10. Future Proof Your Switch Statements
  11. Detecting Infinite Recursion with a ThreadStatic Variable in C#
  12. Notes on Time Zones
  13. Debugging Visual Studio 2013 Code Coverage with ILSpy
  14. Better Array Fill Function
  15. Testing Custom LINQ Filter Operators and LINQ Where Clauses
  16. Response to fFastInjector concerns
  17. Custom LINQ Filter Operators
  18. Why is fFastInjector so fast? Is it thread-safe and otherwise safe?
  19. Simple Strongly-Typed pattern for ViewData, Session, Request, etc
  20. How fast is fFastInjector?
  21. Fast array fill function (revisited)
  22. fFastInjector - World's Fastest Dependency Injector
  23. Generic TryParse, convert string to any type
  24. A FakeDbSet that implements IDbSet and uses IList for data manipulation
  25. Announcing fFastMapper release 0.5
  26. Announcing fFastMapper release 0.5.2
  27. Code Camp Code for Fun with C# Generics
  28. Method to Quickly Initialize All Elements of an Array to a Value