Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / .NET / .NET-Standard

.NET-Standard

.NET-Standard

Great Reads

by Sacha Barber
How to get nice auto incrementing assembly versions inside your .NET Core/Standard projects
by Daan Acohen
An explanation of how to support multiple platforms in .NET development
by Marc Clifton
Using EntityFramework Core and SQL Server to create a dynamic IQueryable filtering that is not susceptible to SQL injection attacks
by Marc Clifton
Using a collection to manage caches instead of implementing discrete cache instances

Latest Articles

by Sacha Barber
How to get nice auto incrementing assembly versions inside your .NET Core/Standard projects
by Daan Acohen
An explanation of how to support multiple platforms in .NET development
by Marc Clifton
Using EntityFramework Core and SQL Server to create a dynamic IQueryable filtering that is not susceptible to SQL injection attacks
by Marc Clifton
Using a collection to manage caches instead of implementing discrete cache instances

All Articles

Sort by Score

.NET-Standard 

by Daan Acohen
An explanation of how to support multiple platforms in .NET development
by Cinchoo
Tip to convert JSON to XML with namespaces using Cinchoo ETL
by Cinchoo
Quick tutorial on converting CSV file to JSON file using Cinchoo ETL
by Xamarin Skills
In this post, I will cover what MVVM is and how it can be used from a pure .NET perspective by creating a basic MVVM framework from scratch.