Skip to content

Knowledge Is Power

  • HomeExpand
    • Weather
    • YouTube Channels
    • Downloads
  • News FeedsExpand
    • Neowin
    • Toms Hardware
    • ArsTechnica
    • Engadget
    • Marius Hosting
    • Hardware Deals
    • C# Corner Articles
    • Windows Central
  • Blog PostsExpand
    • General Discussion
    • Web Design
  • Galleries
  • Login
Knowledge Is Power
  • What Can C# Do For You
    by Mahesh Chand on June 21, 2025 at 1:45 pm

    C# is a modern, simple, powerful, and advanced programming language. This article talks about what kind of software applications we can build with C#.

  • Can I build AI or machine learning apps in C# like I can in Python?
    by Mahesh Chand on June 21, 2025 at 1:43 pm

    Can you build AI or machine learning apps using C# like you can in Python? Absolutely! While Python leads in AI development due to its rich ecosystem, C# offers powerful tools like ML.NET, ONNX Runtime, and Azure Cognitive Services for building and deploying AI solutions in .NET applications. This guide explains how to use C# for AI, where it shines, and when Python might still be the better choice.

  • Types of Classes in C# with Examples | Concrete, Static, Abstract, Sealed, and More
    by Mahesh Chand on June 13, 2025 at 4:43 am

    Learn all the types of classes in C# with clear examples and use cases. Understand when to use abstract, static, sealed, generic, and partial classes in .NET Framework.

  • What is Singleton Design Pattern With Real Time Example in C#
    by Amit Mohanty on June 12, 2025 at 11:37 am

    Learn how the Singleton Design Pattern works in C# with a real-time example. Understand its use in controlling object creation, ensuring only one instance exists for global access and efficiency.

  • Mastering the Factory Pattern in C# 13: Best Practices with Real-World Examples
    by Ziggy Rafiq on June 8, 2025 at 12:32 pm

    With this best practices guide by Ziggy Rafiq, you will learn Factory Pattern in C# 13 with clean architecture, DI, and testable design.

  • Professional Code and Best Practices with C# 14 and .NET 10
    by John Godel on June 5, 2025 at 5:57 am

    Professional Code and Best Practices with C# 14 and .NET 10

  • Modern C# in 2025: What You Should Be Using (and What to Retire)
    by Divyansh Gupta on June 3, 2025 at 6:50 am

    Explore the latest C# 12 and .NET 8 features in 2025, including primary constructors and required properties, while learning modern practices to write cleaner, faster, and more maintainable C# code.

  • Clean Code and Best Practices with C# 13
    by Ziggy Rafiq on June 1, 2025 at 2:39 pm

    Ziggy Rafiq teaches you how to create clean, maintainable, and testable C# 13 code using modern features, architecture patterns, and clean code principles.

  • Understanding Garbage Collection and Cyclic References in C#
    by Rinki on May 20, 2025 at 11:22 am

    This article explores .NET memory management, focusing on how the garbage collector handles cyclic references, and how weak references and the `IDisposable` pattern help prevent memory leaks in C# applications.

  • Event-Driven CQRS with C# 14 and the SQL Outbox Pattern
    by John Godel on May 15, 2025 at 5:16 am

    Learn how to implement a reliable event-driven CQRS microservice using the SQL Outbox Pattern with C# 14. Ensure strong consistency, transactional event publishing, and fail-safe asynchronous processing for scalable distributed systems.

  • Advanced Data Warehouse Modeling and Querying Using C# and .NET 9
    by John Godel on May 13, 2025 at 9:23 am

    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.

  • VS Code for C# Developers: Create, Run, and Debug Apps
    by Rikam Palkar on May 12, 2025 at 5:33 am

    Learn to set up Visual Studio Code for C# development on macOS, create and run a simple C# console app, debug with breakpoints, and build .NET Core applications. Transition smoothly from Visual Studio with the C# extension.

  • Advanced ETL from OLTP Databases to a Data Warehouse with C# 14
    by John Godel on May 12, 2025 at 4:56 am

    Build scalable and efficient ETL pipelines using C# 14 and .NET 9. Leverage Dapper, SQL Server, Azure Synapse, and cloud integration for seamless data extraction, transformation, and loading to data warehouses and lakes.

  • C# Data Science With C# 14 Features (Comprehensive Guide)
    by John Godel on May 10, 2025 at 6:42 am

    C# 14, with features like ML.NET, Microsoft.Data.Analysis, and Azure integration, is now a powerful tool for data science, offering secure, high-performance solutions for machine learning, data analytics, and large datasets.

  • C# Big Data Processing Using C# 14 Features
    by John Godel on May 9, 2025 at 6:15 am

    Explore how C# 14 empowers big data processing with its latest features like improved pattern matching, enhanced performance, and simplified syntax.

  • Improved CRUD operations for GridView with Redshift in ASP.NET Core MVC (Utilizing C# 14 Features)
    by John Godel on May 8, 2025 at 10:19 am

    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.

  • Applying the Saga Pattern for Distributed Transactions Across Services Using C# Examples
    by John Godel on May 7, 2025 at 8:31 am

    The Saga pattern in microservices helps manage distributed transactions by breaking them into local transactions with compensating actions. It ensures data consistency and handles failures through choreography or orchestration.

  • Construction of Polyglot Microservices using C# and .NET
    by John Godel on May 7, 2025 at 5:47 am

    Learn how to design C# microservices for polyglot systems that integrate multiple languages like Python, Node.js, and Go. Explore strategies for using open protocols, defining contracts, and ensuring resilience in distributed environments.

  • Difference Between Const, ReadOnly and Static ReadOnly in C#
    by Yogendra Kumar on May 7, 2025 at 3:51 am

    Common keywords like Const, ReadOnly, and Static ReadOnly are quite confusing. So today we will discuss these keywords and try to understand the difference between Const, ReadOnly, and Static ReadOnly in C#.

  • Implementing Event-Driven Architectures with Kafka, RabbitMQ, or Azure Service Bus (Comparisons, Pros, and Cons)
    by John Godel on May 6, 2025 at 5:46 am

    Event-driven architecture (EDA) enables scalable, decoupled, and resilient systems using message brokers like Apache Kafka, RabbitMQ, and Azure Service Bus. Each offers unique features for different use cases.

  • Writing Serverless AWS Lambda in C#
    by John Godel on May 5, 2025 at 7:13 am

    This article covers setting up your Lambda function, deploying it on AWS, and handling events with .NET. Ideal for developers looking to build scalable, event-driven applications using C# in the cloud.

  • Building Zero-Trust Architectures with C# Services
    by John Godel on May 4, 2025 at 1:59 am

    This article covers secure authentication, authorization, microservices communication, and policy enforcement to help you design modern, resilient, and secure applications based on Zero-Trust principles.

  • Storing Event Streams in a Database Using Cosmos DB with C#
    by John Godel on May 3, 2025 at 3:05 am

    This article covers real-time data ingestion, NoSQL storage design, and integration with event-driven architectures—ideal for developers building scalable and responsive cloud applications with .NET and Azure.

  • Advanced C# Database Tricks into a Practical Solution
    by John Godel on May 2, 2025 at 6:29 am

    This project demonstrates an advanced C# database architecture combining EF Core, Dapper, and ADO.NET to achieve optimal performance, flexibility, and maintainability—complete with clean architecture, logging, and benchmarks.

  • Advanced C# Database Tricks for Power Users
    by John Godel on May 1, 2025 at 10:07 am

    Explore advanced C# database techniques using ADO.NET, Entity Framework Core, and Dapper.

© 2025 Knowledge Is Power - WordPress Theme by Kadence WP

Scroll to top