Search
Sort By Search Results
  • 🍁Mastering SOLID Principles in Real-World .NET ProjectsJul 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 SieveJul 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 FrameworkJul 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 ApplicationsJul 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 WolverineJun 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 9Jun 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 ArchitectureJun 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 EcosystemJun 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 CoreJun 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 GuideJun 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 CoreJun 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 GuideJun 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 ArchitectureJun 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 CDJun 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 DevelopersJun 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 CoreJun 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 ApplicationsJun 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 AIJun 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 FrameworkJun 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 10Jun 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 10Jun 05, 2025. Professional Code and Best Practices with C# 14 and .NET 10
  • HTML Pages in .NET 9 Web API [GamesCatalog] 22May 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 CoreMay 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 updatingMay 16, 2025. This article is to discuss the debugging of Angular.
  • End-to-end integration testing with .NET AspireMay 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 9May 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 CoreMay 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 PatternMay 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] 21May 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 9May 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 9Apr 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] 18Apr 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 9Apr 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 ApplicationsApr 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 AppsApr 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 ApplicationsApr 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 CoreApr 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 15Apr 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 9Apr 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 CoreApr 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 8Apr 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.
  • Stop Overwriting Your Services: The Case for Keyed DI in .NET 8Apr 11, 2025. Avoid service conflicts and boost flexibility with .NET 8’s Keyed Dependency Injection—supporting multiple implementations of the same interface.
  • Service Orchestration in .NET AspireApr 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.
  • Whats's New in .NET Core 10 and C# 14Apr 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 11Apr 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 DevelopmentApr 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.
  • Adding Objects to a Local Database in MAUI .NET 9 [GamesCatalog] - Part 10Apr 02, 2025. Learn how to store game reviews in a local SQLite database using MAUI .NET 9. This guide covers setting up repositories, handling images, adding games, and implementing dependency injection for seamless functionality.
  • Setting Up and Using a Local SQLite Database in MAUI .NET 9 [GamesCatalog] - Part 9Mar 31, 2025. This article covers database integration, CRUD operations, and best practices for storing data locally in a cross-platform mobile application. Follow along to enhance your MAUI app with efficient data management.
  • New LINQ Features in .NET 9Mar 29, 2025. Discover the latest LINQ features in .NET 9 that enhance query performance, simplify data manipulation, and introduce new methods for better efficiency.
  • Understanding CORS Errors in .NET ApplicationsMar 28, 2025. CORS (Cross-Origin Resource Sharing) errors occur when a web application tries to access resources from a different domain, violating the same-origin policy.
  • Efficient Memory Access with CollectionsMarshal.AsSpan: in C# .NET Mar 28, 2025. Learn how to optimize memory access in C# .NET using CollectionsMarshal.AsSpan for high-performance scenarios. This API provides direct access to collection memory, reducing allocations and improving efficiency.
  • Consuming HTTP Calls in .NET MAUI Using HttpClientMar 27, 2025. Learn how to use HttpClient in .NET MAUI to perform GET, POST, PUT, and DELETE operations on a REST API. Build a simple UI and display JSON responses using alerts.
  • Enhancing Real-World Microservices with Resiliency in .NET AspireMar 26, 2025. In this chapter, we’ll explore how to upgrade a real-world application using .NET Aspire, leveraging its key features like observability, microservices management, resilience, service discovery, and scalability.
  • Understanding Resiliency in .NET AspireMar 26, 2025. Resiliency in .NET Aspire is key to building fault-tolerant applications. Using Polly, developers can implement retries, circuit breakers, timeouts, and fallback policies to handle transient failures.
  • Core Concepts of .NET AspireMar 25, 2025. In this chapter, we will explore the fundamental building blocks of .NET Aspire and understand how they simplify cloud-native and microservices-based development.
  • Creating a Rating Bar in MAUI C# .NET 9 [GamesCatalog] - Part 8Mar 25, 2025. We’ll explore how to create a Rating Bar in .NET MAUI using C# for the GamesCatalog app. We’ll cover designing the UI, handling user interactions, and updating ratings dynamically.
  • How to Get Started with .NET AspireMar 24, 2025. .NET Aspire is a modern framework designed for building cloud-native and microservices-based applications in .NET. It simplifies service orchestration, observability, configuration management, and deployment.
  • Beyond 500: Building Professional Error Handling for .NET APIsMar 20, 2025. Error handling might not be the most exciting part of API development, but it’s one of the most important. A well-designed error handling strategy can dramatically improve the developer experience, reduce support costs, and make your API more robust.
  • Using Icon Fonts in MAUI .NET 9 [GamesCatalog] - Part 7Mar 18, 2025. Learn how to integrate FontAwesome icons and manage game status selection in a MAUI MVVM .NET 9 application. This guide covers adding custom fonts, binding commands, and styling buttons dynamically to reflect game progress.
  • Dynamic Database Web API in .NET 9: Clean Architecture & MediatR for FlexibilityMar 17, 2025. A Web API should support multiple database options such as SQL Server, PostgreSQL, MySQL, and SQLite without major code changes. In this article, we will build a .NET 9 Web API using Clean Architecture, Domain-Driven Design (DDD), and MediatR, while implementing dynamic database selection using Entity Framework Core (EF Core).
  • Integrating .NET Aspire with Dapr for Cloud-Native AppsMar 17, 2025. Integrating .NET Aspire with Dapr for Cloud-Native Apps
  • WebMethod and ScriptMethod Attributes in .NET WebfromsMar 15, 2025. ?In ASP.NET Web Forms, client-side scripts like JavaScript and jQuery can call server-side methods using the [WebMethod] and [ScriptMethod] attributes. These methods must be declared as static (C#) or Shared (VB.NET). This approach enables AJAX functionality, allowing asynchronous data exchange without full page reloads.
  • A Comprehensive Guide to Azure Storage for .NET DevelopersMar 13, 2025. Azure Storage is a secure, scalable cloud storage solution for .NET developers. It includes Blob, Table, Queue, File, and Disk Storage for various data needs.
  • Passing an Object from a List to Another Page in MAUI MVVM .NET 9 [GamesCatalog] - Part 6Mar 10, 2025. This article covers object passing techniques using navigation, data binding, and command binding in the GamesCatalog app. Enhance your cross-platform development skills with structured MVVM patterns for seamless data transfer.
  • Predicting User Behavior in .NET 9 with ML.NET and SDCA Logistic RegressionMar 07, 2025. This article covers data preparation, model training, and evaluation to help you build predictive analytics solutions. Enhance decision-making with AI-powered insights and integrate machine learning into your .NET applications.
  • Infinite Scroll and Loading Indicator in ListView in MAUI MVVM .NET 9 [GamesCatalog] - Part 5Mar 06, 2025. This article covers lazy loading, async data fetching, and UI optimization for a seamless user experience in GamesCatalog. Enhance performance with smooth scrolling and dynamic data updates.
  • API Documentation with Scalar in ASP .NET CoreMar 03, 2025. This article covers setting up Scalar, integrating it with your .NET 9 project, and generating interactive API documentation. Improve API usability with clear schemas, request/response details, and testing tools, making development more efficient.
  • Consuming an API and Populating a List with the Results in MAUI MVVM .NET 9 [GamesCatalog] - Part 4Mar 03, 2025. Learn how to consume an API and populate a list with the results in a .NET 9 MAUI MVVM app. In this part of the GamesCatalog series, you'll fetch data from an API, bind it to a list, and implement best practices for handling API responses efficiently.
  • Chain of Responsibility Using Delegate Chaining in .NET Mar 02, 2025. The Chain of Responsibility (CoR) pattern enables flexible processing pipelines, used in ASP.NET Core middleware, HttpClient handlers, and validation pipelines like FluentValidation. It supports dynamic rules, async execution, and extensibility.
  • Harnessing ML.NET for Sentiment Analysis in .NET 9 ApplicationsMar 01, 2025. Learn how to build a Sentiment Analysis API using ML.NET and .NET 9. This guide covers setting up an ASP.NET Core Web API, training a model, and integrating machine learning for text sentiment prediction.
  • Real-Time Anomaly Detection in Server Logs with .NET 9 and ML.NETFeb 28, 2025. This article explores machine learning techniques to identify unusual patterns, detect errors, and enhance system monitoring. Improve server performance and security with AI-driven log analysis in .NET applications.
  • AI And .NET: Building Intelligent Apps with .NET 9Feb 26, 2025. Discover how .NET 9 empowers developers to build AI-driven applications with ease. Explore ML.NET, Azure AI, and deep learning integrations to create intelligent web and desktop apps.
  • Server-to-Server Authentication in Zoom Using .NET CoreFeb 25, 2025. Zoom provides a Server-to-Server OAuth (S2S OAuth) authentication method for secure API interactions between your application and Zoom services. This authentication method is recommended for server-based applications that do not require user authorization.
  • Document Translation Solution Using Azure AI .NET and ReactFeb 24, 2025. This guide covers integrating Azure Cognitive Services for seamless language translation, enabling real-time multilingual support. Discover how to use AI-powered translation for efficient and scalable applications.
  • Reusable Components and Styles in MAUI MVVM .NET 9 [GamesCatalog] - Part 3Feb 24, 2025. In this third part of the GamesCatalog series, we explore how to create reusable components and styles in MAUI MVVM using .NET 9.
  • AJAX Calls in Web forms ASPX VB .NET CodeFeb 21, 2025. Learn how to call an AJAX function in ASP.NET Web Forms using WebMethod. This article covers client-side AJAX requests and server-side processing to enable seamless communication in a .NET Framework 4.7.2 application.
  • Integrating Microsoft Entra ID SSO with a .NET Application Using OWIN Feb 20, 2025. This article covers OAuth 2.0, OpenID Connect, and step-by-step implementation to enable seamless Single Sign-On (SSO), enhancing security and user experience.
  • Implementation of xUnit in .NET Core Feb 17, 2025. This article explores the xUnit package in .NET Core, demonstrating setup, implementation, and execution of unit tests with sample code and output to ensure the reliability of your code.
  • Authenticate .NET Applications with Azure ServicesFeb 17, 2025. Authenticating .NET applications to Azure services securely and efficiently is critical for modern cloud development. This article explores how to use the Azure Identity library and the DefaultAzureC class to streamline authentication across various environments, ensuring your application can access Azure resources.
  • Unit Testing in .NET Core with NUnitFeb 17, 2025. This article covers the basics of NUnit, setting up a test project, writing and running unit tests, using assertions, and best practices for effective test automation. Enhance your .NET applications with reliable, automated testing using NUnit.
  • Power of Dapper in .Net Core Feb 16, 2025. Dapper is a high-performance micro ORM for .NET Core, known for its speed and efficiency in database access. It simplifies SQL execution, object mapping, and data retrieval while maintaining flexibility.
  • Using Bitmap Compare Two Images in .NET CoreFeb 15, 2025. This article covers pixel-by-pixel comparison, detecting differences, and analyzing visual changes in images using C#. Ideal for developers working with image processing, graphics analysis, or automated testing.
  • Creating a ListView MAUI MVVM .NET 9 [GamesCatalog] - Part 2Feb 14, 2025. Create a MAUI .NET 9 project that displays game information using a ListView. Bind a ViewModel with an ObservableCollection of UIIGDBGame items, and design a clean UI using XAML, Grid, and custom styling for a game catalog.
  • Why .NET is Still One of the Best Frameworks for Enterprise DevelopmentFeb 12, 2025. Discover why .NET remains a top choice for enterprise development. From scalability and security to cross-platform capabilities, .NET offers a robust framework for building high-performance applications.
  • Explore the Key Features of .NET 9Feb 11, 2025. Microsoft’s release of .NET 9 continues its mission to enhance the developer experience, optimize performance, and expand its feature set for modern application development, whether you’re a seasoned .NET developer or just starting.
  • Open API Documentation and Swagger alternatives in .NET 9Feb 11, 2025. The Microsoft.AspNetCore.OpenApi package enables OpenAPI documentation in .NET Core APIs. It supports Swagger UI, ReDoc, and Scalar UI for enhanced API visualization, making API integration, testing, and documentation seamless.
  • CQRS and Mediator Pattern in a .NET 8 Web APIFeb 10, 2025. This article explains how to implement CQRS and Mediator patterns in a .NET 8 Web API. It covers the benefits of separating read and write operations with CQRS, and how the Mediator pattern reduces dependencies between objects.
  • Dynamic CORS Setup in .NET Core with JSON ConfigurationFeb 09, 2025. Learn how to configure CORS dynamically in .NET Core 9 using appsettings.json. Manage multiple allowed origins easily, enhance security, and improve flexibility for different environments like development, staging, and production.
  • How to Enable CORS in a .NET 9 API Feb 08, 2025. Learn how to enable Cross-Origin Resource Sharing (CORS) in a .NET API to allow requests from different domains. Configure CORS policies in the Program.cs, set allowed origins, and ensure security by restricting origins in production.
  • Overload Resolution Priority in .NET 9Feb 07, 2025. The .NET9 framework introduced a new feature named overload_resolution_priority, which plays a crucial role in resolving method groups. This priority is represented as a 32-bit integer. By default, all methods have an overload_resolution_priority of 0.
  • Class Fixture xUnit in .NET Core Test ProjectFeb 06, 2025. This article explains how to implement Class Fixtures in an xUnit test project, manage shared test contexts, and use dependency injection for better test organization and performance.
  • How to Add Swagger in .NET 9?Feb 06, 2025. Swagger is an essential tool for documenting and testing APIs. In .NET 9. In .NET 9, Swagger integration requires manual setup by adding the Swashbuckle.AspNetCore NuGet package and configuring it in Program.cs and launchSettings.json to document and test APIs.
  • Semi Auto Implemented Properties in .NET 9Feb 06, 2025. Semi Auto implemented Properties is currently Preview feature of C#13. This feature really helps Enhanced readability and reduced boilerplate code while declaring properties in class files.
  • Cracking Advanced .NET Interviews: A Real-World Journey Feb 05, 2025. In a high-pressure senior .NET developer interview, candidates are tested on system design, scalability, performance optimization, security, Azure cloud, microservices, API design, DevOps, and advanced C# concepts, focusing on real-world expertise.
  • Understanding UUID v7 in .NET 9Feb 05, 2025. .NET 9 introduces UUID v7, which includes a timestamp for better ordering of UUIDs based on creation time. It provides a unique identifier with 48-bit timestamp, 12-bit, and 62-bit random components for enhanced uniqueness.
  • A Better .NET SQL Builder: KnightMoves.SqlObjectsFeb 04, 2025. KnightMoves.SqlObjects is a .NET SQL builder that is built entirely on objects, making it orders of magnitude more powerful and feature-rich than any string manipulating SQL builder could ever be. If you use SQL in your .NET application with ORMs like Dapper, for example, this library is for you.
  • Implement Scalar UI in .NET API with Authorization OptionFeb 03, 2025. This article covers how to integrate Scalar UI, set up role-based authorization, and implement secure user authentication within your .NET API to ensure smooth, secure interactions.
  • Enhancing Blazor Virtualization for Large Data Sets in .NET 9Jan 29, 2025. Explore how virtualization in Blazor enhances performance for large data sets in .NET 9. Learn techniques to optimize rendering, improve scalability, and build high-performance web apps with Blazor's powerful features.

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.