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