TECHNOLOGIES
NEWS
VIDEOS
FORUMS
Trainings
BOOKS
EVENTS
MORE
INTERVIEWS
JOBS
Live
LEARN
CAREER
MEMBERS
BLOGS
CHALLENGES
CERTIFICATIONS
Bounties
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Content
People
Search
Any Word
Exact Word
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
John Godel(7)
Akshita Zarbade(5)
Kripanshu Kumar(5)
Vijay Pratap Singh(5)
Emanuel Martins(5)
Dinesh Gabhane(4)
Arkadeep De(4)
Micheal Xavier A (4)
Ayush Gupta(4)
Niharika Gupta(3)
Sardar Mudassar Ali Khan (3)
Naga Santhosh Reddy Vootukuri(3)
Aarav Patel(3)
Deepak Pippal(3)
Gohulan Somanathan(3)
Sangeetha S(3)
Mahesh Chand(2)
Abhishek Saini(2)
Ck Nitin(2)
Dashrath Hapani(2)
Naimish Makwana(2)
Manoj Kalla(2)
Nitin Pandit(2)
Ajay Kumar(2)
Deepika Sawant(1)
Vishal Joshi(1)
Jalpa Dhola(1)
Chris Tian(1)
Deepak Tewatia(1)
Vishal Yelve(1)
Kishor Kadam(1)
Gourav Jain(1)
sasikala s(1)
Ziggy Rafiq(1)
Manoj marmat(1)
Himanshu Patel(1)
Prakashkumar Sahoo(1)
Rahul Kaushik(1)
Jaydeep Patil(1)
Sandeep Nandey(1)
John Iwasz(1)
George (1)
Bhawna Vishwakarma (1)
Sarthak Varshney(1)
Latest First
Oldest First
Most Viewed
Sort By
Search Results
No search result found
How to Generate Images in .NET 9
Sep 18, 2025.
Learn how to generate images in .NET 9 using OpenAI’s DALL·E models. Step-by-step guide with C# minimal API examples, streaming results, and best practices for production-ready AI image generation.
How to Use OpenAI in .NET 9: Complete Guide with Code Examples
Sep 18, 2025.
Learn how to use OpenAI in .NET 9 with C#. Explore examples for ChatGPT, embeddings, image generation, and streaming. Includes best practices for dependency injection, AOT, minimal APIs, and production deployment.
OpenID Connect (OIDC) and Its Importance in Modern .NET Applications
Sep 17, 2025.
This article explains how OIDC simplifies authentication and authorization, enabling Single Sign-On (SSO) and integration with identity providers like Azure Entra ID and Google. Learn how to implement OIDC in .NET 8 for enhanced security and a seamless user experience. Discover real-world use cases and leverage OIDC's standards-based approach for future-proof applications.
Coding Reinvented: C# 14, .NET 10, and Visual Studio 2026 Usher in the AI-Native Development Era
Sep 15, 2025.
Microsoft's 2026 developer stack, featuring C# 14, .NET 10, and Visual Studio 2026, heralds an AI-native development era. These releases redefine coding with expressive syntax, performance enhancements, and deep AI integration. Expect streamlined workflows, improved security, and faster deployments, empowering developers to build smarter and innovate rapidly.
Add .NET Aspire to an existing .NET app
Sep 15, 2025.
This article demonstrates adding Aspire to manage microservices, containers, and dependencies. Centralize orchestration, simplify dependency management, and improve observability by creating an AppHost project. Discover how Aspire solves manual startup, scattered logs, and configuration complexities, providing a unified development experience with environment variable injection and service discovery.
Top .NET 8 Security Techniques for Web APIs You Must Know
Sep 15, 2025.
Elevate your .NET 8 Web API security with these essential techniques! This guide covers everything from JWT authentication and role-based access control to API key authentication and rate limiting. Learn how to protect your APIs from unauthorized access, prevent abuse, and ensure data integrity with practical code examples and best practices. Implement a robust security strategy that balances safety and performance in your .NET 8 applications.
What's new in .NET 10
Sep 15, 2025.
.NET 10, the next LTS release, arrives around November 2025 with performance enhancements like array devirtualization and AVX 10.2 support. Expect improved JSON serialization, post-quantum cryptography, and C# 14 features. ASP.NET Core and Blazor get efficiency boosts, while .NET MAUI enhances cross-platform UI. Watch out for potential breaking changes and AOT/trimming impacts.
API Versioning in .NET Core: A Complete Guide
Sep 13, 2025.
Evolve your .NET Core APIs gracefully with versioning! This article explores strategies like URL, query string, and header versioning using Microsoft's library. Learn to maintain backward compatibility, enable smooth upgrades, and support multiple client versions.
Difference Between Generic Host and Web Host in .NET Core
Sep 12, 2025.
Understand the crucial differences between Generic Host and Web Host in .NET Core. This article clarifies their roles, evolution, and when to use each. Learn why Microsoft shifted to Generic Host for unified hosting, supporting web apps, worker services, and console applications. Discover the benefits of flexibility, scalability, and a consistent development experience. Choose the right host for your .NET Core project and future-proof your applications.
Eventing in .NET Aspire
Sep 11, 2025.
.NET Aspire simplifies event-driven architectures by automating message broker setup (RabbitMQ, Kafka), dependency injection, and observability. It eliminates boilerplate, enabling developers to focus on business logic. Aspire's code-first orchestration streamlines building scalable, resilient microservices with integrated health checks,
Host external executables in .NET Aspire
Sep 11, 2025.
This article dives into how Aspire's AddExecutable method simplifies orchestrating external processes like Python, Node.js, and Java applications alongside your .NET code. Learn how to manage dependencies, streamline debugging, and unify your development workflow for a more productive and collaborative experience.
How to Use Dependency Injection in .NET Azure Functions
Sep 11, 2025.
Learn how to implement Dependency Injection (DI) in .NET Azure Functions for cleaner, testable, and maintainable code. This guide covers both the in-process and isolated worker models, highlighting the benefits of the recommended isolated worker approach for modern .NET development.
💳 Case Study: How a Leading Bank Leveraged .NET Core and Azure to Solve a Critical Business Problem
Sep 09, 2025.
This case study details how a major bank overcame scalability and compliance challenges by migrating from a monolithic .NET Framework application to a .NET Core microservices architecture on Azure. The bank achieved 40% faster customer onboarding, a 99.99% transaction success rate, and a 20% revenue increase by leveraging Azure services like AKS, Cosmos DB, and Cognitive Services. This transformation improved customer satisfaction and enabled new fintech partnerships.
What Is .NET Core and How Is It Different from .NET Framework?
Sep 09, 2025.
Explore the key differences between .NET Core and .NET Framework. Learn about platform support, performance, application types, deployment, and development models. Discover when to use .NET Core for modern, cross-platform, and cloud-based applications, and when .NET Framework remains a viable option for existing Windows-centric projects. Make informed decisions for your development needs.
Difference Between .NET Core, .NET 5, .NET 6, .NET 7, and .NET 8
Sep 09, 2025.
Understand the evolution of .NET! This guide breaks down the key differences between .NET Core, .NET 5, .NET 6, .NET 7, and .NET 8. Learn about their features, support lifecycles (LTS vs. current), performance improvements, and why .NET 8 is the recommended choice for new projects. Discover MAUI, Blazor, Native AOT, and C# support across versions.
🕒 Handling Time Zones in .NET 6: Quartz.NET vs Hangfire for Scheduled Jobs
Sep 08, 2025.
Struggling with time zones in .NET 6 scheduled tasks? This guide compares Quartz.NET and Hangfire for handling time-sensitive jobs. Learn how to schedule tasks at specific local times for users in different time zones (India, UK, US) using Quartz.NET's native support. Discover when to use Hangfire for delayed or event-based jobs, and best practices for UTC storage and time zone conversions. Choose the right tool for your .NET 6 Web API!
Scanning Uploaded Files for Malware in .NET Applications
Sep 08, 2025.
Protect your .NET applications from malicious file uploads! This guide provides a comprehensive approach to scanning uploaded files for malware in ASP.NET Core. Learn how to implement a secure upload pipeline using ClamAV and Windows Defender, including quarantine, scanning, and safe storage.
🚀 Generating .NET Core Projects with AI (Codeium/Windsurf)
Sep 07, 2025.
Discover how Windsurf (formerly Codeium), an AI coding assistant, revolutionizes .NET Core development. Learn to generate entire Web API projects with CRUD endpoints, Entity Framework Core integration, and Swagger setup using simple natural language prompts. Explore the benefits and best practices for AI-assisted .NET development, empowering both junior and senior developers to build applications faster and more efficiently.
Why .NET 8 remains the backbone of backend development in 2025 — fast, scalable, cloud-ready, and powered by AI
Sep 06, 2025.
.NET 8 solidifies its position as a leading backend development framework in 2025. Explore its speed, scalability, and cloud-readiness, enhanced by AI integration. Discover the latest features, performance improvements, and enterprise adoption driving .NET's continued success. Learn how .NET Aspire, ML.NET, and cross-platform capabilities empower developers to build modern, efficient applications. Supported until 2026, .NET 8 is the future.
Building a Modern Microservices Application with .NET Core, Angular 20, Docker, and Azure
Sep 06, 2025.
Build a modern microservices application using .NET Core 7, Angular 20, Docker, and Azure. This comprehensive guide covers backend development with .NET API and EF Core, frontend implementation with Angular, containerization with Docker, and cloud deployment to Azure App Service.
Understanding OWASP Top 10 with Real-World .NET Examples
Sep 04, 2025.
Secure your .NET applications by understanding and mitigating the OWASP Top 10 vulnerabilities! This article provides practical ASP.NET Core MVC & Web API examples demonstrating common security risks like Broken Access Control, SQL Injection, and Cryptographic Failures. Learn how to implement robust solutions using built-in features like ASP.NET Core Identity, data protection, and proper logging to build secure and trustworthy applications and protect sensitive user data. Stay ahead of potential breaches and build a strong security foundation.
Top 10 Application Security Best Practices for .NET Developers
Sep 02, 2025.
Elevate your .NET application security! This guide provides 10 essential best practices for .NET developers using ASP.NET Core MVC, Web API, and .NET Framework. Learn to prevent SQL injection, XSS, CSRF, and data leaks. Secure authentication, file handling, and sensitive data.
Build Custom AI Agents In .NET With Semantic Kernel
Aug 28, 2025.
Build custom AI agents in .NET using Semantic Kernel. Learn to control behavior with tools, memory, planning, and policies for predictable, repeatable results.
Five Essential Skills of .NET Developer
Aug 20, 2025.
To be a good .NET developer, you need certain skills. First, know how to code in languages like C#. Next, understand how to work with databases. Learning about web apps is also important. Developers should solve problems well and work in teams. These skills will help you succeed in your career.
How Docker simplfies Deployment and scaling when using .NET API's
Aug 18, 2025.
Learn how Docker containers streamline the development, deployment, and management of .NET applications. This guide covers creating, building, and running .NET apps in Docker efficiently and securely.
Feature Flags in .NET 8 and Azure
Aug 14, 2025.
This article describes the importance of feature flags and how they change the way we develop applications while reducing the risk of regressions.
Building Cloud-Native Applications using .NET Aspire
Aug 13, 2025.
This article will introduce you to .NET Aspire, and its core features, and provide practical examples to help you get started.
Best Practice to Make your Project Cleaner in .NET Core
Aug 08, 2025.
Discover essential best practices for building clean, maintainable .NET Core projects. Learn effective project structuring, dependency injection, configuration, logging, testing, security, and API design to streamline development.
How do I secure a .NET Web API (JWT, OAuth, Identity)?
Aug 07, 2025.
Learn how to secure your .NET Web API using JWT, OAuth2, and ASP.NET Core Identity. Implement token-based authentication, role-based access control, and protect your endpoints with best practices.
How do I Migrate from .NET Framework to .NET 6/7/8?
Aug 05, 2025.
Migrating from the legacy .NET Framework to modern .NET 6, 7, or 8 can unlock massive performance, cross-platform support, and access to the latest tools. This guide walks you through a smooth and safe migration process, from assessment to completion.
What is the Difference Between .NET 6, .NET 7, and .NET 8?
Aug 05, 2025.
A complete comparison of .NET 6, .NET 7, and .NET 8—explaining the core differences in performance, support lifecycle, new features, and use cases. Includes examples, developer tips, and migration guidance.
Building Enterprise-Grade .NET Core Web API: A Clean Architecture Guide
Aug 05, 2025.
A robust backend project using Clean Architecture with layered structure, SOLID principles, middleware, JWT auth, SignalR for real-time, email integration, third-party services, and Serilog logging.
Dependency Injection in .NET Core
Aug 04, 2025.
Learn Dependency Injection (DI) in .NET Core—automate service instantiation, promote clean architecture, and simplify testing. Explore DI types, service lifetimes, registration, and best practices for building scalable, maintainable applications.
Shopping web application using Next.js, Tailwind CSS, .NET Core Web API, and MongoDB
Aug 04, 2025.
This project integrates Next.js, Tailwind CSS, and MongoDB with ASP.NET Web API to create a responsive full-stack eCommerce app. Features include product listing, authentication, and payments via Stripe or Razorpay.
CRUD Application using .NET Core and React.js
Aug 01, 2025.
Build a full-stack Employee Management System using ASP.NET Core Web API and React.js with SQL Server. Perform CRUD operations, manage employees, and integrate frontend-backend with Axios and EF Core.
🔐 How to Secure .NET Web API Endpoints with JWT and [Authorize]
Aug 01, 2025.
As modern applications increasingly rely on stateless, scalable backends, securing your API is essential. JSON Web Tokens (JWT) are one of the most common methods for securing RESTful APIs in .NET. In this article, you'll learn how to secure .NET Web API endpoints using JWT and the [Authorize] attribute
.NET Core vs .NET Framework: Key Differences and How to Choose the Right One
Jul 31, 2025.
As a developer or tech decision-maker, choosing the right .NET platform for your application is critical. Microsoft offers two primary frameworks: .NET Core and the .NET Framework. While they share a common base, they differ in architecture, performance, cross-platform support, and future direction.
Dependency Injection in .NET Core Using IServiceCollection
Jul 31, 2025.
Dependency Injection (DI) is a design pattern that enables the development of loosely coupled code. .NET Core has built-in support for DI, making it easy to manage dependencies in modern applications.
Mastering Dependency Injection in .NET Core: A Complete Beginner-to-Advanced Guide
Jul 28, 2025.
Dependency Injection (DI) is a cornerstone of modern software architecture in .NET Core and beyond. It promotes loose coupling, testability, and maintainability, making applications easier to build and scale.
Understanding Caching Strategies in .NET – A Practical Guide
Jul 28, 2025.
Learn practical caching strategies in .NET—Cache-Aside, Read-Through, Write-Through, and Write-Behind—to boost app performance, reduce database load, and choose the right approach for scalable, responsive applications.
Implementing JWT-Based Authentication and Role-Based Authorization in .NET Core
Jul 28, 2025.
In modern web applications, security is critical—especially when dealing with user data, financial transactions, or any form of sensitive operations
Building a Modern E-Commerce System with .NET 9.0 and Kafka
Jul 24, 2025.
Discover how a modern e-commerce system was built using .NET 9.0, Kafka, microservices, and Azure—featuring real-time dashboards, scalable architecture, and seamless communication between services for speed, reliability, and growth.
Secure Your Secrets in .NET with Azure Key Vault
Jul 22, 2025.
Azure Key Vault is a secure cloud service for managing secrets, encryption keys, and certificates. It simplifies credential management, enhances security, supports RBAC, and integrates easily with .NET apps.
Different Type of Architecture in .NET Core WEB API
Jul 21, 2025.
Different Type of Architecture in .NET core WEB API
What’s New in .NET 10: JSON Updates & Quantum Security
Jul 18, 2025.
.NET 10 Preview 6 boosts app security with strict JSON serialization, disallowing duplicates, and introduces Post-Quantum Cryptography (PQC) support to future-proof your code against quantum threats.
Rate Limiting with .NET Minimal APIs using AspNetCoreRateLimit
Jul 17, 2025.
This article explains how to implement rate limiting in a .NET Minimal API using the open-source library AspNetCoreRateLimit. It covers the basics of what rate limiting is, why it's important in modern web applications, and how to configure different limits for separate endpoints in a clean and scalable manner.
The Modern .NET Developer's Guide to Vibe Coding with C# 13: Flow, Features and Best Practices
Jul 14, 2025.
Discover the newest features of C# 13 with the guide Vibe Coding with C# 13 by Ziggy Rafiq - a modern developer's guide to clean, expressive, and high-performance .NET 9 coding.
Understanding .NET MVC
Jul 14, 2025.
ASP.NET MVC is a web framework from Microsoft that uses the Model-View-Controller pattern to build clean, testable, and scalable web applications using C# and Razor.
OpenTelemetry in .NET 9: Trace Requests End-to-End with Jaeger
Jul 11, 2025.
Trace user requests end-to-end using OpenTelemetry and Jaeger with .NET 9. Monitor HTTP calls, SQL queries, and frontend actions in real-time, enabling full-stack observability, debugging, and performance optimization.
Modern MediatR Library in .NET Core 9.0
Jul 10, 2025.
Modern MediatR Library in .NET Core
Beyond the API: Architecting Intent-Based Applications in .NET 8
Jul 09, 2025.
A deep dive into Intent-Based Architecture in .NET 8 explores how to design smarter, context-aware applications that move beyond traditional REST endpoints. Ideal for developers building adaptive, AI-ready systems using modern .NET tools.
Exploring .NET 9: What’s Ahead for Developers
Jul 08, 2025.
.NET 9 introduces significant upgrades, including enhanced performance, Native AOT, improved ASP.NET Core, AI integration, C# 13 features, and enhanced cross-platform support, making it an ideal choice for modern app development.
🍁Mastering SOLID Principles in Real-World .NET Projects
Jul 07, 2025.
Learn SOLID principles in C# with real-world .NET examples. Master SRP, OCP, LSP, ISP, and DIP to write clean, testable, and scalable code using interfaces, patterns, and best practices for enterprise apps.
Filtering, Sorting & Pagination Made Easy in .NET with Sieve
Jul 05, 2025.
Discover how to use the powerful Sieve NuGet package to simplify dynamic filtering, sorting, and pagination in your .NET Web API projects. This article walks through real-world usage with in-memory data, custom filters, and a clean architecture pattern.
Integrating Artificial Intelligence into the .NET Framework
Jul 04, 2025.
Step-by-step article to adding AI to .NET apps with ML.NET, Azure Cognitive Services, and ONNX Runtime. Code samples, use cases, and SEO tips included.
The Complete Guide to Writing Dockerfiles for .NET Applications
Jul 03, 2025.
A Dockerfile is a text file containing instructions that Docker uses to build container images automatically. Think of it as a recipe that tells Docker exactly how to set up your application environment, install dependencies, and configure everything needed to run your .NET application in a container.
Modern CQRS and Messaging in .NET with Wolverine
Jun 30, 2025.
Learn how to use Wolverine, a powerful .NET message bus library, to handle commands, publish events, and schedule background tasks in a simple console app with zero boilerplate and full CQRS support.
Understanding SOLID Principles with simple Console App in .NET
Jun 28, 2025.
This article breaks down each principle — Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, and Dependency Inversion — with simple console app.
Minimal API with Authorization JWT Token in .NET 9
Jun 27, 2025.
This article explains how to implement JWT authentication and authorization in Minimal API using .NET Core 9.0, Visual Studio 2022, and Swagger for testing secured endpoints via generated bearer tokens.
Mastering .NET Architecture
Jun 26, 2025.
This article explains the layers of .NET architecture in a simple, beginner-friendly way. Each layer is described with real-world examples to help understand how .NET applications are built
10 .NET Core Features You’re Not Using (But Definitely Should!)
Jun 26, 2025.
.NET Core (now just “.NET” from .NET 5 onwards) has become a powerhouse for modern, cross-platform development. But while most developers are busy writing APIs or deploying Blazor apps, there’s a treasure trove of underutilized features that could make your code faster, cleaner, and more maintainable.
Understanding the .NET Ecosystem
Jun 24, 2025.
Explore the .NET ecosystem — from C#, ASP.NET Core, and Entity Framework to ML.NET and .NET MAUI — with clear explanations and real-world examples.
Memory Leak Troubleshooting in .NET Core
Jun 24, 2025.
Memory leaks can silently degrade the performance of your .NET Core applications, leading to high memory consumption, sluggish performance, or even crashes. DotNET provides a rich set of tools to detect, analyze, and fix memory leaks effectively.
Hangfire Integration in .NET 8: A Beginner's Guide
Jun 23, 2025.
Learn how to integrate Hangfire with .NET 8 to run background jobs, schedule tasks, and manage queues with ease. This beginner-friendly guide covers setup, usage, and dashboard configuration.
Difference Between Minimal API and Controller API .NET Core
Jun 20, 2025.
Explore the key differences between Minimal API and Controller API in .NET Core, including structure, performance, routing, and use cases—helping you choose the right approach for your project.
Health Checks in .NET 8 Web API: A Comprehensive Guide
Jun 18, 2025.
Ensure your ASP.NET Web API’s reliability with .NET 8 health checks—monitor SQL Server, external APIs, and network connectivity using JSON-formatted diagnostics for proactive monitoring, easier debugging, and improved application resilience.
How to Secure .NET 6+ Apps with Azure Key Vault and Clean Architecture
Jun 17, 2025.
In modern .NET development, keeping secrets like connection strings in appsettings.json is a security risk, especially in production. Thankfully, Azure Key Vault offers a secure way to manage secrets, certificates, and keys.
Deploying a .NET Weather Forecast App to AKS Using GitHub Actions and Argo CD
Jun 16, 2025.
Learn how to deploy a .NET Weather Forecast app to Azure Kubernetes Service (AKS) using GitHub Actions for CI/CD and Argo CD for GitOps-based continuous delivery.
Understanding the Unified .NET Framework: A Deep Dive for Developers
Jun 11, 2025.
Explore the unified .NET framework—from .NET Core to .NET 8. Learn how it simplifies cross-platform development, boosts performance, and streamlines modern app building for all developers.
Secure API Payloads Using AES and RSA Encryption in Angular and .NET Core
Jun 11, 2025.
Learn how to secure API payload using AES and RSA encryption in Angular and .NET Core. This step-by-step guide covers hybrid encryption, key exchange, and best practices for protecting sensitive data in web applications.
Getting Started with Redis in .NET Core Applications
Jun 10, 2025.
Learn how to integrate Redis with .NET Core to boost app performance using distributed caching. This guide covers setup, key libraries like StackExchange.Redis, and practical use cases with C#.
Modernizing .NET with AI
Jun 09, 2025.
The GitHub Copilot app modernization – upgrade for .NET Visual Studio extension was covered at Microsoft Build 2025 in the session: The Future of .NET App Modernization Streamlined with AI. This walks through a use of the extension to upgrade a .NET 7 solution to .NET 9.
Overview of TLS with .NET Framework
Jun 09, 2025.
Learn TLS basics, its advantages, .NET framework compatibility, how to enable or set default TLS versions in C#, and detect active TLS versions on websites using practical C# code examples.
Run C# File Instantly with .NET 10
Jun 05, 2025.
Microsoft has introduced a groundbreaking feature in .NET 10 Preview 4, the ability to run C# files directly using dotnet run app.cs.
Professional Code and Best Practices with C# 14 and .NET 10
Jun 05, 2025.
Professional Code and Best Practices with C# 14 and .NET 10
HTML Pages in .NET 9 Web API [GamesCatalog] 22
May 28, 2025.
Explore HTML Pages integration in .NET 9 Web API with the [GamesCatalog] project. Learn how to serve dynamic content, enhance user experience, and simplify front-end delivery in APIs.
How to Implement Code Quality Rules in .NET Core
May 20, 2025.
Learn how to enforce consistent coding styles and improve .NET code quality using .editorconfig and Roslyn Analyzers. Discover creating custom analyzers to catch bugs early and maintain clean, scalable codebases.
Update nx-Angular from 12 to 17 (6) --- .Net updating vs. Angular updating
May 16, 2025.
This article is to discuss the debugging of Angular.
End-to-end integration testing with .NET Aspire
May 15, 2025.
.NET Aspire simplifies end-to-end integration testing for microservices by providing service orchestration, containerized environments, automatic service discovery, and real/ mock service swapping—all in a seamless test setup.
Advanced Data Warehouse Modeling and Querying Using C# and .NET 9
May 13, 2025.
Use C# 14 and .NET 9 to design, query, and manage data warehouses efficiently. Automate schema creation, support SCD Type 2, integrate with BI tools, and run high-performance queries for real-time analytics.
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.
Build a CRUD App in .NET 8 MVC Using Dapper and Repository Pattern
May 06, 2025.
Learn to build a CRUD app in .NET 8 MVC using Dapper for lightweight data access and the Repository Pattern for clean code architecture.
Authenticated Requests in .NET 9 Web API [GamesCatalog] 21
May 02, 2025.
We aim to create a mobile app and its backend using C# and .NET. We will use the IGDB game review API: https://api-docs.igdb.com/#examples With it, we can build a mobile game catalog app and store our reviews.
Building a School Administration Solution with C# 14 and .NET 9
May 01, 2025.
Build a scalable School Administration System using C# 14 and .NET 9. Leverage features like primary constructors, minimal APIs, and performance optimizations to manage student info, attendance, grades, schedules, and more.
Building the Future of Healthcare with C# 14 and .NET 9
Apr 30, 2025.
C# 14 and .NET 9 empower modern healthcare apps with speed, AI integration, cross-platform reach, and strong security, enabling smarter diagnostics, real-time monitoring, and secure EHR systems for a connected future.
Creating a WebApi Project in .NET 9 [GamesCatalog] 18
Apr 28, 2025.
Learn how to set up an ASP.NET Core Web API with MySQL using Entity Framework Core. This guide covers creating projects, configuring the database, defining DTOs, adding migrations, and creating a users table in the database.
Akka.NET is the Best Choice for Reactive Systems in C# .NET 9
Apr 26, 2025.
Build responsive and resilient applications using Akka.NET in .NET 9. Leverage the actor model to create scalable, fault-tolerant, message-driven systems with ease—ideal for real-time services, microservices, and high-throughput apps.
🧠 Integrating Artificial Intelligence with .NET 9 for Financial Applications
Apr 25, 2025.
Discover how .NET 9 empowers AI-driven financial solutions—from fraud detection to algorithmic trading—by combining high performance, ML integration, and scalable cloud-native tools for modern fintech innovation.
Simplifying CI/CD for .NET Docker Apps
Apr 25, 2025.
Learn how to streamline CI/CD for .NET containerized apps with practical tips, clear steps, and real-world examples to overcome Docker build issues.
Leveraging Databases with .NET 9 in Financial Applications
Apr 25, 2025.
.NET 9 enhances financial app development with improved performance, minimal APIs, and better cloud-native support. Paired with SQL Server, PostgreSQL, or MongoDB, it enables scalable, secure, and data-intensive fintech solutions.
Implementing TOTP (Time-Based One-Time Password) MFA in .NET Core
Apr 22, 2025.
TOTP (Time-based One-Time Password) is a secure two-factor authentication (2FA) method that generates temporary, single-use codes for user verification.
Listing Information from the Local DB in MAUI .NET 9 [GamesCatalog] - Part 15
Apr 20, 2025.
Learn how to list and display information from a local database in a .NET 9 MAUI application! In Part 15 of the GamesCatalog series, we’ll explore data binding, fetching records, and displaying game data seamlessly in your MAUI app. Perfect for beginners and intermediate developers!
Building a Face Detection System with .NET 9
Apr 17, 2025.
Build a real-time face detection app using .NET 9 and OpenCV via Emgu.CV. This project leverages a webcam and Haar cascades to detect faces, ideal for learning computer vision basics.
Advanced Configuration in .NET Core
Apr 17, 2025.
.NET Core provides various configuration sources like appsettings.json, environment variables, and Azure Key Vault. You can use strongly typed configuration with IOptions, validate options, enable hot reload, and manage secrets securely for app development.
Create Graph Windows Form - WInForm using .Net 8
Apr 16, 2025.
Learn how to create a bar chart in a Windows Forms App (.NET) using the Chart control. This step-by-step guide covers project setup, adding the chart control, configuring the chart area, and adding data points for visualization.
Service Orchestration in .NET Aspire
Apr 11, 2025.
Learn how to streamline microservices communication using Service Orchestration in .NET Aspire. This guide covers key concepts, practical implementation steps, and best practices to build scalable, maintainable distributed systems with Microsoft's latest cloud-native .NET stack.
Stop Overwriting Your Services: The Case for Keyed DI in .NET 8
Apr 11, 2025.
Avoid service conflicts and boost flexibility with .NET 8’s Keyed Dependency Injection—supporting multiple implementations of the same interface.
Whats's New in .NET Core 10 and C# 14
Apr 10, 2025.
The latest .NET Core 10 and C# 14 releases significantly improve the .NET ecosystem. This article provides an in-depth exploration of these new features, their benefits, and practical implementation with examples.
Updating an Object in the Local Database in MAUI .NET 9 [GamesCatalog] - Part 11
Apr 03, 2025.
Learn how to retrieve and update game statuses in a local database using MAUI .NET 9. Implement async functions in GameRepo and GameService, manage game status, and enhance UI interactions efficiently.
C# 14: Exploring New Language Features for Modern .NET Development
Apr 02, 2025.
In this article, I explore the most important features introduced in C# 14.0, including primary constructors in classes, collection expressions, enhanced pattern matching, and required members. I walk through how each of these additions simplifies code, improves performance, and promotes safer, more expressive development.
1
-
100
of
8162
<<
1
2
3
4
5
>>
Search
OUR TRAINING
Discovery to Delivery
Employing the latest technologies, Over-C's capabilities include web and mobile development, software and database architecting as well as visual and UX design.