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
(1568)
Blogs
(900)
Resources
(333)
Videos
(190)
News
(120)
Articles
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
Discards in Tuple and Object Deconstruction in C# .NET
In C#, deconstruction allows you to extract values from tuples and objects into separate variables. It's a powerful feature that enhances readability and simplifies code when working with compl...
Jitendra Mesavaniya
Jul 01, 2024
Implementing Cascading Dropdowns in ASP.NET MVC Using jQuery AJAX
create a cascading dropdown functionality where the selection of a "Brand" in the first dropdown (BrandId) should dynamically populate the options in the second dropdown (BrandlistId). Ho...
Velladurai
Jun 28, 2024
Creating Dynamic Dropdown Lists in ASP.NET MVC
Dropdown lists, or <select> elements, are essential in web forms, enabling users to choose from a predefined list of options. They enhance user experience by simplifying input selection and e...
Velladurai
Jun 28, 2024
Understanding NumPy Broadcasting
NumPy Broadcasting" explores an essential feature of NumPy arrays, enabling efficient element-wise operations on arrays of different shapes. Broadcasting extends operations to arrays with comp...
Akshima Aggarwal
Jun 28, 2024
Filter and Fetch Property Listings by User Preferences
xplore our platform's robust tools for filtering and fetching property listings according to your specific preferences. Customize your search based on location, price range, amenities, and more...
Velladurai
Jun 27, 2024
Enhancing Security with a Client IP Safelist in .NET
Enhance your web application's security by implementing an IP safelist in ASP.NET Core. This technique restricts access to trusted IP addresses only, preventing unauthorized access. Our guide c...
Jitendra Mesavaniya
Jun 27, 2024
MemberwiseClone Method Instead of Copy Constructors in C# .NET
When it comes to creating copies of objects in C#, there are several techniques available, each with its own advantages and use cases. This article will delve into the details of these two techniqu...
Jitendra Mesavaniya
Jun 27, 2024
Integrating IoT Projects with ESP32 Using C# and .NET
The ESP32 is a versatile, low-cost microcontroller with built-in Wi-Fi and Bluetooth, ideal for IoT projects. Integrating it with C# and .NET allows developers to create robust applications for mon...
Abhishek Yadav
Jun 27, 2024
Behind the Scenes of OWIN (Open Web Interface for .NET)
OWIN is the acronym of Open Web Interface for .NET and it is a specification that provides to decouple web servers with web applications. This specification is an also open standard for all .NET ec...
Rasul Huseynov
Jun 26, 2024
Implementing MongoDB with .NET
Learn essential techniques for data persistence, leveraging MongoDB's document-oriented structure, implementing CRUD operations with C#, and optimizing performance using the MongoDB .NET driver.
Yogeshkumar Hadiya
Jun 26, 2024
Understanding Managing Sessions in .NET
Sessions in web development persist user data across requests despite HTTP's stateless nature. This article details sessions in .NET, showing initialization, data storage, and termination. It e...
Jitendra Mesavaniya
Jun 25, 2024
Techniques of State Management in .NET
State management in .NET 6 is essential for preserving and accessing data across web applications. Techniques include server-side (session state, database storage) and client-side (cookies, LocalSt...
Vaishali Vishwakarma
Jun 24, 2024
Understanding AsMemory() in C# .NET with Examples
In C#, the AsMemory method is a powerful tool for creating Memory<T> instances from arrays, array segments, or strings. It is part of the System.Memory namespace, which offers types designed ...
Jitendra Mesavaniya
Jun 24, 2024
Entity Framework Performance Improvements with Code Examples
Learn how to optimize Entity Framework performance with practical code examples. This guide covers essential techniques to enhance database efficiency, improve query performance, and eliminate bott...
Jobin S
Jun 23, 2024
No Records Available.
121
-
140
of
1568
<<
5
6
7
8
9
>>
Learn Django in 20 Days
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
Python - Beginner Level