Performing common string operations. The .NET Framework is essential a huge repository of reusable classes that provide robust functionality organized… Read more C#: String Operations
Category: web
C#: Type Inference
Writing flexible, elegant code for data storage. When writing business logic, it’s often difficult to determine at design-time what type… Read more C#: Type Inference
C#: Linq – Query
C#: 4.0 Linq – Query
Performing a simple query. Using Microsoft’s new elegant syntax or subset of the .NET framework that looks like it might… Read more C#: 4.0 Linq – Query
C#: 4.0 Generics
Ensuring type-safety in objects. Whenever performing domain modeling, it’s critical to ensure code matches the real-world environment as much as… Read more C#: 4.0 Generics