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 .NET Development
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mark Pelf (2)
Fiyaz Hasan (2)
Rion Williams (2)
Amit Mohanty (1)
Nikunj Satasiya (1)
Vijay Yadav (1)
Ajay Kumar (1)
Chetan Sanghani (1)
Sanjay Kumar (1)
Jignesh Trivedi (1)
Nirlep Kaur (1)
Jitendra Mesavaniya (1)
Manikanta Pattigulla (1)
Debasis Saha (1)
Mushtaq M A (1)
Rahul Singh (1)
Afsar Uddin (1)
Mahesh Chand (1)
Dhaval Suvagiya (1)
Muhammad Omer Khan (1)
Tahir Ansari (1)
Ashish Makhija (1)
Pradeep Sahoo (1)
Devesh Omar (1)
C# Curator (1)
Related resources for .NET Development
No resource found
Integrating OpenAI's Assistant API in .NET Applications
10/30/2024 5:41:53 AM.
Integrating OpenAI's Assistant API in .NET empowers developers with advanced natural language processing capabilities. Using C# and Visual Studio, set up your project, manage API credentials secur
Understanding Dependency Injection in .NET Core with an Example
8/9/2024 5:36:45 AM.
Dependency Injection (DI) is a design pattern used to implement IoC (Inversion of Control), allowing for better decoupling and easier management of dependencies within an application. .NET Core comes
Generating PDFs in .NET Core Web API
7/26/2024 11:30:03 AM.
In this comprehensive guide, learn how to generate PDFs in .NET Core Web API. This tutorial covers essential tools and libraries, step-by-step instructions, and practical examples to help you create r
Building NuGet Packages with the .NET CLI
7/22/2024 6:11:56 AM.
Perfect for .NET developers, this tutorial covers package creation, configuration, and publishing. Master the command-line tools to streamline your workflow and efficiently manage dependencies in your
Innovative Solutions with .NET: Enhancing Your Developer Toolkit
6/7/2024 4:22:53 AM.
Master current technologies and enhance your toolkit with .NET, a powerful framework by Microsoft. Explore cross-platform development with .NET Core, build modern web apps with ASP.NET Core, boost pro
Efficient Solution Parsing in .NET 8 Using DTE & Microsoft.Build
5/20/2024 11:41:46 AM.
A solution parser within the realm of C# generally denotes a software or library capable of parsing and understanding the data within a Visual Studio solution (.sln) file and its corresponding project
Multi-Tenant Migrations With Entity Framework 6.0 (Code First Model)
5/1/2024 11:04:59 AM.
Master multi-tenant migrations in Entity Framework 6.0 with ease. Learn seamless data management strategies for code-first models, ensuring robust and efficient database migrations in a multi-tenant e
Indepths of Global Assembly Cache
4/22/2024 8:54:29 AM.
In this article, we will Explore the depths of the Global Assembly Cache (GAC) in .NET Framework. Learn about assembly management, versioning, security, and deployment.
Dependency Injection and Service Lifetimes in .NET
4/18/2024 9:51:28 AM.
In this article, I will explain Dependency Injection (DI) is a design pattern that supports the development of loosely coupled code, and it’s also one of the SOLID principles (Dependency Inversion Pri
ASP.NET 8 – Multilingual Application with single Resx file - Part 4 - Resource Manager
4/2/2024 10:26:25 AM.
ASP.NET 8's Part 4 tutorial explores building multilingual applications using a single Resx file and Resource Manager. This feature facilitates easy localization and globalization, enabling develo
ASP.NET 8 - Multilingual Application with Single Resx File
3/27/2024 8:37:08 AM.
Discover how to create a multilingual web application in ASP.NET 8 using a single Resx file. This tutorial explores efficient localization techniques, enabling your site to support multiple languages
Logging And Tracing With Post Sharp
3/19/2024 11:58:46 AM.
Learn how to implement logging and tracing in .NET applications using PostSharp. Utilize aspect-oriented programming to inject logging behavior into methods, simplifying code maintenance and enhancing
Implementing Common Audit Fields With EF Core’s Shadow Property
3/11/2024 9:25:16 AM.
Implement audit fields in EF Core using shadow properties for efficient tracking of entity modifications. Utilize Entity Framework's built-in functionality to automatically update created and modi
Entity Framework Core 5.0 - An Introduction To What's New
3/7/2024 11:26:50 AM.
Discover the latest features in Entity Framework Core 5.0, including improved performance, enhanced LINQ capabilities, migration enhancements, and streamlined database schema management.
Entity Framework Core Triggers In Action (Unofficial Package)
3/7/2024 8:44:28 AM.
This article shows you how to work with database triggers in Entity Framework Core using a third-party library and Entity Framework Core Triggers with this unofficial package, enhancing database opera
Dev Express Charts in .NET MAUI
2/5/2024 11:49:57 AM.
Elevate your .NET MAUI projects with DevExpress Charts! Learn step-by-step implementation using a lifetime-free plugin. Follow project setup, plugin installation, and code execution for creating dynam
Mastering PostgreSQL CRUD Operations in .NET 8 with ADO.NET
1/1/2024 7:47:53 AM.
Mastering PostgreSQL CRUD Operations in .NET 8 with ADO.NET: Best Practices and Code Examples
Test-Driven Development in .NET
10/27/2023 5:04:09 AM.
Test-Driven Development (TDD) is a software development practice emphasizing writing tests before code. Its three-step process includes writing a failing test, writing the code to pass the test, and t
C# 2.0 Features: Property Accessor Accessibility Modifiers
10/20/2023 5:20:11 AM.
One of the new features added to C# version 2.0 is accessibility modifier support for property accessor. In this article, I will show you the advantages and coolness of using this feature.
WSL & Let's Encrypt for Azure App Service SSL Wildcard Certificates
9/22/2023 5:09:47 AM.
Learn how to use the Windows Subsystem for Linux (WSL) and the Let's Encrypt certificate authority to automate the issuance and renewal of free wildcard SSL certificates for Azure App Service. Lev
Differences Between CQRS, MediatR, and CRUD
9/21/2023 10:35:46 AM.
Explore the differences between CQRS, MediatR, and CRUD in this insightful article. Learn when to use each technique, their unique benefits, and find scenarios where they shine in .NET development.
REST APIs vs. Web Services
9/20/2023 10:42:49 AM.
distinguishing between REST APIs and Web Services is crucial. While these terms are often used interchangeably, they represent distinct approaches to facilitating communication between applications. I
A Comprehensive Guide to .NET Development for Beginners
6/12/2023 5:56:27 AM.
Discover the essentials of .NET development in this comprehensive guide. Learn about the .NET Framework, C# programming, ASP.NET web development, ADO.NET for databases, building desktop applications,
Tools That Make .NET Development Easy
1/1/2021 11:53:50 AM.
In this article you will learn how to use tools that make .NET development work easier for developers.
ASP.NET vNext Community Stand-up Series
12/21/2015 12:14:05 PM.
In this article you will see ASP.NET vNext Community Stand-up Series.
.NET 4.5 Controller Blocking Issues: Resolved
10/31/2015 6:33:54 AM.
In this article you will learn .NET 4.5 controller blocking Issues.
Working With ASP.Net Development Server
1/28/2014 4:35:29 PM.
I want to introduce the basics of the ASP.NET development server.
Creating Websites in ASP.NET
8/31/2009 6:41:26 AM.
In this article I will explain you about location of your Web project in ASP.NET