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 Standard
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand (5)
Chetan Sanghani (4)
Satya Karki (3)
Jaydeep Patil (2)
Muhammad Talha (1)
Kirtesh Shah (1)
Ganesan C (1)
Sandeep Kumar (1)
Tuhin Paul (1)
John Godel (1)
Kunj Sangani (1)
George (1)
Keyur (1)
Pritom Purkayasta (1)
Nimit Joshi (1)
Nikunj Satasiya (1)
Weifen Luo (1)
Vikas Srivastava (1)
S.Ravi Kumar (1)
Suthahar Jegatheesan (1)
Afzaal Ahmad Zeeshan (1)
Related resources for .NET Standard
No resource found
Advanced Topics in .NET Standard
7/17/2024 5:48:43 AM.
.NET Standard is a formal specification of .NET APIs that are intended to be available on all .NET implementations. It enables code sharing and reuse across different .NET platforms, including .NET Co
Using .NET Standard in Cross-Platform Development
7/17/2024 5:46:27 AM.
In today's diverse technological landscape, developing applications that run across multiple platforms is crucial. .NET Standard plays a pivotal role in achieving this goal by providing a consiste
Porting Libraries to .NET Standard
7/17/2024 12:30:37 AM.
Porting libraries to .NET Standard can be a highly beneficial task, ensuring your code is compatible with multiple .NET implementations such as .NET Framework, .NET Core, and Xamarin.
Setting Up a .NET Standard Project
7/17/2024 12:19:04 AM.
.NET Standard is a formal specification of .NET APIs that are intended to be available on all .NET implementations. It serves as a base class library that can be used across different .NET platforms,
Optimizing LINQ Queries in C# and .NET Core Web APIs
6/21/2024 7:21:52 AM.
LINQ in C# optimizes data querying with readable syntax, but inefficient use can impact .NET Core Web API performance. Strategies like early filtering and selective projections enhance efficiency. Def
.Net Framework Vs .Net Core Vs .Net Standard
5/28/2024 7:26:59 AM.
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 features
.NET Framework Vs .NET Core Vs .NET Standard
5/28/2024 7:25:47 AM.
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 micro-
Learn about Components Of .NET
4/25/2024 8:00:10 AM.
The .NET ecosystem comprises various components facilitating software development across platforms. Key elements include the .NET Framework with its Common Language Runtime (CLR) and Base Class Librar
Difference Between .NET Framework, .NET Core, and .NET Standard
3/11/2024 10:18:50 AM.
This article, delves into the distinctions between .NET Framework, .NET Core, and .NET Standard. Exploring their histories, open-source nature, cross-platform capabilities, and performance aspects, th
.NET Core vs .NET Standard: Quick & Simple Comparison
3/6/2024 9:39:09 AM.
In this article, we will discover the nuances between .NET Core and .NET Standard in this succinct overview. Delve into their features, cross-platform capabilities, and performance differences.
SharePoint CSOM For .NET Standard
3/6/2024 9:04:06 AM.
This article provides a comprehensive guide on leveraging the newly introduced Client-side Object Model (CSOM) for .NET Standard to connect with SharePoint from .NET Core applications. It outlines the
.NET: Framework, Core and Standard
12/28/2023 7:05:36 AM.
Discuss the difference between .NET Framework, Core, and Standard Edition. In this article, we will learn about .NET Framework, .NET Core, and .NET Standard in this comprehensive guide. Delve into th
Comapring .NET Standard vs .NET 6 vs .NET 6-Windows
9/20/2023 6:51:56 AM.
In this article, we delve into the ever-evolving .NET ecosystem, offering developers a wealth of options for crafting exceptional applications. Amid this diversity, it's easy to become overwhelmed
How to use Telerik Private NuGet Package in Visual Studio 2022 and .NET 7 Project
8/25/2023 9:01:14 AM.
NuGet is the most useful and essential tool for modern software development platforms via which developers can create, share and consume reusable code. NuGet is a package manager for the software deve
How to Create and Test NuGet Package Locally in Visual Studio 2022
3/17/2023 10:24:21 AM.
This article describes how we can create a NuGet package using Visual Studio and configure the NuGet manager for local testing before publishing it to nuget.org. Additionally guides for developers to
How To Create and Publish NuGet Package Using Visual Studio With .NET 7
1/16/2023 11:25:25 AM.
This article explains what is NuGet package, how to create a NuGet package using Visual Studio 2022 with .NET Class library project in .NET 7 framework.
CQRS And MediatR Pattern Implementation Using .NET Core 6 Web API
12/19/2022 9:04:03 AM.
In this article, you will learn about CQRS and MediatR Pattern Implementation Using .NET Core 6 Web API.
Unit Of Work With Generic Repository Implementation Using .NET Core 6 Web API
12/4/2022 9:53:46 AM.
Unit Of Work with Generic Repository implementation using .NET Core 6 Web API.
Exceptions In .NETâ¨
12/13/2021 6:03:39 AM.
In this article, you will learn about exceptions in .NET.
Improving the Performance of ASP.Net Programming
6/8/2021 7:02:34 AM.
This article describes the various features that are recommended to be used in ASP.NET Web Applications and what's not to use in such applications.
ASP.NET Web API 2 In MVC 5 Using C# With Example
1/11/2021 2:11:36 PM.
in this article, I am going to explain how to create and access the Web API 2 in the ASP.NET MVC 5 application using C# and bootstrap with Example. Here I'll also show you how to create the step b
Data and Business Layer, the New Way
10/24/2019 9:15:51 AM.
A new way to develop data and business layers of your application.
Get Started With .NET Standard 2.0
1/8/2019 1:13:12 AM.
Learn how to get started with .NET Standard 2.0. .NET Standard 2.0 solves the problem of writing code for multiple runtimes, such as .NET Core, .NET Framework, and Xamarin.
Create And Publish A Nuget Package Using Visual Studio (.NET Standard)
4/5/2018 2:41:48 PM.
In this article, you will learn to create and publish a Nuget Package using Visual Studio (.NET Standard).
Xamarin.Forms Tip - The Easiest Way To Convert A PCL Project Into .NET Standard Project
1/25/2018 12:39:37 PM.
Microsoft updated the Xamarin.Forms project templates in VS 2017 to use .Net Standard instead of PCL for writing the shared code (including the Xamarin.Forms UI more details here) as NET Standard is t
Understanding .NET Standard 2.0
10/3/2017 5:18:46 PM.
.NET Standard 2.0 is a one standard to build a common library that targets all .NET frameworks.
What Is The Future of UWP In .NET Standard 2.0
9/24/2017 10:59:00 AM.
What Is The Future of UWP In .NET Standard 2.0
Building Mobile Apps Using Xamarin.Forms With .NET Standard
6/30/2017 12:23:02 PM.
The .NET Standard Library is a formal specification of .NET APIs that is intended to be available on all .NET runtimes. It is a single library with a uniform API for all .NET Platforms including .NET
What Is New In .NET Standard 2.0
2/14/2017 12:27:04 AM.
What Is New In .NET Standard 2.0.
What Is .NET Standard
2/9/2017 11:13:07 PM.
In this video, Immo Landwerth introduces .NET Standard.
How To Select .NET Edition For Your Projects
12/20/2016 11:39:00 AM.
Here, you will learn about the selection of .NET edition for your projects.