TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
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
About F#
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
George (19)
Subarta Ray (8)
CSharp TV (5)
Kirtesh Shah (4)
Vijayaragavan S (4)
Babita (3)
Vijay Kumari (3)
Gowtham K (3)
Sarthak Varshney (3)
Sangeetha S (3)
Lalit Bansal (2)
Raveena Attri (2)
Prarthana Bhat (2)
Ganesan C (2)
Amit Mohanty (2)
Nitin (2)
Abiola David (2)
Naveen Kumar (2)
Dashrath Hapani (2)
Praveen Raveendran Pillai (2)
Ck Nitin (1)
Amit Kumar (1)
Oleg Litvinov (1)
Aradhana Tripathi (1)
Hitanshi Mehta (1)
Kaveendra Dhilhan (1)
Tural Suleymani (1)
Mayooran Navamany (1)
Varun Setia (1)
Mohamed Shifan (1)
Jochen Bartlau (1)
Pradeep Sahoo (1)
Shiv Sharma (1)
Deepak Tewatia (1)
Jignesh Kumar (1)
Ziggy Rafiq (1)
Jalpa Dhola (1)
John Godel (1)
Bhuvanesh Mohankumar (1)
Mervyn Manilall (1)
Jay Krishnareddy (1)
Željko Perić (1)
Satendra Singh Bhati (1)
Manoj Kalla (1)
Ismail Sayyad (1)
Related resources for F#
No resource found
AI (2) --- Google Search AI vs. Microsoft Copilot
12/21/2024 11:39:34 PM.
This article will compare a Google Search result with Copilot results.
Navigating Front-End Complexity: A Blueprint for Loosely Coupled Systems
12/21/2024 4:38:07 PM.
We will learn in this video how building your Front-End Architecture with intention will keep code bases manageable and easy to reason about, allowing for rapid development and easily responding to ch
The Cloud Show with Magnus Mårtensson ft. Nitin Pandit - Ep: 50
12/21/2024 4:29:26 PM.
The show is about cloud leadership and all the important questions relating to cloud projects.
What Developers Should Know about Observability
12/21/2024 4:27:18 PM.
In this video, we will explore modern observability and instrumentation approaches, focusing on the Pillars of Observability - “Metrics, Logs, Traces”
Getting started with Power Pages - Microsoft Business Application Ep. 24
12/21/2024 4:20:06 PM.
In this session, we will be giving a walkthrough on Power Pages.
AI (1) --- How Far we are Away from AI
12/21/2024 2:51:22 PM.
This article is to discuss the experience of AI
How To Count Occurrence Of Each Character From The String In C#
12/21/2024 5:17:41 AM.
Learn how to count the occurrence of each character in a string using C#. This guide covers step-by-step instructions to efficiently analyze strings and determine the frequency of individual character
Next.js Vs ReactJs
12/20/2024 8:39:32 PM.
Next.js and React.js are both powerful tools for building web applications. React.js is a JavaScript library focused on UI components, while Next.js is a framework that enhances React with features li
Blockchain in FinTech: Transforming Payments and Lending Systems
12/20/2024 11:38:21 AM.
Blockchain technology is revolutionizing the FinTech sector, transforming payment systems and lending practices. By offering secure, decentralized solutions, blockchain enhances transparency, reduces
How to Launch Your First EC2 Instance
12/20/2024 9:12:14 AM.
Launching your first AWS EC2 instance introduces you to cloud computing. It involves choosing an AMI, selecting instance types, configuring security groups, and setting up key pairs. Use the AWS Free
Understanding Image Analyzers and Their Role in Fine Art Printing
12/20/2024 9:01:38 AM.
An Image Analyzer evaluates digital images for resolution, sharpness, and imperfections, ensuring high-quality prints. In fine art printing, it ensures images meet professional standards by assessing
Learn NLog Advanced Usage / Change NLog Configuration Per Request
12/20/2024 8:39:38 AM.
This article explores implementing dynamic logging in multi-tenant applications using NLog. It discusses configuring NLog to enable debug logging on a per-request basis without modifying existing conf
Protect Your Data in S3: Enable Versioning for Extra Security
12/20/2024 8:27:48 AM.
Learn how to enable versioning in Amazon S3 to enhance data protection. This guide walks you through the steps to activate versioning, recover deleted or overwritten files, and safeguard against accid
Debouncing and Throttling
12/20/2024 8:23:37 AM.
Debouncing and throttling are techniques used to optimize event handling in web development. They help control the frequency of function calls triggered by events like scrolling or typing. Debouncing
Printing "Hello, World!" in Java: Different Techniques and Examples
12/20/2024 7:04:43 AM.
This article explores various methods to print "Hello, World!" in Java, introducing beginners to Java's syntax and structure. Examples include basic output, methods, string variables, an
Implement FluentValidation in a .NET Web API
12/20/2024 5:24:56 AM.
Learn how to implement data validation in a .NET Web API using FluentValidation. Explore creating validation rules, handling nested objects, custom validations, and conditional logic. Customize error
Handling Post Logout Redirection in Azure AD B2C with Blazor App
12/20/2024 4:36:15 AM.
This article covers configuring logout redirect URLs, managing user sessions, and enhancing the post-logout user experience. Simplify identity management and ensure seamless navigation after sign-out.
Performance Optimization In .NET Core - Tips And Tricks To Improve Application Speed
12/20/2024 4:30:21 AM.
In this article, you will learn about Performance Optimization in .NET Core: Tips and tricks to improve application speed.
Create FTP Task in SQL Server Integration Services
12/19/2024 11:18:54 AM.
Learn how to create and configure an FTP Task in SQL Server Integration Services (SSIS). This task simplifies automated file transfers using the FTP protocol, making it essential for ETL processes.
Docker Desktop 4.37: AI Catalog Access and Command-Line Control
12/19/2024 8:24:48 AM.
Docker Desktop 4.37 introduces AI Catalog access, command-line management, component upgrades, and bug fixes, streamlining modern development workflows.
File Read Write Operation in Python
12/19/2024 4:25:23 AM.
This article covers Python file handling, including reading, writing, appending, and binary operations. It explains functions like `read`, `readline`, and `readlines`, with code examples for practical
6 Ways to Build for Android XR with Unity 6
12/18/2024 10:16:18 AM.
Unity 6, the latest iteration of the popular game engine, offers powerful tools for developing immersive Android XR experiences. Here are six key ways to leverage Unity 6 for building compelling Andro
How To Remove Duplicate Characters From String In C#
12/18/2024 10:15:00 AM.
Learn how to remove duplicate characters from a string in C# with simple and effective methods. it will cover various approaches, including using loops, LINQ, and HashSet, to streamline string manipul
Google launches Android XR: Gemini Era Arrives for Headsets and Glasses
12/18/2024 10:13:45 AM.
Android XR. This new platform is designed to power the next generation of augmented reality (AR) and virtual reality (VR) devices, ushering in a new era of immersive experiences.
How ReactJS Is Different From Other Languages?
12/18/2024 7:11:12 AM.
React.js is a powerful library for building user interfaces, but it can be initially complex for beginners. This article explains key features such as asynchronous updates, the virtual DOM, and the di
Automated Cross-Tenants Data Sharing in Microsoft Fabric
12/18/2024 6:17:49 AM.
In this new data engineering video, I covered how to architect automated cross-tenants data sharing in Microsoft Fabric focusing on Lakehouse. You will learn how to enable the share and receive extern
Sensitivity Labels in Teams 365 Groups and SharePoint Sites
12/18/2024 5:24:37 AM.
Extending sensitivity labels to Microsoft Teams, Microsoft 365 groups and SharePoint sites enhances data protection and compliance across collaboration platforms. It ensures that sensitive information
I’m Preparing for FAANG : Getting Started with Essentials
12/18/2024 4:07:35 AM.
Data structures and algorithms are important, but it is not always easy to grasp their main ideas. This “I’m Preparing for FAANG“ series will help you not just learn data structures and algorithms but
How to Upload Files to S3 Bucket Using S3 Browser
12/17/2024 10:45:03 AM.
Uploading files to an S3 bucket with S3 Browser is quick and easy. This simple guide walks you through each step starting from clicking the upload button, adjusting upload settings, tracking progress,
How to Transfer Files or Folders from Local Machine to Remote in EC2
12/17/2024 9:32:02 AM.
This article explains how to transfer files or folders from your local computer to an Amazon EC2 instance using SSH and SCP. It covers the steps to connect to the EC2 instance, create a folder, and se
Understanding HTTP Status Codes: List of Errors & Their Meanings
12/17/2024 9:11:55 AM.
Comprehensive guide to HTTP error codes, covering their meanings, uses, and practical examples. Learn to troubleshoot 4xx errors effectively.
Unlocking Faster INSERT Operations in SQL Server with TABLOCK
12/17/2024 6:48:30 AM.
In this article learn how using the TABLOCK hint in SQL Server can significantly speed up INSERT operations by reducing logging overhead and enabling parallel insertions.
Understanding Access Modifiers in C#
12/17/2024 5:16:32 AM.
Access modifiers in C# control the visibility and access of class members such as fields, properties, methods, and classes. They enforce encapsulation by defining who can access what within a class, d
The Cloud Show with Magnus Mårtensson ft. Karl Ots - Ep: 49
12/16/2024 11:12:29 AM.
The show is about cloud leadership and all the important questions relating to cloud projects.
Sum Function in PowerFx using Canvas App with Power Apps
12/16/2024 10:40:06 AM.
Learn how to use Power Fx's Sum function in Power Apps to build custom business applications quickly. This guide covers creating a simple Canvas app, using Text Box and Label controls, and integra
Implementing Responsible AI using Python
12/16/2024 7:10:56 AM.
This article covers Python libraries, frameworks, and techniques for building AI models that prioritize accountability, explainability, and compliance with AI governance standards.
Azure AD B2C as an Identity Provider for Blazor Applications
12/16/2024 7:04:28 AM.
From this article, you will learn how to integrate Azure AD B2C as an identity provider for a Blazor application. This article explains integrating Azure AD B2C with a Blazor server application, cover
How to Manage Teams Channel Policies in Microsoft Teams
12/16/2024 5:30:23 AM.
Learn how to effectively manage Teams Channel Policies in Microsoft Teams to streamline collaboration and maintain control over your organization's communication channels.
A Threadsafe C# LRUCache Implementation
12/16/2024 5:27:17 AM.
The LRUCache<TKey, TValue> class in C# provides a custom implementation of a Least Recently Used (LRU) cache. It optimizes memory usage by retaining a fixed number of items and evicting the leas
Debug Angular (1), In VS Code by Debugger for Chrome
12/16/2024 12:36:06 AM.
Describe how to debug in VS Code, and give some basic discussion
Min Function in PowerFx using Canvas App with Power Apps
12/13/2024 12:16:52 PM.
Reading this article, you can learn how to perform the Min function from Power Fx using Microsoft Power Apps. Also, you will be able to learn Text box, Label control in the Power Apps environment.
Enhancing Performance and Responsiveness Using Threading in C#
12/13/2024 10:24:18 AM.
Discover how to use threading in C# to make your applications faster and more responsive by running multiple tasks at the same time.
Understanding Responsive Applications
12/13/2024 8:47:19 AM.
Create seamless responsive applications compatible with all devices. Learn key tips, including viewport meta tags, CSS media queries, grid systems, accessibility, lazy loading, performance testing, an
Overview of Azure App Service Environment V3 - ASE V3
12/13/2024 7:31:17 AM.
In this article, we will learn about what is Azure App Service Environment V3, The basics of ASE V3, and how to create ASE V3 infrastructure using Terraforem
The Rise of Central Bank Digital Currencies (CBDCs): What It Means for Businesses
12/13/2024 7:01:21 AM.
Explore the transformative potential of Central Bank Digital Currencies (CBDCs) for businesses. Learn how CBDCs enhance digital payments with blockchain security, reduce costs, enable cross-border tra
Bulk Insert Example with Two SQLite DB Files using .NET
12/13/2024 5:06:10 AM.
Learn how to merge two SQLite databases in C# using bulk insert/update. This method reads data from one DB and updates or inserts it into another, achieving efficient data merging.
Take User Input in Java with BufferedReader
12/13/2024 4:04:37 AM.
Learn how to take user input in Java using BufferedReader and Console classes. This guide includes detailed explanations, code examples, error handling, and practical applications for seamless input h
Entity Framework (13), with .Net Core Code-First Summary
12/12/2024 2:39:27 PM.
This is a summary article to discuss .Net Core Entity Framework Code First Approach.
Entity Framework (12), with New .Net Core MVC Code-First
12/12/2024 2:33:35 PM.
This article discuss the new .Net Core MVC entity framework, code first module.
Entity Framework (11-1), with .Net Core Razor Pages Code-First (2)
12/12/2024 2:33:05 PM.
This is a discussion for Entity Framework Razor, the second part.
Entity Framework (11), with .Net Core Razor Pages Code-First
12/12/2024 2:32:20 PM.
This article is discussing Entity Framework with .Net Core Razor Pages Code-First.
Entity Framework (10), With .Net WebForms, Database-First
12/12/2024 2:31:52 PM.
This article will to discuss Entity Framework With .Net WebForms, Database-First approach.
Entity Framework (7), With .NET WPF, Database-First
12/12/2024 2:31:04 PM.
This article describe to develop a WPF app with entity framework, database first approach.
Entity Framework (5), With .Net Core MVC, Database-First
12/12/2024 2:30:37 PM.
This article will describe Entity Framework with .Net Core MVC, Database-First approach,
Entity Framework (4), With .Net Core MVC, Code-First
12/12/2024 2:29:55 PM.
This article will be Entity Framework with .Net Core MVC, Code-First approach,
AES Encryption in C# Protecting Sensitive Information
12/12/2024 11:37:37 AM.
Discover how to effectively implement AES encryption in C# to secure sensitive data in real-world applications, enhancing data privacy and security.
Real-Time Algorithm Creation for Traffic Signal Handling in C#
12/12/2024 8:42:18 AM.
Explore the development of a real-time traffic signal handling algorithm in C#, designed to dynamically adjust signal timings based on current traffic conditions to improve flow and reduce congestion.
Understanding the AI_EXTRACT SQL Function in Databricks
12/12/2024 7:17:56 AM.
This article dives into the mechanics of AI_EXTRACT, its syntax, and various use cases with examples. AI_EXTRACT in Databricks extracts structured data, like names and dates, from unstructured text us
How to Send Automated Reminder Emails Using Power Automate
12/12/2024 5:21:35 AM.
In this detailed article, we will walk you through the process of setting up an automated reminder email flow using Power Automate. Whether you're managing a project, coordinating tasks, or simply
Entity Framework (3-1), with .Net Console Model-First
12/11/2024 9:29:27 PM.
This article is to discuss Entity Framework with .Net Console Model-First .
Entity Framework (3), with .Net MVC, Model-First
12/11/2024 9:29:01 PM.
This article will discuss Entity Framework with .Net MVC, Model-First approach
Entity Framework (2), With .Net MVC, Database-First
12/11/2024 9:28:27 PM.
This article will be Entity Framework with .Net MVC, Database-First approach,
Entity Framework (1), With .Net MVC, Code-First
12/11/2024 9:27:58 PM.
Setup Entity Framework with .Net MVC in Visual Studio 2019, with Code-First approach
Entity Framework (0-1), Overview Additions
12/11/2024 9:27:29 PM.
This article will add some additions for Entity Framework Overview.
Entity Framework (0), Overview
12/11/2024 9:26:56 PM.
In this article, you will learn about entity framework (0), Overview, concept, and approaches.
Entity Framework (3-0), Entity Data Model (EDM)
12/11/2024 9:26:16 PM.
This article is to describe Entity Data Model for EF
Modern Featured Entity Framework With SQLite DB Example
12/11/2024 10:31:03 AM.
Learn to build a .NET Core application using C# async/await and SQLite with Entity Framework. Implement CRUD operations, handle asynchronous tasks, and explore efficient database interaction using Vis
React v19 Now Stable: What Developers Need to Know
12/11/2024 7:00:41 AM.
React v19 has officially reached stable release, bringing enhanced features and performance for developers building dynamic user interfaces. Dive into the new version to streamline your projects and l
New LINQ Methods in .NET 9: Index, CountBy, and AggregateBy
12/11/2024 5:06:01 AM.
In this article, I will showcase the new methods: Index, CountBy, and AggregateBy. These powerful additions in .NET 9 bring significant enhancements to LINQ, aimed at improving your coding experience
Max Fnction in PowerFx using Canvas App with Power Apps
12/11/2024 4:51:08 AM.
Reading this article, you can learn how to perform the Max function from Power Fx using Microsoft Power Apps. Also, you will be able to learn Text box, Label control in the Power Apps environment.
The Complete Guide to NUnit Testing in C# 13 and .NET 9
12/10/2024 3:23:37 PM.
This comprehensive guide explains NUnit testing in C# 13 with .NET 9 with detailed explanations, modern testing techniques, and practical code examples. Authored by Ziggy Rafiq.
Using SignalR for Real-Time Communication in Blazor Applications
12/10/2024 9:10:45 AM.
SignalR enables real-time communication in Blazor applications, providing instant updates and efficient data transfer. This article explores its integration in Blazor Server and WebAssembly, including
Target Content to a Specific Audience on SharePoint Site
12/10/2024 6:59:50 AM.
Target Audience is a SharePoint feature that enables personalized content visibility for specific user groups. This is particularly useful for large organizations managing diverse teams, as it allows
Real-Time Notifications in Amazon Aurora PostgreSQL
12/10/2024 6:46:05 AM.
In this article, we are going to learn about Implement real-time notifications (Transactional Outbox Pattern) in Amazon Aurora PostgreSQL
How To Reverse Each Word Of Given String
12/9/2024 8:45:57 AM.
This article demonstrates how to reverse each word in a string using C#. It provides a simple approach to solving this common interview question, with code examples and explanations.
Generating Permutations Efficiently in C# with Heap's Algorithm
12/9/2024 8:18:29 AM.
In this article to implement Heap's algorithm in C# to generate all possible permutations of a sequence, we illustrated with a real-world scheduling problem example.
Efficient Task Scheduling with Round Robin Algorithm in C#
12/9/2024 8:06:28 AM.
Explore the implementation of the Round Robin scheduling algorithm in C#, designed to ensure fair CPU time allocation among processes, with a practical use case example.
Average Function in Canvas App using PowerFx with Power Apps
12/9/2024 6:29:35 AM.
Reading this article, you can learn how to perform the Average function from Power Fx using Microsoft Power Apps. Also, you will be able to learn Slider control, Label control in the Power Apps enviro
Efficiently Managing Data with Binary Tree Implementation in C#
12/9/2024 5:32:36 AM.
This article tells you how to implement and leverage binary trees in C# to optimize data storage and retrieval, ensuring your applications run smoothly and efficiently.
AlpineGate AI Unveils AlbertAGPT Beta 3.0 Revolution in AI
12/9/2024 5:24:17 AM.
In a groundbreaking announcement, AlpineGate AI Technologies Inc. has introduced AlbertAGPT Beta 3.0, a new AI model specifically tailored to tackle domain-specific challenges from finance and healthc
Connecting Angular Frontend to MongoDB via Express Backend
12/8/2024 5:39:27 AM.
Learn to connect MongoDB, Express, and Angular for full-stack development. Build a REST API backend with Express and Mongoose, and create a dynamic Angular frontend for CRUD operations. Simplify data
How to Reverse Order of the Given String
12/8/2024 5:24:12 AM.
Discover simple methods using popular programming languages like JavaScript, Python, or Java. Understand string manipulation concepts and implement effective solutions for reversing text with code exa
Leveraging TypeScript Decorators for Modern Web Development
12/8/2024 5:08:15 AM.
Explore the role of TypeScript decorators in modern web development. Learn how decorators enhance code readability, simplify logic, and support powerful metadata features.
Token Caching in .NET 8 with Microsoft Entra ID
12/7/2024 3:22:18 AM.
Learn how to optimize .NET 8 web apps with token caching using Microsoft Entra ID. Discover in-memory and distributed caching strategies to boost performance, reduce latency, and improve scalability i
Rate Limiting In .NET Core
12/7/2024 3:18:40 AM.
This article explores implementing rate limiting using middleware, configuring policies, and handling scenarios like API throttling. Learn to optimize your applications effectively with ASP.NET Core.
INSERT INTO and SELECT INTO: Which is Better?
12/6/2024 5:50:06 AM.
In this article, we’ll explore the differences between these two methods, their impact on temporary tables, and practical recommendations for SQL developers, data engineers, and DBAs. Using examples f
Deploying a Web Application Using NGINX on Alibaba Cloud
12/6/2024 5:25:43 AM.
Learn how to deploy a web application using NGINX on Alibaba Cloud with updated console steps, covering ECS setup, NGINX configuration, security, and optimization.
Understanding FlexBox: Flex Direction
12/6/2024 5:09:01 AM.
Learn how to align elements horizontally or vertically, explore row and column orientations, and create responsive layouts with ease. Perfect for frontend developers and designers.
Goodbye Swagger: How .NET 9 is Redefining API Documentation
12/6/2024 5:05:39 AM.
Explore the changes in .NET 9 API documentation as Swagger is removed from templates. Learn about alternatives like Microsoft.AspNetCore.OpenApi, NSwag, and custom UIs to adapt workflows and ensure se
DbContext Register and Lifetime
12/5/2024 6:22:08 PM.
This article discusses DbContext and its lifetime
Ollama Unplugged with Personality: Breathing Life into AI Conversations
12/5/2024 10:48:00 AM.
Ollama Unplugged with Personality explores how Ollama enhances AI conversations by infusing personality into interactions. This approach transforms AI from a static tool into a dynamic, engaging conve
Getting Input From User in Java
12/5/2024 9:58:28 AM.
In this article, you will learn a way of getting input from users in Java. The Java Scanner class simplifies user input by parsing tokens with default whitespace delimiters. This article demonstrates
Creating a BMI and Caloric Needs Calculator Using JavaScript with code
12/5/2024 8:40:24 AM.
Build a user-friendly fitness tracker web app using HTML, CSS, and JavaScript. Calculate BMI, BMR, and daily caloric needs while generating personalized workout recommendations based on age, gender, w
ASP.NET Core CRUD using Dapper, .NET 8 using SQL Server
12/5/2024 7:18:42 AM.
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
Introduction To Flexbox: A Powerful Layout Model
12/5/2024 4:51:11 AM.
Flexbox, short for Flexible Box Layout, is a modern CSS layout model that simplifies web design by providing powerful tools for alignment, spacing, and responsiveness.
Restoring Deleted Power Automate Flows using Power Automate
12/5/2024 4:06:59 AM.
Process or steps to restore the deleted Power Automate flow using another Power Automate flow. Restoring Deleted Power Automate Flows using Power Automate.
Exception Handling in C# 9.0
12/4/2024 10:14:53 AM.
Exception handling in C# 9.0 ensures applications can manage unexpected errors gracefully, improving stability and user experience. This includes using try, catch, finally, and throw for structured er
Customized Authentication Filters in ASP.MVC Core 6
12/4/2024 9:34:59 AM.
Custom authentication filters in ASP.NET Core 6 allow you to implement personalized authentication logic. You can create custom attributes, middleware, or policy-based authorization to manage user acc
How to Build an Expense Tracker using JavaScript with Code
12/4/2024 8:47:15 AM.
Learn to build a simple Expense Tracker using HTML, CSS, and JavaScript. This project helps manage finances, track expenses and demonstrates essential web development concepts through practical implem
Create a Node.js API for Web 3.0: Simple Steps and Code Examples
12/4/2024 4:52:54 AM.
Explore step-by-step instructions, practical code examples, and integration tips for Web3.js to connect with blockchain networks. Build powerful APIs to interact with decentralized applications (dApps