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
(1544)
Blogs
(897)
Resources
(333)
Videos
(190)
News
(120)
Articles
Creating Dynamic Narration in Scripts with System.Speech and .NET 8
Creating Dynamic Narration in Scripts with System.Speech and .NET 8" enables automated speech synthesis in scripts using .NET's System.Speech library. Harnessing dynamic content generation...
Jefferson S. Motta
May 28, 2024
.Net Framework Vs .Net Core Vs .Net Standard
Explore the differences between .NET Framework, .NET Standard, and .NET Core. Learn about their histories, architectures, and compatibility. Discover when to use each framework and their key featur...
Kirtesh Shah
Sep 28, 2020
.NET Framework Vs .NET Core Vs .NET Standard
Explore the differences between .NET Framework, .NET Core, and .NET Standard. .NET Framework is Windows-based, less effective. .NET Core is open-source, cross-platform, for high performance and mic...
Ganesan C
Sep 29, 2021
Multiple OrderBy Operations in Entity Framework
Entity Framework (EF) is a powerful ORM (Object-Relational Mapper) in .NET that allows developers to work with databases using .NET objects. In EF, this can be achieved using OrderBy, ThenBy, Order...
Jitendra Mesavaniya
May 27, 2024
Building a Blockchain in .NET
Blockchain technology offers a decentralized, immutable ledger system beyond cryptocurrency. This guide demonstrates building a basic blockchain using .NET, covering key concepts, implementation st...
Ajay Kumar
May 27, 2024
String Builder in .NET C#: Usage, and Example
Since the string type in C# is immutable, we are unable to alter its contents once they are created. This implies that attempting to modify a string-type object after it has been created will resul...
Jaimin Shethiya
May 26, 2024
Code Behind and Inline Code in ASP.NET
In this article, we will learn how Code Behind promotes separation of concerns by keeping server-side logic separate from HTML, while Inline Code integrates both in a single file, impacting maintai...
Anubhav Chaudhary
Apr 05, 2013
Count vs. Any in Entity Framework for Efficient Querying in .NET
Entity Framework (EF) is a powerful Object-Relational Mapper (ORM) for .NET, allowing developers to interact with databases using .NET objects. When working with EF, it's crucial to write effic...
Jitendra Mesavaniya
May 24, 2024
Why GraphQL? The Future of API Queries
Discover the revolutionary approach of GraphQL for API queries, reshaping the landscape of web development. With its single endpoint, typed schema, and client-driven querying, GraphQL offers unpara...
Ajay Kumar
May 24, 2024
Learn Object Oriented Programming Using C#: Part 7
Delve deeper into Object-Oriented Programming with C# in Part 7 of our comprehensive tutorial series. Explore advanced concepts like inheritance, polymorphism, and more. Enhance your coding skills ...
Naveed Zaman
May 22, 2013
Learn Object Oriented Programming Using C#: Part 8
Dear reader's, this article is the fourth and last pillar of OOP. It's confusing for the beginners of OOP. So we provide an example in very simple words.
Naveed Zaman
May 24, 2013
A Different Perspective of Stack Memory in .NET
A Different Perspective of Stack Memory in .NET" explores the intricacies of stack memory management within the .NET framework. It delves into the differences between stack and heap, the role ...
Rasul Huseynov
May 19, 2024
Optimize File Monitoring with Custom .Net8.FileSystemWatcher in .NET
Discover enhanced file monitoring with Custom .Net8.FileSystemWatcher NuGet Package in .NET 8. Harness advanced features for real-time tracking, event-driven programming, and improved file system e...
Sanjay Kumar
May 21, 2024
Understanding Func, Action, and Predicate in C# .NET
In C# .NET, delegates are a powerful feature that allows you to pass methods as arguments to other methods. Among the most commonly used delegates are Func<T>, Action<T>, and Predicate&...
Jitendra Mesavaniya
May 21, 2024
Kubernetes A Revolutionary c
Kubernetes, an open-source platform for automating containerized applications, has become essential for DevOps in managing microservices. Despite its complexity, it offers efficient deployment, sca...
Ayush Gupta
May 21, 2024
Efficient Solution Parsing in .NET 8 Using DTE & Microsoft.Build
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 proj...
Sanjay Kumar
May 20, 2024
How to Create and Use Local NuGet Package in Dot Net
NuGet is the package manager for dot net. Developers can create, share, and consume essential dot net libraries. NuGet client tools provide the ability to produce and consume these libraries as pac...
Rohol Amin
May 20, 2024
Optimizing Long Polling Performance in .NET Applications
Long polling emulates real-time client-server communication by keeping connections open until new data is available. Optimizing long polling in .NET enhances user experience and server efficiency t...
Ajay Kumar
May 20, 2024
Learn About Components of a Class in C#
In object-oriented programming, a class serves as a blueprint for creating objects. It encapsulates data and behavior, facilitating code organization and abstraction for secure, reusable solutions ...
Ayush Gupta
May 20, 2024
A Dictionary Class Which Permits Duplicate Keys
A dictionary class permitting duplicate keys accommodates multiple values for the same key. It employs strategies like chaining or allowing multiple entries with the same key, enhancing flexibility...
Vulpes
Nov 08, 2011
No Records Available.
181
-
200
of
1544
<<
8
9
10
11
12
>>
Learn ASP.NET MVC 5.0
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
.NET Architect