Searching in

Enter search term to find items
to navigate, to select, and to close
Skip to content

Code, Cloud & Context

Designing intelligent systems, one layer at a time.

  • Home
  • About
    • About
    • Welcome To My Blog
    • Contact
    • Disclaimer
    • Contributions
    • Hire!
    • Subscribe to my blog
  • Cloud Computing
    • AWS
      • AWS CodeBuild
      • AWS CodeCommit
      • AWS CodeDeploy
      • AWS Cloud9
      • AWS CodePipeline
      • AWS Glue
    • Azure
      • Azure Kubernetes Service(AKS)
      • Windows Azure Development
      • Azure IoT Suite
        • IoT Edge
        • IoT Central
        • IoT Hub
        • Machines
    • Internet of Things
      • IoT
      • Communication Patterns
      • Communication Protocols
      • Connectivity
      • IoT Devices
      • IoT Privacy
      • IoT Security
  • Artificial Intelligence(AI)
    • Algorithms
    • Machine Learning(ML)
    • Azure AI
    • Generative AI
    • Image Classification
    • Image Generation
    • Image Recognition
    • Object Based Image Analysis
    • Object Classification
    • Object Detection
    • Object Recognition
    • Object Tracking
  • Emerging Technologies
    • Analytics
    • Augmented Reality
    • Bio Technology
    • Big Data
    • Computing
    • Cloud Computing
    • Data Analytics
  • Technology Engineering
    • Development Process
    • Software Engineering
    • Software/System Design
    • Platform Engineering
    • Agile
    • GitOps
    • SRE
    • DevOps
  • Knowledge Center
    • Microsoft Technologies
      • .NET
      • ASP.NET
      • VisualStudio
      • Windows
      • Windows Phone
      • Kinect Development
    • Mobile-Development
    • Downloads

Tag: csharp

  • Home
  • csharp
  • Page 2
  • Emerging Technologies
  • Tips and Tricks

Tips and Tricks #193: Use Span for Zero-Allocation String Parsing

  • Nithin Mohan TK
  • October 20, 2025
  • 0

Eliminate heap allocations when parsing strings by using Span for memory-efficient operations.

  • Emerging Technologies
  • Tips and Tricks

Tips and Tricks #172: Use Web Workers for Heavy Computations

  • Nithin Mohan TK
  • September 8, 2025
  • 0

Move CPU-intensive tasks off the main thread to keep the UI responsive.

  • Emerging Technologies
  • Tips and Tricks

Tips and Tricks #171: Optimize Re-renders with React.memo and useMemo

  • Nithin Mohan TK
  • September 6, 2025
  • 0

Prevent unnecessary component re-renders by memoizing components and computed values.

  • Emerging Technologies
  • Tips and Tricks

Tips and Tricks #170: Use Intersection Observer for Lazy Loading

  • Nithin Mohan TK
  • September 4, 2025
  • 0

Load images and content only when they enter the viewport for faster initial page loads.

  • Emerging Technologies
  • Tips and Tricks

Tips and Tricks #169: Debounce Search Inputs for Better Performance

  • Nithin Mohan TK
  • September 2, 2025
  • 0

Prevent excessive API calls by debouncing user input in search fields.

  • Emerging Technologies
  • Tips and Tricks

Tips and Tricks #163: Use ValueTask for Hot Async Paths

  • Nithin Mohan TK
  • August 21, 2025
  • 0

Replace Task with ValueTask in frequently-called async methods that often complete synchronously.

Posts pagination

Previous 1 2 3 … 9 Next
Copyright © 2025 Code, Cloud & Context Theme: Express News By Adore Themes.