dotnetabhishek Blog

Tech insights, tutorials & AI tools

Filter: All AI AWS bedrock C# Claude Cyber Security Data Science Database DevOps GenAI GitLab IIS Interview Questions MCP Programming SQL Snowflake Technology Web Development asp.netcore n8n

Web Development posts

5 ASP.NET Core Performance Optimization Techniques Every Developer Should Know-part2

5 ASP.NET Core Performance Optimization Techniques Every Developer Should Know - part 1 4. Compress Responses Large responses increase network latency and slow down page …

Read more
5 ASP.NET Core Performance Optimization Techniques Every Developer Should Know

Performance is one of the most critical aspects of modern web applications. Users expect pages to load within seconds, APIs to respond instantly, and applications …

Read more
IIS 10.0 Internet Information Services

IIS 10.0 is Microsoft's web server software used to host websites, web applications, REST APIs, and web services on Windows. It is included with Windows …

Read more
🔄 Automating Snowflake Queries with Claude Code + Python-part1 series

AI‑powered coding assistants like Claude Code are changing the way developers interact with data platforms. Instead of manually writing SQL and orchestration scripts, you can …

Read more
OWASP Top 10 Risks for Agentic AI (2026)

Artificial Intelligence has entered a new era: agentic AI systems. Unlike traditional generative AI, these agents don’t just produce text or images—they act on behalf …

Read more
Building REST APIs with Django REST Framework

Django REST Framework Overview Django REST Framework (DRF) is a powerful toolkit for building Web APIs in Django. It provides serialization, authentication, and browsable API …

Read more
Getting Started with Django: A Beginner's Guide

Introduction to Django Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care …

Read more
💡 Preventing & Handling Memory Leaks in Asp.netCore

- Memory leaks in Asp.NetCore apps can silently degrade performance, increase server costs, and even cause OutOfMemoryException crashes.- Even with Garbage Collection (GC), leaks happen …

Read more
Modern CSS Techniques Every Developer Should Know

CSS in 2024 CSS has evolved significantly. Modern features like CSS Grid, Flexbox, and custom properties make layout and styling more powerful than ever. CSS …

Read more