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
.NET
FOLLOW
Microsoft .NET Framework is software development framework developed by Microsoft to build Windows client, enterprise, and web applications. Follow this category to keep up to date with .NET Framework news and tutorials.
Articles
(1542)
Blogs
(897)
Resources
(333)
Videos
(190)
News
(120)
Articles
Integrating an Online Payment Gateway in ASP.NET using ADO.NET
Integrating an online payment gateway in ASP.NET using ADO.NET involves setting up a payment gateway account, creating an HTML form to collect payment details, redirecting to the payment gateway fo...
Imran Shaikh
Jul 10, 2024
Synchronous vs Asynchronous: Task.WaitAll and Task.WhenAll in .NET
Synchronous vs Asynchronous: Explore the distinctions between Task.WaitAll and Task.WhenAll in .NET programming. Learn how Task.WaitAll synchronously waits for all tasks to complete, while Task.Whe...
Jitendra Mesavaniya
Jul 09, 2024
Implementing MongoDB with .NET
Learn to implement CRUD operations, manage data efficiently, and leverage the power of MongoDB's NoSQL capabilities alongside the robust .NET framework for scalable backend development.
Ajay Kumar
Jul 08, 2024
Services Lifetime Management in .NET Console Applications
Learn efficient service lifetime management in .NET Console Applications using Dependency Injection (DI) with Microsoft.Extensions.DependencyInjection. Explore scoped, transient, and singleton life...
Muhammad Asif
Jul 08, 2024
Prefer Static HashData Method over ComputeHash in C# .NET
In .NET, the HashData method offers a modern, efficient way to perform hashing operations, eliminating the need for instantiating hashing algorithm classes like SHA256. It simplifies code, enhances...
Jitendra Mesavaniya
Jul 08, 2024
Multi-Threading (4-1), delegate and MultiThreading
This article will discuss delegate and MultiThreading
George
Jul 03, 2023
Multi-Threading (4), Delegate based Asynchronous Programming Model
This article will discuss delegate based Asynchronous Programming Model.
George
Jul 03, 2023
Multi-Threading (3-1), async, multi-await
This article will discuss async, multi-await.
George
Jun 30, 2023
Multi-Threading (3), async, await in C#
This article will discuss Async, Wait key words in C#
George
Jun 21, 2023
Multi-Threading (2-1), Different MultiThreading Topics
This article will discuss Different MultiThreading Topics.
George
Jul 05, 2023
Multi-Threading (2), Implementation Overview
This article will discuss the multi-threading implementation in overview.
George
Jul 05, 2023
Multi-Threading (1), Concept - What, Why
This article will discuss multi-threading.
George
Jan 30, 2023
MongoDB Filters With .NET Using MongoDB.Driver
Learn how to leverage MongoDB.Driver in .NET and C# for efficient data filtering. This guide focuses on implementing MongoDB operations directly within a .NET 8 Web API project, skipping higher-lev...
Yogeshkumar Hadiya
Jul 05, 2024
.NET Frameworks Versions & it's Evolution
Explore the evolution of .NET Frameworks, tracing from its inception to modern iterations like .NET Core, .NET 5, and .NET 6. Discover how Microsoft's development tools and runtime environments...
Muhammad Asif
Jul 04, 2024
Explicit Interface Implementation & default interface methods in C#
In C# programming, interface members serve as blueprints that classes must follow when implementing functionality. When multiple interfaces declare members with the same names, naming conflicts can...
Muhammad Asif
Jul 03, 2024
Managing CRUD Operations in ASP.NET MVC with Razor and C#
Learn how to implement CRUD operations in an ASP.NET MVC application using Razor views and C#. This guide covers creating, reading, updating, and deleting records, with detailed controller actions ...
Velladurai
Jul 03, 2024
Mastering Nested Types in C#: Best Practices and Common Pitfalls
Nested types in C# allow developers to define a type within another type, such as a class, struct, interface, enum, or delegate. This feature helps in organizing related types, encapsulating implem...
Jitendra Mesavaniya
Jul 03, 2024
Explain Unit Testing in .NET API
Explore effective strategies for unit testing in .NET API development. Learn essential techniques like test-driven development (TDD), utilizing NUnit or xUnit frameworks, mocking dependencies, and ...
Ajay Kumar
Jul 03, 2024
Exploring GetItems() Method for Working with Randomness in .NET 8
.NET 8 introduces the GetItems() method in the Random class, enhancing random data selection in C# programming. This method simplifies selecting random items from collections, improving code effici...
Jitendra Mesavaniya
Jul 02, 2024
Mastering LINQ: TakeWhile and SkipWhile in C# .NET
Explore LINQ's TakeWhile and SkipWhile methods in C#, which enhance data querying by conditionally including or excluding elements based on predicates. Learn how to use these powerful methods t...
Jitendra Mesavaniya
Jul 01, 2024
No Records Available.
81
-
100
of
1542
<<
3
4
5
6
7
>>
Build Progressive Web Apps
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
HTML