Code Whisper
@codewhisperdev
👾 Anonymous engineer, sharing thoughts on code, tech & systems. 🚫 No face, just logic.
HTTP Headers you see more often.
                                            💡HTTP Status Codes
                                            .NET 9 introduces the new LINQ method CountBy. It allows for calculating the frequency of a key. This improvement looks nice. What do you think?
                                            LINQ Tip: Use ToList() after filtering, not before. Why? 🔹 First version loads everything into memory before filtering 🔹 Second version filters at source, better for DB or large collections 🔹 Especially important when using EF Core or APIs with IQueryable #charp #dotnet
                                            🔹 What is Queue<T>? Queue<T> is a First-In-First-Out (FIFO) collection in C#. It means the first item you add is the first one to be removed. When to use? - Task scheduling - Print jobs - Message handling - Breadth-first search (BFS) in graphs Example:
                                            SQL Tip: Always monitor and maintain your indexes. Unused or duplicate indexes = slower writes and wasted space. Why? - Clean indexes = faster inserts/updates - Less I/O, better performance 🔍 Use this to find unused indexes in SQL Server
                                            United States Trendler
- 1. Cheney 28.6K posts
 - 2. Election Day 82.1K posts
 - 3. Good Tuesday 26.5K posts
 - 4. Logan Wilson 2,676 posts
 - 5. GO VOTE 71.3K posts
 - 6. #tuesdayvibe 1,452 posts
 - 7. Halliburton 1,550 posts
 - 8. #Election2025 2,182 posts
 - 9. Rolex 15.8K posts
 - 10. George W. Bush 8,152 posts
 - 11. Hogg 7,487 posts
 - 12. Tommy Robinson 24.8K posts
 - 13. #WeTVAlwaysMore2026 1.47M posts
 - 14. Jonathan Bailey 46.7K posts
 - 15. iPads N/A
 - 16. Comey 95.9K posts
 - 17. WhatsApp 161K posts
 - 18. Jerry Jones 9,884 posts
 - 19. #AllsFair N/A
 - 20. Burry 8,966 posts
 
Something went wrong.
Something went wrong.