C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Rohit Gupta(13)
Pankajkumar Patel(9)
Rajesh Gami(5)
Riya Patel(4)
Sandhiya Priya(4)
John Godel(4)
Sarthak Varshney(4)
Aarav Patel(3)
Niharika Gupta(3)
Jayant Kumar(3)
Akshay Amin(2)
Ashish Bhatnagar(2)
Vijai Anand Ramalingam(2)
Aman Gupta(2)
Nidhi Sharma(1)
Mahesh Chand(1)
Nabaraj Ghimire(1)
Rikam Palkar(1)
Parthiv Suthar(1)
Sandeep Mishra(1)
Vipin Mittal(1)
Mominul Islam(1)
Deepesh (1)
Shivam (1)
Piyush Raj(1)
Prashant Attri(1)
Arpita Poddar(1)
Shashwat Kaushik(1)
Prince Kumar (1)
Md Sarfaraj(1)
Manav Pandya(1)
Nikhil Patil(1)
Keyur Pandya(1)
Rinki (1)
Naruto_uzumaki (1)
Micheal Xavier A (1)
Praveen Kumar(1)
Dashrath Hapani(1)
Lokendra Singh(1)
Arkadeep De(1)
Mark Pelf(1)
Lisa Fusco(1)
Manoj Kalla(1)
Mohamed Shifan(1)
Datta Sai Krishna(1)
Devesh Omar(1)
Abhishek Dhoriya(1)
George (1)
Priya Chavadiya(1)
Kafeel Ahmad(1)
Ajay Kumar(1)
Sardar Mudassar Ali Khan (1)
Abdul Basith(1)
Mohamed Azarudeen Z(1)
Resources
No resource found
How MCP Apps Are Changing AI Tool Integration Workflows
Jun 08, 2026.
Learn how MCP Apps are transforming AI tool integration workflows by providing standardized access to APIs, databases, business systems, and enterprise resources through the Model Context Protocol.
Building AI Agents with Model Context Protocol (MCP) Step by Step
Jun 05, 2026.
Learn how to build AI agents with Model Context Protocol (MCP). Explore MCP architecture, tools, servers, clients, and step-by-step implementation examples.
Mutual TLS (mTLS) Authentication for Secure APIs
Jun 03, 2026.
Learn Mutual TLS (mTLS) authentication for secure APIs. Understand how mTLS works, its benefits, use cases, and best practices for API security.
How to Optimize DuckDB for Real-Time Analytics Inside a Browser via WASM?
Mar 30, 2026.
Unlock real-time analytics in your browser with DuckDB and WASM! Learn optimization techniques for fast, client-side data processing and interactive dashboards.
React Server Components vs. Client Components: Performance Benchmarks
Mar 27, 2026.
Unlock peak React performance! Compare Server & Client Components with benchmarks for speed, bundle size, & data fetching. Master the hybrid approach for optimal UX.
React Server Components vs. Client Components: A Definitive Guide
Mar 26, 2026.
Unlock React's potential! Master Server & Client Components for optimized performance, SEO, & user experience. Build faster, scalable web apps today!
Difference Between React Server Components and Client Components?
Mar 25, 2026.
Explore React Server Components vs. Client Components! Learn how they impact performance, SEO, and interactivity in Next.js apps. Optimize your web development now!
How to Generate TypeScript Models from ASP.NET Core DTOs Using OpenAPI
Feb 28, 2026.
Learn how to automatically generate TypeScript interfaces and API clients from ASP.NET Core DTOs using Swagger, NSwag, and OpenAPI tools for safer React integration.
gRPC in .NET 8: Client, Server, Practical Implementation
Feb 26, 2026.
Master gRPC in .NET 8! This guide covers client/server setup, communication modes (Unary, Streaming), .proto files, and a practical implementation. Boost performance!
Validating User Input in Forms with JavaScript and ASP.NET
Feb 24, 2026.
Enhance your ASP.NET web applications with robust client-side validation! Learn how to validate email and mobile number inputs in a Contact Us form using JavaScript, ensuring data accuracy and a better user experience. Prevent errors and improve data quality.
Implementing Robust Email and Mobile Number Validation with jQuery
Feb 24, 2026.
Enhance web form validation with jQuery! This tutorial provides robust email & mobile number validation, preventing errors and improving user experience. Includes checks for patterns and sequences.
GraphQL with .NET & React | Part 2: Query (Arguments, Aliases & Fragments)
Feb 19, 2026.
Master GraphQL queries in .NET & React! Learn arguments, aliases, fragments, directives, and HotChocolate filtering for efficient data fetching. Build dynamic UIs!
Understanding the $pages Client API in Power Pages and its Key Features
Feb 18, 2026.
Discover the $pages client API in Power Pages (preview). Learn how to manipulate forms, interact with lists, access the Web API, and control multistep forms programmatically.
Alexa’s New Free Web Experience: What’s Really New at Alexa.com
Feb 05, 2026.
Alexa.com gets a major revamp! Explore the new browser-first Alexa+ experience with chat, planning, and cross-device continuity. Try the free tier today!
Introduction to MCP: Understanding How Clients, Servers, and LLMs Work Together
Feb 03, 2026.
MCP: A protocol connecting LLMs with external tools for safe & scalable AI agents. Learn how it enables reasoning, discovery, & execution in real-world systems.
How to Send and Receive Messages from Azure Queue Storage using .NET Client Library?
Jan 29, 2026.
Learn how to send and receive messages from Azure Queue Storage using the .NET client library. This tutorial covers resource creation, role assignment, and .NET code.
How to Send and Receive Messages from Azure Service Bus using .NET Client Library?
Jan 22, 2026.
Learn how to send and receive messages from Azure Service Bus using the .NET client library. Create resources, assign roles, and build a .NET console application.
How to Send and Retrieve Events from Azure Event Hubs using .NET Client Library?
Jan 20, 2026.
Learn how to send and retrieve events from Azure Event Hubs using the .NET client library. Create resources, assign roles, and build a .NET console app.
How to route events to custom endpoint with Azure Event Grid using .NET Client Library?
Jan 15, 2026.
Learn how to route events to custom endpoints with Azure Event Grid using the .NET client library. Create resources, configure topics, and send events!
How to retrieve configuration settings from Azure App Configuration using .NET Client Library?
Jan 08, 2026.
Learn how to retrieve configuration settings from Azure App Configuration in .NET using the .NET client library. Includes setup, role assignment, and cleanup steps.
Server-Side Rendering (SSR) vs Client-Side Rendering (CSR): Pros, Cons, Architecture, and Angular Implementation Best Practices
Dec 12, 2025.
A detailed comparison of Server-Side Rendering and Client-Side Rendering with a strong Angular focus. Covers architecture, pros and cons, performance, SEO, caching, cost, real-world applications, and best practices. Ideal for senior developers seeking a practical, production-ready understanding of SSR vs CSR.
How to Create and Retrieve Secrets from Azure Key Vault using .NET Client Library?
Dec 11, 2025.
How to Create and Retrieve Secrets from Azure Key Vault using .NET Client Library? Create and retrieve secrets using .NET Client Library along with creation of Azure key vault resource using Azure CLI and assignment of role to Microsoft Entra (Azure AD) user name. A complete process flow to create and retrieve secrets from Azure Key Vault using .NET Client Library. A role is assigned to Microsoft Entra (Azure AD) user name. Signed in to Azure and executed the application. Resources are cleaned up.
Key Differences Between React Client and Server Components
Dec 11, 2025.
Learn the key differences between React Client Components and Server Components in modern applications. Understand how they work, when to use them, and how they impact performance with simple examples.
How to retrieve user profile information with Microsoft Graph in Azure?
Dec 08, 2025.
Retrieve user profile information with Microsoft Graph in Azure, Register application using Microsoft identity platform
How to fix hydration mismatch errors in React and Next.js apps?
Dec 08, 2025.
Learn how to fix hydration mismatch errors in React and Next.js. This guide explains why hydration issues happen, how to prevent them, and practical ways to debug and fix hydration problems with simple examples.
How to Create Azure Cosmos DB Resources for NoSQL by using .NET Client Library?
Nov 19, 2025.
Learn how to create Azure Cosmos DB NoSQL resources using the .NET client library. This guide covers account setup, database/container creation, and item management via a console app.
Client-Side Caching Strategy Framework (LRU, LFU, TTL) for Angular Apps
Nov 19, 2025.
Boost Angular app speed! Implement a client-side caching framework with TTL, LRU, and LFU strategies. Reduce API calls and improve user experience.
How to Create Azure Blob Storage Resources by using .NET Client Library?
Nov 13, 2025.
Unlock the power of Azure Blob Storage with .NET! This guide provides a step-by-step walkthrough on creating and managing blob storage resources programmatically using the Azure .NET client library. Learn how to upload, download, and manage your data efficiently. Perfect for developers seeking to integrate cloud storage into their .NET applications. Master Azure Blob Storage with our comprehensive tutorial and code examples, boosting your cloud development skills.
Display Server-Side Date in Alertify Alert Using JavaScript
Nov 12, 2025.
Learn how to store dates in hidden fields, format them with JavaScript, and display them using Alertify. Enhance user experience with formatted date alerts!
WebAssembly with Blazor WebAssembly and .NET 9 Integration: Building High-Performance Client-Side Web Apps
Nov 12, 2025.
Explore Blazor WebAssembly with .NET 9! Build high-performance web apps using C# and WebAssembly. Learn about AOT compilation, JS interop, and more for modern SPAs.
Edge Rendering vs SSR vs CSR: Choosing the Right Strategy
Nov 07, 2025.
Explore CSR, SSR, and Edge Rendering for optimal web performance. Understand the tradeoffs in SEO, speed, and cost to choose the best strategy for your project.
Automating Client Document Management for CA Firms Using Power Automate and Google Workspace
Nov 07, 2025.
Automate CA firm document management using Power Automate & Google Workspace. Streamline client document workflows, reduce errors, and enhance audit readiness. No code needed!
Edge Rendering vs SSR vs CSR: Choosing the Right Strategy
Nov 07, 2025.
Explore CSR, SSR, and Edge Rendering for web apps. Understand their impact on performance, SEO, and scalability. Choose the optimal strategy for your project needs.
Building Interactive UI in ASP.NET Web Forms with Data Binding & jQuery
Nov 06, 2025.
Explore dynamic data binding in ASP.NET Web Forms! Learn how to pass data to client-side JavaScript for interactive modal updates using Bootstrap.
Expose an On-Premises WCF REST Service to an External Client Using Azure Relay
Oct 31, 2025.
Securely expose on-premises WCF REST services to external clients using Azure Relay. Avoid VPNs and inbound firewall rules with this practical tutorial.
Chapter 25: Advanced Browser Features: Web Workers & IndexedDB
Oct 23, 2025.
Unlock the power of advanced browser features! This chapter delves into Web Workers for background processing, enabling responsive UIs by offloading tasks from the main thread. Explore IndexedDB, a robust client-side NoSQL database, perfect for managing complex data and building offline-first applications. Learn to overcome the limitations of Local Storage and enhance your web application's performance and data handling capabilities with these essential APIs.
How Enterprise-Wide Third-Party Client Applications Use Azure Authentication
Oct 16, 2025.
Understand how enterprise third-party client applications like ShareGate leverage Azure Active Directory (now Microsoft Entra ID) for secure authentication within Microsoft 365. Learn the difference between delegated (user-based) and app-only (service principal-based) authentication, when admin consent is required, and how this dual-model approach balances security and productivity for tenant-wide operations versus user-specific tasks. Discover how to manage permissions effectively for tools like ShareGate, AvePoint, and Colligo.
SQLClient Raw Performance Part 7: Mastering Data Streaming & Bulk Operations in ASP.NET Core - FreeLearning365.com
Oct 16, 2025.
Master high-performance data access in ASP.NET Core with SqlClient! This guide explores advanced data streaming, bulk operations, and memory-efficient techniques for handling large datasets. Learn to optimize ETL pipelines, leverage table-valued parameters, and implement asynchronous streaming patterns for peak performance. Discover best practices and avoid common pitfalls for robust, scalable applications.
How to Access Microsoft 365 Services via a Client Application
Oct 15, 2025.
Learn how to securely access Microsoft 365 services like SharePoint, Teams, and OneDrive from client applications. Understand delegated vs. app-only authentication, when to use tokens and app registration in Azure AD, and how SPFx simplifies access. Discover the steps for registering your app and using MSAL for secure API calls. Simplify Microsoft 365 integration!
Chapter 17: JSON Data and Local Storage for Client-Side Persistence
Oct 12, 2025.
Master client-side data persistence with JSON and Local Storage! Learn how to leverage JSON for data exchange and Local Storage for saving data directly in the browser. This chapter covers JSON syntax, parsing, stringifying, and essential Local Storage methods like setItem, getItem, removeItem, and clear. Build web apps that remember user preferences and data across sessions.
🚀 Building My AI-Driven Portfolio: How I Automated My Personal Website Using Make.com
Oct 07, 2025.
Discover how I built an AI-driven portfolio website using Make.com for automation, Vercel for hosting, and AI-generated design. Learn how to automate contact forms, track engagement, and create a self-managing portfolio without backend code. Explore the power of no-code tools and AI to create a dynamic and intelligent online presence. This project showcases skills in automation, AI integration, and serverless deployment, demonstrating a next-generation approach to personal websites.
Building a Real-Time Typing Speed Test Website Using HTML, CSS, JavaScript, and Make.com
Oct 07, 2025.
Build a real-time typing speed test website using HTML, CSS, JavaScript, and Make.com for backend automation. This project showcases a hybrid approach, combining front-end coding with no-code AI automation to eliminate server-side code. Measure your WPM, accuracy, and enjoy dynamic text from the Bacon Ipsum API. Explore AI-driven email notifications and workflow automation for a seamless user experience. Try it now!
Building My AI Portfolio and Automating It with Make.com
Oct 07, 2025.
Discover how to build a dynamic AI portfolio using Make.com for automation! This project showcases a visually engaging website with integrated no-code workflows, intelligent features, and AI-powered design. Learn how to automate contact forms, track visitor interactions, and continuously update your portfolio without backend coding. Explore the fusion of creativity, automation, and AI for a scalable online presence.
🚀 Building My AI-Driven Portfolio: How I Automated My Personal Website Using Make.com
Oct 07, 2025.
Prashant Attri details how he built an AI-driven personal portfolio using Make.com and Vercel. Learn how to automate your website without backend code, track user engagement, and leverage AI for design and SEO. Discover how to connect forms, email, and data using no-code tools for a dynamic and intelligent online presence. Explore the power of automation and AI in web development!
🧾 Automated Student Data & Feedback System
Oct 07, 2025.
Arpita Poddar's project automates student data collection and feedback using Google Forms, Excel, Gmail, and Make.com. This no-code system streamlines data entry, instantly sends personalized acknowledgments, and eliminates manual intervention. Learn how to build a fully functional system that enhances efficiency and improves communication through automation. It's a perfect example of automating digital solutions for real-world problems.
Shasha Tours & Travels: Building and Automating a Modern Travel Website with HTML, CSS, JavaScript, and Make.com
Oct 07, 2025.
Discover how Shasha Tours & Travels built a modern, automated travel website using HTML, CSS, JavaScript, and Make.com. Learn to combine front-end coding with no-code automation for efficient lead capture, responsive design, and improved customer experiences.
Behind the Code: Building My Portfolio and Automating It with Make.com
Oct 06, 2025.
Discover how I built my personal portfolio website and automated it using Make.com! This project showcases my skills, integrates a contact form with automated feedback, and tracks resume downloads. Learn how to blend coding with no-code tools for a smarter, more efficient portfolio.
Cox Automotive Uses Claude AI in Amazon Bedrock to Transform Car Sales
Sep 23, 2025.
Learn how Cox Automotive leverages Claude AI in Amazon Bedrock to enhance automotive sales, marketing, and customer experience. Explore key benefits, solutions, and industry impact.
Making Seamless Network Calls Using Chopper in Flutter
Sep 16, 2025.
This article provides a step-by-step guide to using the Chopper package for clean, reusable, and efficient API integration. Learn how to define API endpoints, generate code automatically, and leverage built-in features like interceptors and JSON conversion. Say goodbye to boilerplate code and create maintainable network layers in your Flutter apps.
Uncommon JavaScript Security Vulnerabilities Explained
Sep 10, 2025.
Beyond XSS and CSRF, JavaScript hides lesser-known vulnerabilities. This article explores seven uncommon threats like prototype pollution, DOM clobbering, and ReDoS. Learn how these attacks exploit JavaScript quirks and browser behavior to compromise applications. Discover practical examples and actionable defenses to secure your code and prevent data breaches. Master strict validation and avoid risky features for robust security.
How does caching improve website performance?
Sep 08, 2025.
Caching is a vital technique for boosting website performance. By storing frequently accessed data in a temporary location, it reduces server load, speeds up load times, and improves user experience. This article explores backend, web server, CDN, and client-side caching, highlighting benefits like lower costs, better scalability, and increased reliability. Learn how to implement effective caching strategies for a faster, more efficient website.
What is Local Storage, Session Storage, and Cookies?
Sep 02, 2025.
Understand the differences between Local Storage, Session Storage, and Cookies for web development. Learn how each storage option handles data persistence, storage capacity, and scope. Discover when to use Local Storage for long-term data, Session Storage for temporary information, and Cookies for authentication and tracking.
RGB Blockchain
Aug 28, 2025.
RGB blockchain: Issue & transfer digital assets on Bitcoin using client-side validation. Secure, private, scalable. Explore fungible tokens & blinded UTXOs.
Create an Invoice Number Tracker in Google Sheets
Aug 27, 2025.
Effortlessly create an invoice number tracker in Google Sheets using formulas & Make.com. Automate unique IDs, monthly resets, & notifications without code!
Auto-Generate Google Docs from Typeform Responses
Aug 27, 2025.
Automate Google Docs creation from Typeform responses using Make.com. Generate certificates, reports, & receipts with consistent formatting. No code needed!
Create a Free Referral Tracker Using Airtable and Gmail
Aug 27, 2025.
Build a free referral tracker using Airtable, Gmail, and Make. Automate alerts, track status, and reward referrers. No marketing tools needed! Scale easily.
Save Gmail Attachments to Google Drive Automatically
Aug 27, 2025.
Automate Gmail attachment saving to Google Drive with Make.com! This tutorial covers setup, routing, naming, and logging for organized, hands-free document management.
Set Up Daily Journal Prompts in Telegram Using Make.com
Aug 27, 2025.
Automate daily journal prompts in Telegram using Make.com! Schedule delivery, log replies, and enhance wellness with this no-code bot. Perfect for solo or group use.
Mastering SharePoint Client-Side Pages with PnPjs in SPFx
Aug 27, 2025.
PnPjs helps developers simplify working with SharePoint by providing a fluent, consistent API for creating, updating, and managing modern pages, web parts, and content, making automation fast and efficient.
Get Notified on Telegram When a Specific Keyword Appears on Google News
Aug 27, 2025.
Monitor Google News for specific keywords and get instant Telegram alerts using Make.com. This setup avoids scraping and proxies, delivering timely updates directly to your chat.
Use Make.com to Send Slack Reminders from Google Sheets
Aug 27, 2025.
Automate Slack reminders from Google Sheets using Make.com! This guide provides a no-code workflow for scheduling and sending timely notifications. Easy setup!
Automate Twitter Posts from a Spreadsheet (Free Method)
Aug 27, 2025.
Automate Twitter (X) posts for free using Google Sheets, Make.com, and Buffer. Schedule tweets from a spreadsheet without code or paid APIs. Perfect for personal or small business use!
Create an Auto-Reply Email System Using Gmail Filters + Make.com
Aug 26, 2025.
Acknowledge support emails and new leads instantly while keeping replies accurate and traceable.
OneDrive Sharing Report - PowerShell
Aug 19, 2025.
Learn how to create an Azure AD application, assign permissions, and use PowerShell with Microsoft Graph API to generate detailed OneDrive sharing reports, enhancing security and compliance in your organization.
Create a Daily Habit Tracker in Notion Using Make.com
Aug 18, 2025.
You’ll build one Make.com scenario that, every morning, auto-creates that day’s habit checklist in a Notion database. You track completion by ticking checkboxes in Notion. No paid tools. Works on Make’s free tier.
Anchor Framework for Solana Development
Aug 18, 2025.
Learn how the Anchor framework simplifies Solana smart contract development. Reduce boilerplate, manage accounts, serialize data, and use a TypeScript client to build and test programs efficiently on Solana.
What is the cURL in PHP❓
Aug 14, 2025.
Learn how to use cURL in PHP with simple examples. Understand cURL basics, prerequisites, session handling, curl_setopt usage, and connect your PHP applications to REST APIs easily for backend development.
Send Birthday Emails with Gmail + Google Sheets
Aug 11, 2025.
Learn how to send automatic birthday emails using Gmail, Google Sheets, and Make.com—completely free. Step-by-step guide with templates, filters, and a copy-paste blueprint.
Understanding AJAX (Asynchronous JavaScript and XML)
Aug 09, 2025.
This article provides a comprehensive introduction to AJAX (Asynchronous JavaScript and XML), explaining what it is, how it works, and why it’s important in modern web development.
What is JavaScript?
Aug 07, 2025.
Discover what JavaScript is, why it’s essential in modern web development, and how it powers the dynamic behavior of websites. A complete beginner-friendly guide with examples and practical insights.
SQL SERVER – Client Statistics
Aug 04, 2025.
Client Statistics in SSMS offer insights into SQL query performance from the client side. It helps compare executions, measure network impact, processing time, and optimize queries effectively during development.
Empowering Financial Advisors with GSCP & LLMs for Advanced Client Insights
Jul 14, 2025.
GSCP enhances financial advisory by guiding LLMs through structured reasoning, fact-checking, and audit trails to deliver accurate, personalized, and compliant insights, improving decision-making and client outcomes.
Client‑Side Student Record Management Using JavaScript (Add, Modify, Delete, Show – Student Records)
Jun 29, 2025.
Managing student data is a common task in educational web applications.
Apache Spark Cluster Mode Deployment
Jun 29, 2025.
In this article, we will learn about spark deployment modes.
Typical Uses of JDBC with Architecture
May 16, 2025.
The traditional client/server model has a rich GUI on the client and a database on the server. In this model a JDBC driver is deployed on the client.
Improved CRUD operations for GridView with Redshift in ASP.NET Core MVC (Utilizing C# 14 Features)
May 08, 2025.
Learn how to enable CRUD operations in an ASP.NET Core MVC application using Amazon Redshift and C# 14 features. This guide covers setup, connection, SQL commands, data manipulation, security, and best practices.
A Quick Guide On SignalR in .Net Core
May 06, 2025.
SignalR in .NET Core enables real-time communication for web applications, allowing instant messaging, notifications, live dashboards, and more. It simplifies two-way communication between clients and servers without page refreshes.
Plugging Your AI Clients into Docker MCP: Claude, VS Code, and Cursor
May 04, 2025.
Explore how to connect AI clients like Claude, VS Code, and Cursor to Docker MCP for seamless, secure, and beginner-friendly tool integration.
Create an Amazon Kendra Gen AI index with OneDrive
Apr 29, 2025.
Learn how to create and configure an Amazon Kendra GenAI index using Microsoft OneDrive as a data source to enable powerful LLM-based semantic search with natural language understanding and precise results.
Evolution of Web Scraping: Insights from John Godel on the Enhanced HtmlFetcher Class
Mar 24, 2025.
In the ever-evolving landscape of web development, efficiently retrieving and parsing web data has become crucial. Recently, I had the opportunity to delve into a sophisticated yet efficient C# class that achieves this goal: the HtmlFetcher class.
Create an Amazon Bedrock Knowledge Base with SharePoint Online
Jan 30, 2025.
Learn how to create and configure an Amazon Bedrock Knowledge Base using SharePoint Online as a data source. Set up authentication, sync data, and validate responses to generate accurate answers with citations.
Farewell to an Era: Is CodeProject.com Really Shutting Down?
Jan 14, 2025.
This article explores whether the site is really shutting down, the impact on the developer community, and what alternatives exist for those looking for similar resources.
Workaround for macOS Malware Alert Blocking Docker Desktop
Jan 13, 2025.
Are you Facing a false malware alert blocking Docker Desktop on macOS? Learn how to fix it with a step-by-step workaround and get back to development.
Mac Blocks Docker Desktop: False Malware Alert Disrupts Developers
Jan 12, 2025.
A false malware alert on macOS is blocking Docker Desktop, causing disruptions for developers. Learn what caused it and how to resolve the issue quickly.
CSharp.com Unveils Real-World Web3 Skills Credentialing and Certifications to Empower Developers and Simplify Hiring
Dec 31, 2024.
CSharp.com unveils real-world Web3 skills credentialing and certifications to empower software developers and streamline the hiring process for employers.
Understanding HTTP Status Codes: List of Errors & Their Meanings
Dec 17, 2024.
Comprehensive guide to HTTP error codes, covering their meanings, uses, and practical examples. Learn to troubleshoot 4xx errors effectively.
ASP.NET Core CRUD using Dapper, .NET 8 using SQL Server
Dec 05, 2024.
Learn to build a CRUD (Create, Retrieve, Update, Delete) application in ASP.NET Core MVC using .NET 8 and Dapper ORM. This guide covers creating models, repositories, controllers, and Razor views with SQL Server integration.
How to Install Ubuntu Server on VMware ESXi Using VMware Client Browser
Nov 18, 2024.
This guide explains how to install Ubuntu Server on VMware ESXi using the web client. It covers steps like creating a virtual machine, selecting storage, uploading the Ubuntu ISO, configuring network settings, and installing Ubuntu.
Handling Transient Failures in .NET 8 With Polly
Nov 04, 2024.
This article discusses implementing a retry mechanism for handling transient faults in service interactions. It defines transient faults, such as temporary network issues or resource exhaustion, and emphasizes the importance of retrying requests.
Setting Up Kafka In Local using Docker
Sep 28, 2024.
Apache Kafka is a distributed streaming platform used to build real-time data pipelines and applications. It relies on Zookeeper for managing metadata and broker health.
Kafka Terminologies and Client APIs
Sep 13, 2024.
Explore key Kafka terminologies like brokers, topics, partitions, and offsets, along with an overview of its core client APIs. Learn how the Producer, Consumer, Streams, and Connect APIs enable powerful event streaming, data integration, and real-time processing in Apache Kafka.
Baisc of IHttpClientFactory in .NET Core
Sep 10, 2024.
IHttpClientFactory in .NET Core simplifies HTTP client creation, improves performance, and promotes the reuse of HttpClient instances. It offers built-in features like dependency injection, named and typed clients, and support for resilience with Polly, making it ideal for handling HTTP requests efficiently.
Understanding Microsoft Dynamics 365 API Access Token
Aug 22, 2024.
Master the basics of Microsoft Dynamics 365 API access tokens with this beginner-friendly guide. Learn about OAuth2.0, Azure Active Directory, and how to authenticate using Postman. Discover how to obtain, manage, and use access tokens to integrate and automate workflows in your Dynamics 365 environment.
SSRS (2) --- Client Setup: SSDT and Report Builder
Aug 05, 2024.
This article discusses SSRS (2) --- Client Setup: SSDT and Report Builder
Use HttpClientFactory Over HttpClient in .NET
Aug 05, 2024.
Discover the advantages of using HttpClientFactory over directly instantiating HttpClient in .NET Core. HttpClientFactory improves efficiency and resource management by providing a centralized way to manage HttpClient instances.
Understanding REST API in Angular
Jul 25, 2024.
Learn how to integrate REST APIs in Angular applications to enhance web development projects. This guide covers the essentials of using Angular's HTTP Client for making HTTP requests, handling JSON data, and communicating with backend services.
Single Sign-On (SSO) in ASP.NET Core Applications
Jul 15, 2024.
Implementing Single Sign-On (SSO) with IdentityServer4 in ASP.NET Core simplifies user authentication across applications, enhancing security and user experience. Centralized authentication and token-based authorization streamline management and improve overall system security, making it ideal for modern web applications.
Setting Up Google Authentication in ASP.NET Core MVC
Jul 08, 2024.
Integrate Google Authentication into your ASP.NET Core MVC application for secure and easy user login. Follow steps to create a project in Visual Studio, configure Google API Console, install necessary NuGet packages, update Startup. cs, and handle user authentication and profile management seamlessly.
Check Service Principal Names Expiration Date in Microsoft Entra ID
Jul 04, 2024.
This guide outlines the steps to check Service Principal Names (SPN) expiration dates using the Azure portal, ensuring the smooth operation of Azure-based applications. It includes signing in, navigating to Microsoft Entra ID, accessing app registrations, and noting expiration dates for renewal or updates.
Client Script - OnCellEdit with Realtime Scenarios and Use Cases
Jul 02, 2024.
Explore the power of client-side scripting with a focus on OnCellEdit events, providing real-time scenarios and practical use cases. Delve into JavaScript's capabilities in frontend development, mastering event handling for seamless data interaction and enhanced user experiences.