Category: Programming

C# snippets

Useful C# code snippets for strings, LINQ, null handling, and modern language features.

Continue Reading

JQuery snippets

Common jQuery patterns for DOM selection, events, traversal, and AJAX in legacy web apps.

Continue Reading

Datatable to CSV file

Export DataTable contents to CSV in C# with proper quoting, escaping, and culture-aware formatting.

Continue Reading

C# Round Robin Resources

Distribute work across a pool of resources in C# with a thread-safe round-robin iterator for load balancing.

Continue Reading